From 31b961d8b3895eb791d57999ae378a533169f679 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Wed, 30 Nov 2016 12:23:09 -0800 Subject: [PATCH] Revert D4245638: [yoga] Rename defs file Summary: This reverts commit 14050d02c4298014a5fcadd75c4f364537ec2396 Differential Revision: D4245638 fbshipit-source-id: 5eba4f87cbf5a64e235dd16e038326e916cdda77 --- BUCK | 2 +- YOGA_DEFS => CSSLAYOUT_DEFS | 0 CSSLayoutKit/BUCK | 2 +- benchmark/BUCK | 2 +- java/BUCK | 2 +- java/com/facebook/proguard/annotations/BUCK | 2 +- lib/fb/BUCK | 2 +- lib/gtest/BUCK | 2 +- lib/infer-annotations/BUCK | 2 +- lib/jsr-305/BUCK | 2 +- lib/junit/BUCK | 2 +- lib/soloader/BUCK | 2 +- 12 files changed, 11 insertions(+), 11 deletions(-) rename YOGA_DEFS => CSSLAYOUT_DEFS (100%) diff --git a/BUCK b/BUCK index d6a6b246..78dd806d 100644 --- a/BUCK +++ b/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') BASE_COMPILER_FLAGS = [ '-fno-omit-frame-pointer', diff --git a/YOGA_DEFS b/CSSLAYOUT_DEFS similarity index 100% rename from YOGA_DEFS rename to CSSLAYOUT_DEFS diff --git a/CSSLayoutKit/BUCK b/CSSLayoutKit/BUCK index 224d68b7..2f9f570c 100644 --- a/CSSLayoutKit/BUCK +++ b/CSSLayoutKit/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') UIKIT_CSSLAYOUT_COMPILER_FLAGS = [ '-fobjc-arc', diff --git a/benchmark/BUCK b/benchmark/BUCK index 4fafe0df..918600b2 100644 --- a/benchmark/BUCK +++ b/benchmark/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') cxx_binary( name = 'benchmark', diff --git a/java/BUCK b/java/BUCK index 1588edd4..6cd85703 100644 --- a/java/BUCK +++ b/java/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') cxx_library( name = 'jni', diff --git a/java/com/facebook/proguard/annotations/BUCK b/java/com/facebook/proguard/annotations/BUCK index 86f1b22f..f9bfb1a5 100644 --- a/java/com/facebook/proguard/annotations/BUCK +++ b/java/com/facebook/proguard/annotations/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') java_library( name = 'annotations', diff --git a/lib/fb/BUCK b/lib/fb/BUCK index dfec53fc..ea3fa8c3 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') prebuilt_cxx_library( name = 'ndklog', diff --git a/lib/gtest/BUCK b/lib/gtest/BUCK index c5a6d790..d2e136b9 100644 --- a/lib/gtest/BUCK +++ b/lib/gtest/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') COMPILER_FLAGS = [ '-std=c++11', diff --git a/lib/infer-annotations/BUCK b/lib/infer-annotations/BUCK index c826e879..313f9e5c 100644 --- a/lib/infer-annotations/BUCK +++ b/lib/infer-annotations/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') prebuilt_jar( name = 'infer-annotations-jar', diff --git a/lib/jsr-305/BUCK b/lib/jsr-305/BUCK index ae663727..c3f74727 100644 --- a/lib/jsr-305/BUCK +++ b/lib/jsr-305/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') prebuilt_jar( name = 'jsr305-jar', diff --git a/lib/junit/BUCK b/lib/junit/BUCK index 9b26fd30..e35b0533 100644 --- a/lib/junit/BUCK +++ b/lib/junit/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') prebuilt_jar( name = 'junit-jar', diff --git a/lib/soloader/BUCK b/lib/soloader/BUCK index 077b4fca..8a9ce0a8 100644 --- a/lib/soloader/BUCK +++ b/lib/soloader/BUCK @@ -5,7 +5,7 @@ # LICENSE file in the root directory of this source tree. An additional grant # of patent rights can be found in the PATENTS file in the same directory. -include_defs('//YOGA_DEFS') +include_defs('//CSSLAYOUT_DEFS') android_prebuilt_aar( name = 'soloader',