Home
last modified time | relevance | path

Searched refs:_DIR_SOURCE_ROOT (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/
H A Dmilestone_apk_sizes.py23 _DIR_SOURCE_ROOT = os.path.normpath( variable
26 sys.path.insert(1, os.path.join(_DIR_SOURCE_ROOT, 'build/android/pylib'))
29 _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party/depot_tools/gsutil.py')
30 _RESOURCE_SIZES = os.path.join(_DIR_SOURCE_ROOT,
32 _AAPT2 = os.path.join(_DIR_SOURCE_ROOT,
34 _KEYSTORE = os.path.join(_DIR_SOURCE_ROOT,
H A Dgenerate_official_build_report.py20 _DIR_SOURCE_ROOT = os.path.normpath( variable
22 _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'depot_tools',
H A Dgenerate_milestone_reports.py40 _DIR_SOURCE_ROOT = os.path.normpath( variable
42 _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'depot_tools',
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/util/lib/common/
H A Dchrome_test_server_spawner.py32 _DIR_SOURCE_ROOT = os.path.abspath( variable
42 % (os.path.join(_DIR_SOURCE_ROOT, 'third_party'),
43 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'tlslite'),
44 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver')))
225 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver',
237 cwd=_DIR_SOURCE_ROOT)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/util/lib/common/
H A Dchrome_test_server_spawner.py34 _DIR_SOURCE_ROOT = os.path.abspath( variable
44 % (os.path.join(_DIR_SOURCE_ROOT, 'third_party'),
45 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'tlslite'),
46 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver')))
230 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver',
242 cwd=_DIR_SOURCE_ROOT)
/dports/lang/v8/v8-9.6.180.12/build/util/lib/common/
H A Dchrome_test_server_spawner.py32 _DIR_SOURCE_ROOT = os.path.abspath( variable
42 % (os.path.join(_DIR_SOURCE_ROOT, 'third_party'),
43 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'tlslite'),
44 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver')))
222 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver',
243 cwd=_DIR_SOURCE_ROOT)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/util/lib/common/
H A Dchrome_test_server_spawner.py34 _DIR_SOURCE_ROOT = os.path.abspath( variable
44 % (os.path.join(_DIR_SOURCE_ROOT, 'third_party'),
45 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'tlslite'),
46 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver')))
230 os.path.join(_DIR_SOURCE_ROOT, 'net', 'tools', 'testserver',
242 cwd=_DIR_SOURCE_ROOT)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/
H A Dmilestone_apk_sizes.py21 _DIR_SOURCE_ROOT = os.path.normpath( variable
24 _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'depot_tools',
26 _RESOURCE_SIZES = os.path.join(_DIR_SOURCE_ROOT, 'build', 'android',
H A Dgenerate_official_build_report.py20 _DIR_SOURCE_ROOT = os.path.normpath( variable
22 _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'depot_tools',
H A Dgenerate_milestone_reports.py40 _DIR_SOURCE_ROOT = os.path.normpath( variable
42 _GSUTIL = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'depot_tools',
/dports/www/chromium-legacy/chromium-88.0.4324.182/testing/merge_scripts/code_coverage/
H A Dmerge_lib.py13 _DIR_SOURCE_ROOT = os.path.normpath( variable
16 _JAVA_PATH = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/testing/merge_scripts/code_coverage/
H A Dmerge_lib.py13 _DIR_SOURCE_ROOT = os.path.normpath( variable
16 _JAVA_PATH = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/build/code_coverage/
H A Dmerge_lib.py19 _DIR_SOURCE_ROOT = os.path.normpath( variable
22 _JAVA_PATH = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/
H A Dapk_operations.py41 _DIR_SOURCE_ROOT = os.path.normpath( variable
43 _JAVA_HOME = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current')
46 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'colorama', 'src')):
56 os.path.join(_DIR_SOURCE_ROOT, 'build', 'android', 'gyp')):
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/
H A Dapk_operations.py41 _DIR_SOURCE_ROOT = os.path.normpath( variable
43 _JAVA_HOME = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current')
46 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'colorama', 'src')):
56 os.path.join(_DIR_SOURCE_ROOT, 'build', 'android', 'gyp')):
/dports/lang/v8/v8-9.6.180.12/build/android/
H A Dapk_operations.py41 _DIR_SOURCE_ROOT = os.path.normpath( variable
43 _JAVA_HOME = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current')
46 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'colorama', 'src')):
56 os.path.join(_DIR_SOURCE_ROOT, 'build', 'android', 'gyp')):
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dapk_operations.py41 _DIR_SOURCE_ROOT = os.path.normpath( variable
43 _JAVA_HOME = os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'jdk', 'current')
46 os.path.join(_DIR_SOURCE_ROOT, 'third_party', 'colorama', 'src')):
56 os.path.join(_DIR_SOURCE_ROOT, 'build', 'android', 'gyp')):