patch commit that was not synced from fbsource

This one was not synced correctly https://phabricator.fb.com/rFAaebd840baa045b25f7c6641a0657b3cb1a01ba78
This commit is contained in:
Konstantin Raev 2016-02-24 10:01:37 +00:00
parent 9951e1ab04
commit ecfd4f854b

View File

@ -24,6 +24,16 @@ def react_native_integration_tests_target(path):
def react_native_dep(path):
return '//ReactAndroid/src/main/' + path
JSC_DEPS = [
'//native/third-party/jsc:jsc',
'//native/third-party/jsc:jsc_legacy_profiler',
]
JSC_INTERNAL_DEPS = [
'//native/third-party/jsc-internal:jsc',
'//native/third-party/jsc-internal:jsc_legacy_profiler',
]
INTERNAL_APP = 'PUBLIC'
# React property preprocessor
@ -86,4 +96,4 @@ def robolectric3_test(name, deps, vm_args=None, *args, **kwargs):
vm_args=vm_args + extra_vm_args,
*args,
**kwargs
)
)