Rename defs file
Summary: new name Reviewed By: gkassabli Differential Revision: D4245638 fbshipit-source-id: 14050d02c4298014a5fcadd75c4f364537ec2396
This commit is contained in:
committed by
Facebook Github Bot
parent
684a36d6cf
commit
ff3d2e1691
24
YOGA_DEFS
Normal file
24
YOGA_DEFS
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
CSSLAYOUT_ROOT = '//...'
|
||||
INFER_ANNOTATIONS_TARGET = '//lib/infer-annotations:infer-annotations'
|
||||
JSR_305_TARGET = '//lib/jsr-305:jsr-305'
|
||||
JUNIT_TARGET = '//lib/junit:junit'
|
||||
PROGRUARD_ANNOTATIONS_TARGET = '//java/com/facebook/proguard/annotations:annotations'
|
||||
SOLOADER_TARGET = '//lib/soloader:soloader'
|
||||
GTEST_TARGET = '//lib/gtest:gtest'
|
||||
JNI_TARGET = '//lib/jni:jni'
|
||||
FBJNI_TARGET = '//lib/fb:fbjni'
|
||||
|
||||
CXX_LIBRARY_WHITELIST = [
|
||||
'//lib/fb:fbjni',
|
||||
'//java:jni',
|
||||
]
|
||||
|
||||
def csslayout_dep(dep):
|
||||
return '//' + dep
|
||||
|
||||
class allow_unsafe_import:
|
||||
def __enter__(self):
|
||||
pass
|
||||
def __exit__(self, type, value, traceback):
|
||||
pass
|
Reference in New Issue
Block a user