HomeSort by relevance Sort by last modified time
    Searched refs:depot_tools (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 11 # Install depot_tools.
12 if [ -d depot_tools ]; then
13 (cd depot_tools && git pull);
15 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git;
17 export PATH=$PATH:$HOME/depot_tools
  /external/skia/experimental/webtry/setup/
continue_install 11 # Install depot_tools.
12 if [ -d depot_tools ]; then
13 (cd depot_tools && git pull);
15 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git;
17 export PATH=$PATH:$HOME/depot_tools
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_win.py 71 """Attempt to find depot_tools location in PATH."""
113 # Look in depot_tools win_toolchain too.
114 depot_tools = self._find_depot_tools_path()
115 if depot_tools:
116 win8sdk = os.path.join(depot_tools, 'win_toolchain', 'vs2013_files', 'win8sdk')
  /external/chromium_org/third_party/skia/tools/
submit_try 11 This is a thin wrapper around the try request utilities in depot_tools which
60 """ Find depot_tools on the local machine and return its location. """
65 raise Exception('Couldn\'t find depot_tools in PATH!')
244 # Find depot_tools. This is needed to import git_cl and trychange.
  /external/skia/tools/
submit_try 11 This is a thin wrapper around the try request utilities in depot_tools which
60 """ Find depot_tools on the local machine and return its location. """
65 raise Exception('Couldn\'t find depot_tools in PATH!')
244 # Find depot_tools. This is needed to import git_cl and trychange.
  /external/chromium_org/tools/
check_git_config.py 388 # After depot_tools r291592 both DEPS and .DEPS.git are valid.
423 'checkouts.\nSee \'man depot_tools\' (or read '
424 'depot_tools/man/html/depot_tools.html).')
  /external/chromium_org/tools/vim/
ninja-build.vim 14 " in your path (which it is automatically if depot_tools is in your path).

Completed in 5932 milliseconds