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

  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
gypd_parser.py 47 rel_source = os.path.relpath(source, os.pardir)
48 rel_source = os.path.relpath(rel_source, dest_dir)
49 var_dict.LOCAL_SRC_FILES.add(rel_source)
  /external/skia/platform_tools/android/gyp_gen/
gypd_parser.py 47 rel_source = os.path.relpath(source, os.pardir)
48 rel_source = os.path.relpath(rel_source, dest_dir)
49 var_dict.LOCAL_SRC_FILES.add(rel_source)
  /external/chromium_org/build/android/gyp/
emma_instr.py 124 rel_source = os.path.relpath(abs_source, src_root)
126 relative_sources.append(rel_source)

Completed in 68 milliseconds