diff --git a/ReactCommon/fabric/components/textinput/BUCK b/ReactCommon/fabric/components/textinput/BUCK index f1e5fe3e034..448cbe3e532 100644 --- a/ReactCommon/fabric/components/textinput/BUCK +++ b/ReactCommon/fabric/components/textinput/BUCK @@ -51,12 +51,12 @@ rn_xplat_cxx_library( ], visibility = ["PUBLIC"], deps = [ - "fbsource//xplat/fbsystrace:fbsystrace", - "fbsource//xplat/folly:container_evicting_cache_map", - "fbsource//xplat/folly:headers_only", - "fbsource//xplat/folly:memory", - "fbsource//xplat/folly:molly", - "fbsource//xplat/third-party/glog:glog", + "//xplat/fbsystrace:fbsystrace", + "//xplat/folly:container_evicting_cache_map", + "//xplat/folly:headers_only", + "//xplat/folly:memory", + "//xplat/folly:molly", + "//xplat/third-party/glog:glog", YOGA_CXX_TARGET, react_native_xplat_target("utils:utils"), react_native_xplat_target("fabric/attributedstring:attributedstring"), @@ -92,8 +92,8 @@ fb_xplat_cxx_test( CXX ), deps = [ - "fbsource//xplat/folly:molly", - "fbsource//xplat/third-party/gmock:gtest", ":androidtextinput", + "//xplat/folly:molly", + "//xplat/third-party/gmock:gtest", ], ) diff --git a/ReactCommon/fabric/components/textinput/iostextinput/BUCK b/ReactCommon/fabric/components/textinput/iostextinput/BUCK index 696155907e4..94b321c61a6 100644 --- a/ReactCommon/fabric/components/textinput/iostextinput/BUCK +++ b/ReactCommon/fabric/components/textinput/iostextinput/BUCK @@ -51,12 +51,12 @@ rn_xplat_cxx_library( ], visibility = ["PUBLIC"], deps = [ - "fbsource//xplat/fbsystrace:fbsystrace", - "fbsource//xplat/folly:container_evicting_cache_map", - "fbsource//xplat/folly:headers_only", - "fbsource//xplat/folly:memory", - "fbsource//xplat/folly:molly", - "fbsource//xplat/third-party/glog:glog", + "//xplat/fbsystrace:fbsystrace", + "//xplat/folly:container_evicting_cache_map", + "//xplat/folly:headers_only", + "//xplat/folly:memory", + "//xplat/folly:molly", + "//xplat/third-party/glog:glog", YOGA_CXX_TARGET, react_native_xplat_target("utils:utils"), react_native_xplat_target("fabric/attributedstring:attributedstring"), @@ -92,8 +92,8 @@ fb_xplat_cxx_test( CXX ), deps = [ - "fbsource//xplat/folly:molly", - "fbsource//xplat/third-party/gmock:gtest", ":iostextinput", + "//xplat/folly:molly", + "//xplat/third-party/gmock:gtest", ], )