OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/catapult_build/
run_dev_server_tests.py
85
chrome_path
= (
87
if os.path.isfile(
chrome_path
):
88
return
chrome_path
103
chrome_path
= os.path.join('Google', 'Chrome', 'Application', 'chrome.exe')
105
test_path = os.path.join(search_path,
chrome_path
)
115
parser.add_argument('--
chrome_path
', type=str,
160
chrome_path
= GetLocalChromePath(args.
chrome_path
)
161
if not
chrome_path
:
164
chrome_info = 'with command `%s`' %
chrome_path
[
all
...]
test_runner.py
31
command += ['--
chrome_path
', chrome_command]
42
'--
chrome_path
', type=str,
49
new_exit_code = _RunTest(test, args.
chrome_path
)
/external/skia/
gyp_skia
96
chrome_path
= os.getenv('
CHROME_PATH
')
variable
97
os.chdir(
chrome_path
)
98
sys.path.append(os.path.join(
chrome_path
, 'build'))
99
sys.path.append(os.path.join(
chrome_path
, 'tools'))
164
os.path.join(os.getenv('
CHROME_PATH
'), get_output_dir()),
/external/skia/infra/bots/flavor/
default_flavor.py
72
self.
chrome_path
= os.path.join(os.path.expanduser('~'), 'src')
90
# The
CHROME_PATH
environment variable is needed for bots that use
92
env = {'
CHROME_PATH
': self.
chrome_path
}
Completed in 317 milliseconds