mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
xplat// -> fbsource//xplat/ for xplat/js
Reviewed By: scottrice Differential Revision: D14076351 fbshipit-source-id: f803d2af438a5eb3f18c981793e17b6293d8ef1c
This commit is contained in:
committed by
Facebook Github Bot
parent
b3961aff2a
commit
c02f278d8f
@@ -30,11 +30,11 @@ rn_xplat_cxx_library(
|
||||
react_native_xplat_target("fabric/uimanager:uimanager"),
|
||||
react_native_xplat_target("fabric/components/scrollview:scrollview"),
|
||||
react_native_target("jni/react/jni:jni"),
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:molly",
|
||||
"xplat//jsi:JSIDynamic",
|
||||
"xplat//jsi:jsi",
|
||||
"xplat//third-party/linker_lib:atomic",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/jsi:JSIDynamic",
|
||||
"fbsource//xplat/jsi:jsi",
|
||||
"fbsource//xplat/third-party/linker_lib:atomic",
|
||||
FBJNI_TARGET,
|
||||
],
|
||||
)
|
||||
|
||||
@@ -26,7 +26,7 @@ rn_xplat_cxx_library(
|
||||
react_native_target("java/com/facebook/react/jscexecutor:jscexecutor"),
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"fbsource//xplat/folly:molly",
|
||||
FBJNI_TARGET,
|
||||
react_native_target("jni/react/jni:jni"),
|
||||
react_native_xplat_target("jsi:JSCRuntime"),
|
||||
|
||||
@@ -28,11 +28,11 @@ rn_xplat_cxx_library(
|
||||
],
|
||||
deps = [
|
||||
react_native_target("jni/react/jni:jni"),
|
||||
"xplat//jsi:JSIDynamic",
|
||||
"xplat//jsi:jsi",
|
||||
"fbsource//xplat/jsi:JSIDynamic",
|
||||
"fbsource//xplat/jsi:jsi",
|
||||
],
|
||||
exported_deps = [
|
||||
"xplat//jsi:jsi",
|
||||
"fbsource//xplat/jsi:jsi",
|
||||
react_native_xplat_target("turbomodule/core:core"),
|
||||
],
|
||||
)
|
||||
|
||||
@@ -52,11 +52,11 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = ([
|
||||
"xplat//third-party/linker_lib:android",
|
||||
"xplat//third-party/linker_lib:atomic",
|
||||
"xplat//folly:molly",
|
||||
"fbsource//xplat/third-party/linker_lib:android",
|
||||
"fbsource//xplat/third-party/linker_lib:atomic",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbandroid//xplat/fbgloginit:fbgloginit",
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
react_native_xplat_target("cxxreact:bridge"),
|
||||
react_native_xplat_target("cxxreact:jsbigstring"),
|
||||
react_native_xplat_target("cxxreact:module"),
|
||||
|
||||
@@ -15,7 +15,7 @@ rn_xplat_cxx_library(
|
||||
deps = [
|
||||
"fbandroid//native:base",
|
||||
"fbandroid//native/fb:fb",
|
||||
"xplat//folly:molly",
|
||||
"fbsource//xplat/folly:molly",
|
||||
react_native_xplat_target("cxxreact:module"),
|
||||
],
|
||||
)
|
||||
|
||||
@@ -46,10 +46,10 @@ rn_xplat_cxx_library(
|
||||
tests = [],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -36,10 +36,10 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -24,7 +24,7 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"fbsource//xplat/folly:molly",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -48,9 +48,9 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//folly:scope_guard",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/folly:scope_guard",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -69,9 +69,9 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
":module",
|
||||
],
|
||||
)
|
||||
@@ -136,15 +136,15 @@ rn_xplat_cxx_library(
|
||||
],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
":jsbigstring",
|
||||
":module",
|
||||
react_native_xplat_target("jsinspector:jsinspector"),
|
||||
react_native_xplat_target("microprofiler:microprofiler"),
|
||||
"xplat//folly:optional",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/folly:optional",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -28,10 +28,10 @@ jni_instrumentation_test_lib(
|
||||
"fbandroid//instrumentation_tests/...",
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:dynamic",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"xplat//third-party/linker_lib:android",
|
||||
"xplat//third-party/linker_lib:atomic",
|
||||
"fbsource//xplat/folly:dynamic",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
"fbsource//xplat/third-party/linker_lib:android",
|
||||
"fbsource//xplat/third-party/linker_lib:atomic",
|
||||
react_native_xplat_target("cxxreact:bridge"),
|
||||
react_native_xplat_target("cxxreact:jsbigstring"),
|
||||
],
|
||||
@@ -49,8 +49,8 @@ fb_xplat_cxx_test(
|
||||
react_native_xplat_target("cxxreact/..."),
|
||||
],
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
react_native_xplat_target("cxxreact:bridge"),
|
||||
react_native_xplat_target("cxxreact:jsbigstring"),
|
||||
],
|
||||
|
||||
@@ -48,11 +48,11 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
react_native_xplat_target("utils:utils"),
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
@@ -74,8 +74,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":attributedstring",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -34,12 +34,12 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/graphics:graphics"),
|
||||
@@ -59,8 +59,8 @@ fb_xplat_cxx_test(
|
||||
],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":activityindicator",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -44,13 +44,13 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:futures",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:futures",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/graphics:graphics"),
|
||||
@@ -72,8 +72,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":image",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -45,12 +45,12 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/graphics:graphics"),
|
||||
@@ -71,8 +71,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":root",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -48,12 +48,12 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/graphics:graphics"),
|
||||
@@ -74,8 +74,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":scrollview",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -44,12 +44,12 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/components/image:image"),
|
||||
@@ -72,8 +72,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":slider",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -52,13 +52,13 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:evicting_cache_map",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:evicting_cache_map",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("utils:utils"),
|
||||
react_native_xplat_target("fabric/attributedstring:attributedstring"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
@@ -83,8 +83,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":text",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -52,12 +52,12 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/graphics:graphics"),
|
||||
@@ -77,8 +77,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":view",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -43,11 +43,11 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
react_native_xplat_target("utils:utils"),
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
react_native_xplat_target("fabric/events:events"),
|
||||
@@ -68,8 +68,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":core",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -50,10 +50,10 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -70,8 +70,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":debug",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -49,13 +49,13 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//jsi:JSIDynamic",
|
||||
"xplat//jsi:jsi",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/jsi:JSIDynamic",
|
||||
"fbsource//xplat/jsi:jsi",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
],
|
||||
)
|
||||
@@ -73,8 +73,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":events",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -53,8 +53,8 @@ rn_xplat_cxx_library(
|
||||
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + get_apple_inspector_flags(),
|
||||
force_static = True,
|
||||
ios_deps = [
|
||||
"xplat//js:RCTImage",
|
||||
"xplat//js/react-native-github:RCTCxxBridge",
|
||||
"fbsource//xplat/js:RCTImage",
|
||||
"fbsource//xplat/js/react-native-github:RCTCxxBridge",
|
||||
],
|
||||
ios_exported_headers = subdir_glob(
|
||||
[
|
||||
@@ -82,11 +82,11 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -103,8 +103,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":graphics",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -53,8 +53,8 @@ rn_xplat_cxx_library(
|
||||
],
|
||||
force_static = True,
|
||||
ios_deps = [
|
||||
"xplat//js:RCTImage",
|
||||
"xplat//js/react-native-github:RCTCxxBridge",
|
||||
"fbsource//xplat/js:RCTImage",
|
||||
"fbsource//xplat/js/react-native-github:RCTCxxBridge",
|
||||
],
|
||||
ios_exported_headers = subdir_glob(
|
||||
[
|
||||
@@ -90,13 +90,13 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:futures",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:futures",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/mounting:mounting"),
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
@@ -117,8 +117,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":imagemanager",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -49,11 +49,11 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
react_native_xplat_target("better:better"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
@@ -74,8 +74,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":mounting",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -98,12 +98,12 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//yoga:yoga",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/yoga:yoga",
|
||||
react_native_xplat_target("fabric/attributedstring:attributedstring"),
|
||||
react_native_xplat_target("fabric/core:core"),
|
||||
react_native_xplat_target("fabric/debug:debug"),
|
||||
@@ -125,8 +125,8 @@ fb_xplat_cxx_test(
|
||||
contacts = ["oncall+react_native@xmail.facebook.com"],
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":textlayoutmanager",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -49,13 +49,13 @@ rn_xplat_cxx_library(
|
||||
tests = [":tests"],
|
||||
visibility = ["PUBLIC"],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//jsi:JSIDynamic",
|
||||
"xplat//jsi:jsi",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/jsi:JSIDynamic",
|
||||
"fbsource//xplat/jsi:jsi",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
react_native_xplat_target("config:config"),
|
||||
react_native_xplat_target("fabric/components/root:root"),
|
||||
react_native_xplat_target("fabric/components/view:view"),
|
||||
@@ -80,8 +80,8 @@ fb_xplat_cxx_test(
|
||||
fbandroid_use_instrumentation_test = True,
|
||||
platforms = (ANDROID, APPLE),
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/gmock:gtest",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/gmock:gtest",
|
||||
":uimanager",
|
||||
react_native_xplat_target("config:config"),
|
||||
react_native_xplat_target("fabric/components/activityindicator:activityindicator"),
|
||||
|
||||
@@ -55,7 +55,7 @@ rn_xplat_cxx_library(
|
||||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = [
|
||||
"xplat//folly:molly",
|
||||
"fbsource//xplat/folly:molly",
|
||||
react_native_xplat_dep("jsi:jsi"),
|
||||
],
|
||||
)
|
||||
@@ -82,7 +82,7 @@ rn_xplat_cxx_library(
|
||||
(
|
||||
"^(linux|gcc|platform)",
|
||||
[
|
||||
"xplat//jsc:jsc",
|
||||
"fbsource//xplat/jsc:jsc",
|
||||
],
|
||||
),
|
||||
],
|
||||
@@ -92,7 +92,7 @@ rn_xplat_cxx_library(
|
||||
"-O3",
|
||||
],
|
||||
fbandroid_deps = [
|
||||
"xplat//jsc:jsc",
|
||||
"fbsource//xplat/jsc:jsc",
|
||||
],
|
||||
fbobjc_compiler_flags = [
|
||||
"-Os",
|
||||
|
||||
@@ -16,9 +16,9 @@ cxx_library(
|
||||
"-frtti",
|
||||
],
|
||||
fbandroid_deps = [
|
||||
"xplat//folly:molly",
|
||||
"xplat//third-party/glog:glog",
|
||||
"xplat//third-party/linker_lib:atomic",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
"fbsource//xplat/third-party/linker_lib:atomic",
|
||||
],
|
||||
fbobjc_force_static = True,
|
||||
fbobjc_header_path_prefix = "",
|
||||
@@ -32,7 +32,7 @@ cxx_library(
|
||||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
react_native_xplat_dep("jsi:jsi"),
|
||||
react_native_xplat_dep("jsi:JSIDynamic"),
|
||||
react_native_xplat_target("cxxreact:bridge"),
|
||||
|
||||
@@ -39,10 +39,10 @@ rn_xplat_cxx_library(
|
||||
fbobjc_preprocessor_flags = OBJC_ARC_PREPROCESSOR_FLAGS + get_debug_preprocessor_flags(),
|
||||
force_static = True,
|
||||
ios_deps = [
|
||||
"xplat//FBBaseLite:FBBaseLite",
|
||||
"xplat//js/react-native-github:RCTCxxBridge",
|
||||
"xplat//js/react-native-github:RCTCxxModule",
|
||||
"xplat//js/react-native-github:ReactInternal",
|
||||
"fbsource//xplat/FBBaseLite:FBBaseLite",
|
||||
"fbsource//xplat/js/react-native-github:RCTCxxBridge",
|
||||
"fbsource//xplat/js/react-native-github:RCTCxxModule",
|
||||
"fbsource//xplat/js/react-native-github:ReactInternal",
|
||||
],
|
||||
ios_exported_headers = subdir_glob(
|
||||
[
|
||||
@@ -68,16 +68,16 @@ rn_xplat_cxx_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
"xplat//fbsystrace:fbsystrace",
|
||||
"xplat//folly:headers_only",
|
||||
"xplat//folly:memory",
|
||||
"xplat//folly:molly",
|
||||
"xplat//jsi:JSIDynamic",
|
||||
"xplat//third-party/glog:glog",
|
||||
"fbsource//xplat/fbsystrace:fbsystrace",
|
||||
"fbsource//xplat/folly:headers_only",
|
||||
"fbsource//xplat/folly:memory",
|
||||
"fbsource//xplat/folly:molly",
|
||||
"fbsource//xplat/jsi:JSIDynamic",
|
||||
"fbsource//xplat/third-party/glog:glog",
|
||||
react_native_xplat_target("cxxreact:bridge"),
|
||||
react_native_xplat_target("cxxreact:module"),
|
||||
],
|
||||
exported_deps = [
|
||||
"xplat//jsi:jsi",
|
||||
"fbsource//xplat/jsi:jsi",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -10,8 +10,8 @@ fb_native.sh_binary(
|
||||
resources = [
|
||||
"buck_tests/copy-fixture.js",
|
||||
"buck_tests/copy_fixture.sh",
|
||||
"fbsource//xplat/js:setup_env",
|
||||
"src/generators/__test_fixtures__/fixtures.js",
|
||||
"xplat//js:setup_env",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -21,7 +21,7 @@ fb_native.sh_binary(
|
||||
resources = [
|
||||
"buck_tests/combine-js-to-schema.js",
|
||||
"buck_tests/combine_js_to_schema.sh",
|
||||
"xplat//js:setup_env",
|
||||
"fbsource//xplat/js:setup_env",
|
||||
],
|
||||
visibility = ["PUBLIC"],
|
||||
)
|
||||
@@ -37,7 +37,7 @@ fb_native.sh_binary(
|
||||
) + [
|
||||
"buck_tests/generate-tests.js",
|
||||
"package.json",
|
||||
"xplat//js:setup_env",
|
||||
"fbsource//xplat/js:setup_env",
|
||||
"yarn.lock",
|
||||
],
|
||||
visibility = ["PUBLIC"],
|
||||
|
||||
Reference in New Issue
Block a user