From c02f278d8fb1636cd19f721e53f8fa08f70bd903 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Thu, 14 Feb 2019 23:50:27 -0800 Subject: [PATCH] xplat// -> fbsource//xplat/ for xplat/js Reviewed By: scottrice Differential Revision: D14076351 fbshipit-source-id: f803d2af438a5eb3f18c981793e17b6293d8ef1c --- .../com/facebook/react/fabric/jsi/jni/BUCK | 10 +++---- .../java/com/facebook/react/jscexecutor/BUCK | 2 +- .../facebook/react/turbomodule/core/jni/BUCK | 6 ++--- ReactAndroid/src/main/jni/react/jni/BUCK | 8 +++--- .../src/main/jni/react/perftests/BUCK | 2 +- ReactCommon/better/BUCK | 10 +++---- ReactCommon/config/BUCK | 10 +++---- ReactCommon/cxxreact/BUCK | 26 +++++++++---------- ReactCommon/cxxreact/tests/BUCK | 12 ++++----- ReactCommon/fabric/attributedstring/BUCK | 14 +++++----- .../fabric/components/activityindicator/BUCK | 16 ++++++------ ReactCommon/fabric/components/image/BUCK | 18 ++++++------- ReactCommon/fabric/components/root/BUCK | 16 ++++++------ ReactCommon/fabric/components/scrollview/BUCK | 16 ++++++------ ReactCommon/fabric/components/slider/BUCK | 16 ++++++------ ReactCommon/fabric/components/text/BUCK | 18 ++++++------- ReactCommon/fabric/components/view/BUCK | 16 ++++++------ ReactCommon/fabric/core/BUCK | 14 +++++----- ReactCommon/fabric/debug/BUCK | 12 ++++----- ReactCommon/fabric/events/BUCK | 18 ++++++------- ReactCommon/fabric/graphics/BUCK | 18 ++++++------- ReactCommon/fabric/imagemanager/BUCK | 22 ++++++++-------- ReactCommon/fabric/mounting/BUCK | 14 +++++----- ReactCommon/fabric/textlayoutmanager/BUCK | 16 ++++++------ ReactCommon/fabric/uimanager/BUCK | 18 ++++++------- ReactCommon/jsi/BUCK | 6 ++--- ReactCommon/jsiexecutor/BUCK | 8 +++--- ReactCommon/turbomodule/core/BUCK | 22 ++++++++-------- packages/react-native-codegen/BUCK | 6 ++--- 29 files changed, 195 insertions(+), 195 deletions(-) diff --git a/ReactAndroid/src/main/java/com/facebook/react/fabric/jsi/jni/BUCK b/ReactAndroid/src/main/java/com/facebook/react/fabric/jsi/jni/BUCK index 7cad90f13..590d06c63 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/fabric/jsi/jni/BUCK +++ b/ReactAndroid/src/main/java/com/facebook/react/fabric/jsi/jni/BUCK @@ -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, ], ) diff --git a/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/BUCK b/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/BUCK index 28eada397..56d7626ba 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/BUCK +++ b/ReactAndroid/src/main/java/com/facebook/react/jscexecutor/BUCK @@ -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"), diff --git a/ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/BUCK b/ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/BUCK index 10eeaa4cd..5803c6741 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/BUCK +++ b/ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/BUCK @@ -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"), ], ) diff --git a/ReactAndroid/src/main/jni/react/jni/BUCK b/ReactAndroid/src/main/jni/react/jni/BUCK index 19bc15041..71e59501f 100644 --- a/ReactAndroid/src/main/jni/react/jni/BUCK +++ b/ReactAndroid/src/main/jni/react/jni/BUCK @@ -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"), diff --git a/ReactAndroid/src/main/jni/react/perftests/BUCK b/ReactAndroid/src/main/jni/react/perftests/BUCK index 82d64840c..dd10b846c 100644 --- a/ReactAndroid/src/main/jni/react/perftests/BUCK +++ b/ReactAndroid/src/main/jni/react/perftests/BUCK @@ -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"), ], ) diff --git a/ReactCommon/better/BUCK b/ReactCommon/better/BUCK index 65995e06e..d59c26723 100644 --- a/ReactCommon/better/BUCK +++ b/ReactCommon/better/BUCK @@ -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", ], ) diff --git a/ReactCommon/config/BUCK b/ReactCommon/config/BUCK index 97c6090b1..85ad4e3ed 100644 --- a/ReactCommon/config/BUCK +++ b/ReactCommon/config/BUCK @@ -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", ], ) diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index 929d766b4..7a1c7aa65 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -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", ], ) diff --git a/ReactCommon/cxxreact/tests/BUCK b/ReactCommon/cxxreact/tests/BUCK index e25870d3d..e9ae81aa2 100644 --- a/ReactCommon/cxxreact/tests/BUCK +++ b/ReactCommon/cxxreact/tests/BUCK @@ -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"), ], diff --git a/ReactCommon/fabric/attributedstring/BUCK b/ReactCommon/fabric/attributedstring/BUCK index d48685eed..a0f0b3bfb 100644 --- a/ReactCommon/fabric/attributedstring/BUCK +++ b/ReactCommon/fabric/attributedstring/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/components/activityindicator/BUCK b/ReactCommon/fabric/components/activityindicator/BUCK index 45074f25c..a1440b1a4 100644 --- a/ReactCommon/fabric/components/activityindicator/BUCK +++ b/ReactCommon/fabric/components/activityindicator/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/components/image/BUCK b/ReactCommon/fabric/components/image/BUCK index 2ce6f3db1..72a6a7add 100644 --- a/ReactCommon/fabric/components/image/BUCK +++ b/ReactCommon/fabric/components/image/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/components/root/BUCK b/ReactCommon/fabric/components/root/BUCK index 9ce084c7f..54cd52e10 100644 --- a/ReactCommon/fabric/components/root/BUCK +++ b/ReactCommon/fabric/components/root/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/components/scrollview/BUCK b/ReactCommon/fabric/components/scrollview/BUCK index 2e7124592..8337ba629 100644 --- a/ReactCommon/fabric/components/scrollview/BUCK +++ b/ReactCommon/fabric/components/scrollview/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/components/slider/BUCK b/ReactCommon/fabric/components/slider/BUCK index c82cd512f..e8af90f57 100644 --- a/ReactCommon/fabric/components/slider/BUCK +++ b/ReactCommon/fabric/components/slider/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/components/text/BUCK b/ReactCommon/fabric/components/text/BUCK index bceff95d9..b47afbb67 100644 --- a/ReactCommon/fabric/components/text/BUCK +++ b/ReactCommon/fabric/components/text/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/components/view/BUCK b/ReactCommon/fabric/components/view/BUCK index 5ea077117..f7edaa58e 100644 --- a/ReactCommon/fabric/components/view/BUCK +++ b/ReactCommon/fabric/components/view/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/core/BUCK b/ReactCommon/fabric/core/BUCK index 4abae9d07..81ef44668 100644 --- a/ReactCommon/fabric/core/BUCK +++ b/ReactCommon/fabric/core/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/debug/BUCK b/ReactCommon/fabric/debug/BUCK index 7bbfeb29c..3a368828e 100644 --- a/ReactCommon/fabric/debug/BUCK +++ b/ReactCommon/fabric/debug/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/events/BUCK b/ReactCommon/fabric/events/BUCK index df59cde21..e8271c4e8 100644 --- a/ReactCommon/fabric/events/BUCK +++ b/ReactCommon/fabric/events/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/graphics/BUCK b/ReactCommon/fabric/graphics/BUCK index 07b53c962..2a884519a 100644 --- a/ReactCommon/fabric/graphics/BUCK +++ b/ReactCommon/fabric/graphics/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/imagemanager/BUCK b/ReactCommon/fabric/imagemanager/BUCK index e2c419118..9ce5432ec 100644 --- a/ReactCommon/fabric/imagemanager/BUCK +++ b/ReactCommon/fabric/imagemanager/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/mounting/BUCK b/ReactCommon/fabric/mounting/BUCK index 8eed8def0..31c5798c1 100644 --- a/ReactCommon/fabric/mounting/BUCK +++ b/ReactCommon/fabric/mounting/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/textlayoutmanager/BUCK b/ReactCommon/fabric/textlayoutmanager/BUCK index 5d541d224..f5dbeffe2 100644 --- a/ReactCommon/fabric/textlayoutmanager/BUCK +++ b/ReactCommon/fabric/textlayoutmanager/BUCK @@ -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", ], ) diff --git a/ReactCommon/fabric/uimanager/BUCK b/ReactCommon/fabric/uimanager/BUCK index 76cd39b1b..a6a2f978b 100644 --- a/ReactCommon/fabric/uimanager/BUCK +++ b/ReactCommon/fabric/uimanager/BUCK @@ -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"), diff --git a/ReactCommon/jsi/BUCK b/ReactCommon/jsi/BUCK index 871ea5981..b43646674 100644 --- a/ReactCommon/jsi/BUCK +++ b/ReactCommon/jsi/BUCK @@ -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", diff --git a/ReactCommon/jsiexecutor/BUCK b/ReactCommon/jsiexecutor/BUCK index 9850db4dc..ae1850bed 100644 --- a/ReactCommon/jsiexecutor/BUCK +++ b/ReactCommon/jsiexecutor/BUCK @@ -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"), diff --git a/ReactCommon/turbomodule/core/BUCK b/ReactCommon/turbomodule/core/BUCK index fb0df5a03..9ed99960a 100644 --- a/ReactCommon/turbomodule/core/BUCK +++ b/ReactCommon/turbomodule/core/BUCK @@ -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", ], ) diff --git a/packages/react-native-codegen/BUCK b/packages/react-native-codegen/BUCK index 2bbee9dce..8586931f3 100644 --- a/packages/react-native-codegen/BUCK +++ b/packages/react-native-codegen/BUCK @@ -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"],