mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 12:12:31 +08:00
move inspector out of jschelpers
Differential Revision: D6385924 fbshipit-source-id: 1913d903077494cc0d86d5a8c8839620f1ecab0c
This commit is contained in:
committed by
Facebook Github Bot
parent
850efa8650
commit
70c359000a
@@ -27,5 +27,6 @@ cxx_library(
|
||||
FBJNI_TARGET,
|
||||
"xplat//folly:molly",
|
||||
react_native_xplat_target("jschelpers:jschelpers"),
|
||||
react_native_xplat_target("jsinspector:jsinspector"),
|
||||
] + JSC_DEPS) if not IS_OSS_BUILD else [],
|
||||
)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#ifdef WITH_INSPECTOR
|
||||
|
||||
#include <jschelpers/InspectorInterfaces.h>
|
||||
#include <jsinspector/InspectorInterfaces.h>
|
||||
|
||||
#include <fb/fbjni.h>
|
||||
#include <folly/Memory.h>
|
||||
|
||||
Reference in New Issue
Block a user