Skip to content

Commit

Permalink
Rename defs file
Browse files Browse the repository at this point in the history
Summary: new name

Reviewed By: gkassabli

Differential Revision: D4258291

fbshipit-source-id: 4b9ad8773c68aed25afba57fcfa92721e6acc1a6
  • Loading branch information
Emil Sjolander authored and Facebook Github Bot committed Dec 2, 2016
1 parent bb37e65 commit 6862898
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion CSSLayoutKit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion benchmark/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion java/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion java/com/facebook/proguard/annotations/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/fb/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/gtest/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/infer-annotations/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/jsr-305/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/junit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/soloader/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6862898

Please sign in to comment.