Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 416663002: gclient DEPS file for auto checking out deps (Closed)

Created:
6 years, 5 months ago by aneeshm
Modified:
6 years, 4 months ago
Reviewers:
jam, agable, nodir
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium@master
Visibility:
Public.

Description

gclient DEPS file for auto checking out deps Added a DEPS file so that bot_update and gclient can automatically check out dependencies (GYP, V8, ICU, and on Windows, Cygwin). BUG=375773 R=jam@chromium.org, nodir@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/2ee9c3a

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed indentation #

Total comments: 1

Patch Set 3 : Use git mirrors instead of SVN #

Patch Set 4 : Fixed indentation to two spaces #

Total comments: 3

Patch Set 5 : Fixed slashes and cygwin repo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
A DEPS View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
aneeshm
6 years, 5 months ago (2014-07-23 19:58:57 UTC) #1
aneeshm
ptal
6 years, 5 months ago (2014-07-23 20:02:12 UTC) #2
nodir
Nit only. Need other's approval for validating the semantics https://codereview.chromium.org/416663002/diff/1/DEPS File DEPS (right): https://codereview.chromium.org/416663002/diff/1/DEPS#newcode3 DEPS:3: ...
6 years, 5 months ago (2014-07-23 20:48:47 UTC) #3
aneeshm
On 2014/07/23 20:48:47, nodir wrote: > Nit only. Need other's approval for validating the semantics ...
6 years, 5 months ago (2014-07-23 23:37:04 UTC) #4
aneeshm
On 2014/07/23 23:37:04, aneeshm wrote: > On 2014/07/23 20:48:47, nodir wrote: > > Nit only. ...
6 years, 5 months ago (2014-07-23 23:37:41 UTC) #5
jam
lgtm, thanks https://codereview.chromium.org/416663002/diff/20001/DEPS File DEPS (right): https://codereview.chromium.org/416663002/diff/20001/DEPS#newcode2 DEPS:2: "pdfium/build/gyp": nit: sorry to nit, but let's ...
6 years, 5 months ago (2014-07-24 01:28:02 UTC) #6
agable
On 2014/07/24 01:28:02, jam wrote: > lgtm, thanks > > https://codereview.chromium.org/416663002/diff/20001/DEPS > File DEPS (right): ...
6 years, 5 months ago (2014-07-24 18:38:06 UTC) #7
jam
On 2014/07/24 18:38:06, agable wrote: > On 2014/07/24 01:28:02, jam wrote: > > lgtm, thanks ...
6 years, 5 months ago (2014-07-24 20:05:29 UTC) #8
aneeshm
On 2014/07/24 20:05:29, jam wrote: > On 2014/07/24 18:38:06, agable wrote: > > On 2014/07/24 ...
6 years, 5 months ago (2014-07-25 21:31:03 UTC) #9
jam
lgtm, can you please use 2 space indents to match chromium though?
6 years, 4 months ago (2014-07-28 06:46:28 UTC) #10
jam
please visit https://pdfium-review.googlesource.com/ with your chromium account andIM me, then I can add you as ...
6 years, 4 months ago (2014-07-28 06:47:43 UTC) #11
aneeshm
Just fixed it to two spaces. PTAL.
6 years, 4 months ago (2014-07-28 19:48:30 UTC) #12
agable
https://codereview.chromium.org/416663002/diff/60001/DEPS File DEPS (right): https://codereview.chromium.org/416663002/diff/60001/DEPS#newcode3 DEPS:3: "https://chromium.googlesource.com/external/gyp/", no trailing slash https://codereview.chromium.org/416663002/diff/60001/DEPS#newcode6 DEPS:6: "https://chromium.googlesource.com/external/v8/", no trailing ...
6 years, 4 months ago (2014-07-30 17:05:56 UTC) #13
aneeshm
On 2014/07/30 17:05:56, agable wrote: > https://codereview.chromium.org/416663002/diff/60001/DEPS > File DEPS (right): > > https://codereview.chromium.org/416663002/diff/60001/DEPS#newcode3 > ...
6 years, 4 months ago (2014-07-30 19:52:06 UTC) #14
jam
slgtm
6 years, 4 months ago (2014-07-30 20:23:35 UTC) #15
aneeshm
On 2014/07/30 20:23:35, jam wrote: > slgtm What's that?
6 years, 4 months ago (2014-07-30 21:12:48 UTC) #16
aneeshm
The CQ bit was checked by aneeshm@chromium.org
6 years, 4 months ago (2014-08-05 20:15:42 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-05 20:18:44 UTC) #18
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
6 years, 4 months ago (2014-08-05 20:18:45 UTC) #19
nodir
On 2014/07/30 21:12:48, aneeshm wrote: > On 2014/07/30 20:23:35, jam wrote: > > slgtm > ...
6 years, 4 months ago (2014-08-06 00:08:15 UTC) #20
nodir
On 2014/08/06 00:08:15, nodir wrote: > On 2014/07/30 21:12:48, aneeshm wrote: > > On 2014/07/30 ...
6 years, 4 months ago (2014-08-06 00:08:46 UTC) #21
aneeshm
6 years, 4 months ago (2014-08-07 01:11:33 UTC) #22
Message was sent while issue was closed.
Committed patchset #5 manually as 2ee9c3a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698