Move to fbsystrace to a new location

Reviewed By: dreiss

Differential Revision: D5760920

fbshipit-source-id: 9ff001dbd34660c14d061dec5428e82a815c719a
This commit is contained in:
Michael Lee 2017-09-07 09:02:13 -07:00 committed by Facebook Github Bot
parent 6562324e4c
commit 1f2ca244d7
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ cxx_library(
"//native/third-party/android-ndk:android",
"xplat//folly:molly",
"//xplat/fbgloginit:fbgloginit",
"//xplat/fbsystrace:fbsystrace",
"xplat//fbsystrace:fbsystrace",
react_native_xplat_target("cxxreact:bridge"),
react_native_xplat_target("cxxreact:module"),
FBJNI_TARGET,

View File

@ -139,7 +139,7 @@ rn_xplat_cxx_library(
deps = [
":module",
":jsbigstring",
"//xplat/fbsystrace:fbsystrace",
"xplat//fbsystrace:fbsystrace",
"xplat//folly:molly",
react_native_xplat_target("jschelpers:jschelpers"),
react_native_xplat_target("microprofiler:microprofiler"),