OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEPOT_TOOLS
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/common/extensions/docs/build/
build.sh
10
echo "Cannot find
depot_tools
python - is it installed and in your path?" 1>&2
15
# On cygwin, we use the verison of python from
depot_tools
.
16
echo "Detected cygwin - looking for python in
depot_tools
"
21
DEPOT_TOOLS
=$(dirname "$GCLIENT_PATH")
22
PYTHON_PATH="$
DEPOT_TOOLS
/python"
/external/chromium_org/tools/cr/cr/commands/
sync.py
22
GCLIENT_BINARY=os.path.join('{
DEPOT_TOOLS
}', 'gclient'),
52
SyncCommand.DETECTED.Set(
DEPOT_TOOLS
=os.path.dirname(gclient_binaries[0]))
/external/chromium_org/tools/cr/cr/base/
platform.py
13
DEPOT_TOOLS
=os.path.join('{GOOGLE_CODE}', '
depot_tools
'),
Completed in 2430 milliseconds