xplat// -> fbsource//xplat/ for xplat/js

Reviewed By: scottrice

Differential Revision: D14076351

fbshipit-source-id: f803d2af438a5eb3f18c981793e17b6293d8ef1c
This commit is contained in:
Jonathan Kim
2019-02-14 23:50:27 -08:00
committed by Facebook Github Bot
parent b3961aff2a
commit c02f278d8f
29 changed files with 195 additions and 195 deletions

View File

@@ -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",
],
)