From 9a75d50d4688e1180334e773797bf7a668a677d5 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Tue, 24 Mar 2020 09:29:29 -0700 Subject: [PATCH] xplat/js/react-native-github/ReactCommon/fabric/components/textinput/ Summary: Changelog: [Internal] Reviewed By: scottrice Differential Revision: D20619227 fbshipit-source-id: 674337e6ce585a4e96d020f9624b874ba86e2d80 --- ReactCommon/fabric/components/textinput/BUCK | 16 ++++++++-------- .../components/textinput/iostextinput/BUCK | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) 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", ], )