Searched defs:gyp_source_dir (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dandroid_framework_gyp.py26 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/
H A Dandroid_framework_gyp.py26 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/chromium_org/third_party/skia/experimental/webtry/
H A Dgyp_for_webtry8 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')))
/external/chromium_org/third_party/skia/
H A Dgyp_skia21 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/skia/
H A Dgyp_skia21 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)

Completed in 566 milliseconds