Skip to content

Commit 31b961d

Browse files
Emil SjolanderFacebook Github Bot
authored andcommitted
Revert D4245638: [yoga] Rename defs file
Summary: This reverts commit 14050d02c4298014a5fcadd75c4f364537ec2396 Differential Revision: D4245638 fbshipit-source-id: 5eba4f87cbf5a64e235dd16e038326e916cdda77
1 parent 4a57828 commit 31b961d

12 files changed

Lines changed: 11 additions & 11 deletions

File tree

BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
BASE_COMPILER_FLAGS = [
1111
'-fno-omit-frame-pointer',
File renamed without changes.

CSSLayoutKit/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
UIKIT_CSSLAYOUT_COMPILER_FLAGS = [
1111
'-fobjc-arc',

benchmark/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
cxx_binary(
1111
name = 'benchmark',

java/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
cxx_library(
1111
name = 'jni',

java/com/facebook/proguard/annotations/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
java_library(
1111
name = 'annotations',

lib/fb/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
prebuilt_cxx_library(
1111
name = 'ndklog',

lib/gtest/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
COMPILER_FLAGS = [
1111
'-std=c++11',

lib/infer-annotations/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
prebuilt_jar(
1111
name = 'infer-annotations-jar',

lib/jsr-305/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# LICENSE file in the root directory of this source tree. An additional grant
66
# of patent rights can be found in the PATENTS file in the same directory.
77

8-
include_defs('//YOGA_DEFS')
8+
include_defs('//CSSLAYOUT_DEFS')
99

1010
prebuilt_jar(
1111
name = 'jsr305-jar',

0 commit comments

Comments
 (0)