Lines Matching refs:V8_BASE
21 V8_BASE = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
22 V8_SRC_BASE = os.path.join(V8_BASE, 'src')
23 V8_INCLUDE_BASE = os.path.join(V8_BASE, 'include')
26 os.path.join(V8_BASE, 'src', 'd8.gyp'),
27 os.path.join(V8_BASE, 'src', 'third_party', 'vtune', 'v8vtune.gyp'),
28 os.path.join(V8_BASE, 'test', 'cctest', 'cctest.gyp'),
29 os.path.join(V8_BASE, 'test', 'unittests', 'unittests.gyp'),
30 os.path.join(V8_BASE, 'tools', 'gyp', 'v8.gyp'),
31 os.path.join(V8_BASE, 'tools', 'parser-shell.gyp'),
49 yield path_no_prefix(os.path.relpath(os.path.join(root, f), V8_BASE))
102 gn_values = set(iflatten_gn_file(os.path.join(V8_BASE, 'BUILD.gn')))