From 686289814d94d297284310b0a07693622a7b3dc4 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Fri, 2 Dec 2016 05:08:55 -0800 Subject: [PATCH] Rename defs file Summary: new name Reviewed By: gkassabli Differential Revision: D4258291 fbshipit-source-id: 4b9ad8773c68aed25afba57fcfa92721e6acc1a6 --- BUCK | 2 +- CSSLayoutKit/BUCK | 2 +- CSSLAYOUT_DEFS => YOGA_DEFS | 0 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 CSSLAYOUT_DEFS => YOGA_DEFS (100%) diff --git a/BUCK b/BUCK index 78dd806d..d6a6b246 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') BASE_COMPILER_FLAGS = [ '-fno-omit-frame-pointer', diff --git a/CSSLayoutKit/BUCK b/CSSLayoutKit/BUCK index 2f9f570c..224d68b7 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') UIKIT_CSSLAYOUT_COMPILER_FLAGS = [ '-fobjc-arc', diff --git a/CSSLAYOUT_DEFS b/YOGA_DEFS similarity index 100% rename from CSSLAYOUT_DEFS rename to YOGA_DEFS diff --git a/benchmark/BUCK b/benchmark/BUCK index 918600b2..4fafe0df 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') cxx_binary( name = 'benchmark', diff --git a/java/BUCK b/java/BUCK index 6cd85703..1588edd4 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') cxx_library( name = 'jni', diff --git a/java/com/facebook/proguard/annotations/BUCK b/java/com/facebook/proguard/annotations/BUCK index f9bfb1a5..86f1b22f 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') java_library( name = 'annotations', diff --git a/lib/fb/BUCK b/lib/fb/BUCK index ea3fa8c3..dfec53fc 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') prebuilt_cxx_library( name = 'ndklog', diff --git a/lib/gtest/BUCK b/lib/gtest/BUCK index d2e136b9..c5a6d790 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') COMPILER_FLAGS = [ '-std=c++11', diff --git a/lib/infer-annotations/BUCK b/lib/infer-annotations/BUCK index 313f9e5c..c826e879 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') prebuilt_jar( name = 'infer-annotations-jar', diff --git a/lib/jsr-305/BUCK b/lib/jsr-305/BUCK index c3f74727..ae663727 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') prebuilt_jar( name = 'jsr305-jar', diff --git a/lib/junit/BUCK b/lib/junit/BUCK index e35b0533..9b26fd30 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') prebuilt_jar( name = 'junit-jar', diff --git a/lib/soloader/BUCK b/lib/soloader/BUCK index 8a9ce0a8..077b4fca 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('//CSSLAYOUT_DEFS') +include_defs('//YOGA_DEFS') android_prebuilt_aar( name = 'soloader',