HomeSort by relevance Sort by last modified time
    Searched refs:gyp_source_dir (Results 1 - 4 of 4) sorted by null

  /external/skia/platform_tools/android/bin/
gyp_to_android.py 40 gyp_source_dir):
50 gyp_source_dir: Directory for gyp source.
56 gyp_source_dir)
63 def main(target_dir=None, require_sk_user_config=False, gyp_source_dir=None):
73 gyp_source_dir: Source directory for gyp.
103 False, gyp_source_dir)
105 gyp_source_dir)
107 True, gyp_source_dir)
109 gyp_source_dir)
111 False, gyp_source_dir)
    [all...]
  /external/skia/platform_tools/android/gyp_gen/
android_framework_gyp.py 28 gyp_source_dir=None):
38 gyp_source_dir: Directory of the gyp source code. The default is in
46 if not gyp_source_dir:
48 print 'gyp_source_dir not provided. using the default!'
49 gyp_source_dir = os.path.join(SKIA_DIR, 'third_party', 'externals', 'gyp')
52 print 'gyp_source_dir is "%s"' % gyp_source_dir
53 if not os.path.exists(gyp_source_dir):
56 assert os.path.exists(gyp_source_dir)
58 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib')
    [all...]
tool_makefile_writer.py 52 desired_targets, gyp_source_dir=None):
70 gyp_source_dir: Source directory for gyp.
76 gyp_source_dir=gyp_source_dir)
  /external/skia/
gyp_skia 21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp') variable
32 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
156 print gyp_source_dir, ' '.join(args)

Completed in 40 milliseconds