Home
last modified time | relevance | path

Searched refs:DIR_SOURCE_ROOT (Results 1 – 11 of 11) sorted by relevance

/external/libmojo/build/android/pylib/constants/
D__init__.py26 DIR_SOURCE_ROOT = os.environ.get('CHECKOUT_SOURCE_ROOT', variable
91 PERF_OUTPUT_DIR = os.path.join(DIR_SOURCE_ROOT, 'out', 'step_results')
96 SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
100 ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
104 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
110 PROGUARD_ROOT = os.path.join(DIR_SOURCE_ROOT, 'third_party', 'proguard')
112 BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
124 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android'),
134 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'),
178 DIR_SOURCE_ROOT, os.environ.get('CHROMIUM_OUTPUT_DIR')))
[all …]
Dhost_paths.py9 DIR_SOURCE_ROOT = os.environ.get( variable
15 DIR_SOURCE_ROOT, 'build', 'util', 'lib', 'common')
19 DIR_SOURCE_ROOT, 'third_party', 'android_platform', 'development',
22 DIR_SOURCE_ROOT, 'third_party', 'catapult', 'devil')
24 DIR_SOURCE_ROOT, 'third_party', 'pymock')
/external/libmojo/base/
Dbase_paths.h42 DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful enumerator
Dbase_paths.cc34 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path)) in PathProvider()
Dbase_paths_android.cc40 case base::DIR_SOURCE_ROOT: in PathProviderAndroid()
/external/libmojo/mojo/edk/js/test/
Drun_js_tests.cc35 PathService::Get(base::DIR_SOURCE_ROOT, &path); in RunTest()
Drun_js_integration_tests.cc38 PathService::Get(base::DIR_SOURCE_ROOT, &path); in RunTest()
/external/libmojo/mojo/edk/test/
Dtest_support_impl.cc30 if (!PathService::Get(base::DIR_SOURCE_ROOT, &path)) in ResolveSourceRootRelativePath()
/external/libmojo/build/android/gyp/util/
Dbuild_utils.py26 COLORAMA_ROOT = os.path.join(host_paths.DIR_SOURCE_ROOT,
407 assert os.path.isabs(host_paths.DIR_SOURCE_ROOT)
409 p for p in abs_module_paths if p.startswith(host_paths.DIR_SOURCE_ROOT)]
/external/libmojo/mojo/edk/js/
Dmojo_runner_delegate.cc29 PathService::Get(base::DIR_SOURCE_ROOT, &search_paths[0]); in GetModuleSearchPaths()
/external/libchrome/base/
Dfile_version_info_unittest.cc29 PathService::Get(base::DIR_SOURCE_ROOT, &path); in GetTestDataPath()