Skip to content

Commit ed31f7a

Browse files
mzleefacebook-github-bot
authored andcommitted
Reformat BUCK files
Reviewed By: zertosh Differential Revision: D5756296 fbshipit-source-id: 69af6e9211648a81ba864be8d37165023cb5f9c2
1 parent 1ccc03c commit ed31f7a

File tree

3 files changed

+13
-13
lines changed
  • ReactAndroid/src/main/jni/react/perftests
  • ReactCommon

3 files changed

+13
-13
lines changed

ReactAndroid/src/main/jni/react/perftests/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ cxx_library(
1212
"//instrumentation_tests/com/facebook/react/...",
1313
],
1414
deps = [
15+
"xplat//folly:molly",
1516
"//native:base",
1617
"//native/fb:fb",
17-
"xplat//folly:molly",
1818
react_native_xplat_target("cxxreact:module"),
1919
],
2020
)

ReactCommon/cxxreact/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ rn_xplat_cxx_library(
6767
"PUBLIC",
6868
],
6969
deps = [
70-
":module",
7170
"xplat//folly:molly",
71+
":module",
7272
],
7373
)
7474

ReactCommon/jschelpers/BUCK

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ rn_xplat_cxx_library(
1616
["*.cpp"],
1717
excludes = ["systemJSCWrapper.cpp"],
1818
),
19-
compiler_flags = [
20-
"-Wall",
21-
"-fexceptions",
22-
"-fvisibility=hidden",
23-
"-std=c++1y",
24-
],
19+
headers = glob(
20+
["*.h"],
21+
excludes = EXPORTED_HEADERS,
22+
),
23+
header_namespace = "",
2524
exported_headers = dict([
2625
(
2726
"jschelpers/%s" % header,
2827
header,
2928
)
3029
for header in EXPORTED_HEADERS
3130
]),
31+
compiler_flags = [
32+
"-Wall",
33+
"-fexceptions",
34+
"-fvisibility=hidden",
35+
"-std=c++1y",
36+
],
3237
fbobjc_inherited_buck_flags = STATIC_LIBRARY_IOS_FLAGS,
3338
force_static = True,
34-
header_namespace = "",
35-
headers = glob(
36-
["*.h"],
37-
excludes = EXPORTED_HEADERS,
38-
),
3939
visibility = [
4040
"PUBLIC",
4141
],

0 commit comments

Comments
 (0)