- 13 Sep, 2017 1 commit
-
-
Edward Lemur authored
Bug: 751635 Change-Id: I0eaac306d394662d966e416b649414e9adbea048 Reviewed-on: https://chromium-review.googlesource.com/660258Reviewed-by: Aaron Gable <agable@chromium.org> Reviewed-by: Henrik Kjellander <kjellander@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
- 16 Dec, 2016 2 commits
-
-
Dr Alex Gouaillard authored
BUG= Change-Id: I33aa83c36721059005b86fe8538560c302bbd4b5 Reviewed-on: https://chromium-review.googlesource.com/414692Reviewed-by: Henrik Kjellander <kjellander@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Henrik Kjellander <kjellander@chromium.org>
-
Quinten Yearsley authored
This affects a bunch of files, but only changes comments, and shouldn't make any difference to behavior. The purpose is to slightly improve readability of pylint disable comments. Change-Id: Ic6cd0f8de792b31d91c6125f6da2616450b30f11 Reviewed-on: https://chromium-review.googlesource.com/420412Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
-
- 15 Nov, 2016 1 commit
-
-
agable authored
R=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2395013002
-
- 18 Jul, 2016 1 commit
-
- 24 Jun, 2016 1 commit
-
-
agable authored
R=maruel@chromium.org BUG=109184 Review-Url: https://codereview.chromium.org/2087313002
-
- 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
-
- 24 Mar, 2015 1 commit
-
-
kjellander@chromium.org authored
BUG=412012 Review URL: https://codereview.chromium.org/765373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294546 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Mar, 2015 1 commit
-
-
kjellander@chromium.org authored
This will make gclient download all the remote branches of the WebRTC Git repo when the 'fetch webrtc' recipe runs. This will result in a new fetch line in the .git/config for branch-heads, like this: [remote "origin"] url = https://chromium.googlesource.com/external/webrtc.git fetch = +refs/heads/*:refs/remotes/origin/* fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* In order to get the same setup for an existing checkout, do: gclient sync --with_branch_heads git fetch origin BUG=437776 TESTED=Ran 'fetch webrtc' and 'fetch webrtc_ios' and verified the remote branches were available with 'git branch --remotes' R=jochen@chromium.org Review URL: https://codereview.chromium.org/1030573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294528 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Nov, 2014 1 commit
-
-
kjellander@chromium.org authored
For Mac, we're depending on having both ios+mac for target_os. R=agable@chromium.org Review URL: https://codereview.chromium.org/753123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293085 0039d316-1c4b-4281-b951-d872f2087c98
-