- 04 Dec, 2015 1 commit
-
-
luqui@chromium.org authored
We are making depot_tools a proper (chromium) recipe package, which assumes that recipes are located in recipes/. So I need to move these other kinds of recipes out of the way. BUG=564920 R=dpranke@chromium.org, iannucci@chromium.org Review URL: https://codereview.chromium.org/1494793002 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297837 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Dec, 2014 1 commit
-
-
loislo@chromium.org authored
The root of problem is a _cache_temp file. git_cache expected that it is a folder. So rmtree failed to remove it. BUG= TBR= dpranke@chromium.org, enne@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/825133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293502 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Aug, 2013 1 commit
-
-
stuartmorgan@chromium.org authored
Adds support for passing target_os_only to the chromium recipe, and adds "fetch ios" as an alias for passing both target_os=['ios'] and target_os_only=True as described in the iOS build instructions page. BUG=None R=agable@chromium.org, cmp@chromium.org Review URL: https://codereview.chromium.org/21428002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@215891 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Apr, 2013 1 commit
-
-
janx@chromium.org authored
"fetch android" is a basic alias for "fetch chromium --target_os=android", which adds "target_os=['android']" to the gclient specs as described in chromium's AndroidBuildInstructions wiki page. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14315010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@197031 0039d316-1c4b-4281-b951-d872f2087c98
-