Home
last modified time | relevance | path

Searched refs:opts_file (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/gn/
Dgn_to_bp_utils.py87 def GetArchSources(opts_file): argument
95 with open(opts_file) as f:
96 code = compile(f.read(), opts_file, 'exec')
/third_party/flutter/skia/gn/
Dgn_to_bp_utils.py87 def GetArchSources(opts_file): argument
95 execfile(opts_file, builtins, defs)