Rename defs file

Summary: new name

Reviewed By: gkassabli

Differential Revision: D4258291

fbshipit-source-id: 4b9ad8773c68aed25afba57fcfa92721e6acc1a6
This commit is contained in:
Emil Sjolander
2016-12-02 05:08:55 -08:00
committed by Facebook Github Bot
parent bb37e65ab1
commit 686289814d
12 changed files with 11 additions and 11 deletions

2
BUCK
View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # 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 = [ BASE_COMPILER_FLAGS = [
'-fno-omit-frame-pointer', '-fno-omit-frame-pointer',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # 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 = [ UIKIT_CSSLAYOUT_COMPILER_FLAGS = [
'-fobjc-arc', '-fobjc-arc',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # of patent rights can be found in the PATENTS file in the same directory.
include_defs('//CSSLAYOUT_DEFS') include_defs('//YOGA_DEFS')
cxx_binary( cxx_binary(
name = 'benchmark', name = 'benchmark',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # of patent rights can be found in the PATENTS file in the same directory.
include_defs('//CSSLAYOUT_DEFS') include_defs('//YOGA_DEFS')
cxx_library( cxx_library(
name = 'jni', name = 'jni',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # of patent rights can be found in the PATENTS file in the same directory.
include_defs('//CSSLAYOUT_DEFS') include_defs('//YOGA_DEFS')
java_library( java_library(
name = 'annotations', name = 'annotations',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # 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( prebuilt_cxx_library(
name = 'ndklog', name = 'ndklog',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # of patent rights can be found in the PATENTS file in the same directory.
include_defs('//CSSLAYOUT_DEFS') include_defs('//YOGA_DEFS')
COMPILER_FLAGS = [ COMPILER_FLAGS = [
'-std=c++11', '-std=c++11',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # of patent rights can be found in the PATENTS file in the same directory.
include_defs('//CSSLAYOUT_DEFS') include_defs('//YOGA_DEFS')
prebuilt_jar( prebuilt_jar(
name = 'infer-annotations-jar', name = 'infer-annotations-jar',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # of patent rights can be found in the PATENTS file in the same directory.
include_defs('//CSSLAYOUT_DEFS') include_defs('//YOGA_DEFS')
prebuilt_jar( prebuilt_jar(
name = 'jsr305-jar', name = 'jsr305-jar',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # of patent rights can be found in the PATENTS file in the same directory.
include_defs('//CSSLAYOUT_DEFS') include_defs('//YOGA_DEFS')
prebuilt_jar( prebuilt_jar(
name = 'junit-jar', name = 'junit-jar',

View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant # 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. # 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( android_prebuilt_aar(
name = 'soloader', name = 'soloader',