Searched refs:gyp_source_dir (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/ |
D | android_framework_gyp.py | 26 gyp_source_dir = os.path.join(SKIA_DIR, 'third_party', 'externals', 'gyp') variable 27 if not os.path.exists(gyp_source_dir): 30 gyp_source_dir = os.path.join(SKIA_DIR, os.pardir, 'chromium_org', 'tools', variable 33 assert os.path.exists(gyp_source_dir) 37 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
|
/external/skia/platform_tools/android/gyp_gen/ |
D | android_framework_gyp.py | 26 gyp_source_dir = os.path.join(SKIA_DIR, 'third_party', 'externals', 'gyp') variable 27 if not os.path.exists(gyp_source_dir): 30 gyp_source_dir = os.path.join(SKIA_DIR, os.pardir, 'chromium_org', 'tools', variable 33 assert os.path.exists(gyp_source_dir) 37 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
|
/external/skia/ |
D | gyp_skia | 21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp') variable 28 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib')) 158 print gyp_source_dir, ' '.join(args)
|
/external/chromium_org/third_party/skia/ |
D | gyp_skia | 21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp') variable 28 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib')) 158 print gyp_source_dir, ' '.join(args)
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
D | gyp_for_webtry | 8 gyp_source_dir = os.path.join(skia_src, 'third_party', 'externals', 'gyp') variable 13 sys.path.insert(0, os.path.abspath(os.path.join(gyp_source_dir, 'pylib')))
|