OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_root
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py
80
def GetNinjaOutputDirectory(
chrome_root
):
81
"""Returns either <
chrome_root
>/out/Release or <
chrome_root
>/out/Debug.
84
root = os.path.join(
chrome_root
, 'out')
104
def GetClangCommandFromNinjaForFilename(
chrome_root
, filename):
111
chrome_root
: (String) Path to src/.
117
if not
chrome_root
:
122
chrome_flags = ['-I' + os.path.join(
chrome_root
)]
140
subdir_filename = filename[len(
chrome_root
)+1:]
143
out_dir = GetNinjaOutputDirectory(
chrome_root
)
[
all
...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
desktop_platform_backend.py
24
chrome_root
= util.GetChromiumSrcDir()
26
candidate = os.path.join(
chrome_root
, build_dir, build_type,
/external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py
106
chrome_root
= os.path.dirname(__file__)
107
while os.path.basename(
chrome_root
) != 'src':
108
chrome_root
= os.path.abspath(os.path.join(
chrome_root
, '..'))
117
path = os.path.join(
chrome_root
, '..', path)
/external/chromium_org/tools/telemetry/telemetry/core/chrome/
desktop_browser_finder.py
118
if options.
chrome_root
:
119
chrome_root
= options.
chrome_root
121
chrome_root
= util.GetChromiumSrcDir()
130
chrome_root
, 'third_party', 'adobe', 'flash', 'binaries', 'ppapi',
139
chrome_root
, 'third_party', 'adobe', 'flash', 'binaries', 'ppapi',
148
chrome_root
, 'third_party', 'adobe', 'flash', 'binaries', 'ppapi',
166
browser_directory = os.path.join(
chrome_root
, build_dir, type_dir)
desktop_browser_finder_unittest.py
19
self._options.
chrome_root
= '../../../'
/external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py
27
self.
chrome_root
= None
76
dest='
chrome_root
',
Completed in 184 milliseconds