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

Issue 13100003: Made the default build target "most" which currently contains everything except (Closed)

Created:
7 years, 9 months ago by Andrei Mouravski
Modified:
7 years, 8 months ago
Reviewers:
ricow1, dgrove, kustermann
CC:
reviews_dartlang.org, dgrove
Visibility:
Public.

Description

Made the default build target "most" which currently contains everything except api_docs. This was adapted from the skia repo. Committed: https://code.google.com/p/dart/source/detail?r=20818

Patch Set 1 #

Total comments: 13

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M dart.gyp View 1 2 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Andrei Mouravski
I think we can trim the "most" list even more. My suggestion is to actually ...
7 years, 9 months ago (2013-03-27 00:50:43 UTC) #1
kustermann
One general note: We have to do these sort of changes in three steps: - ...
7 years, 9 months ago (2013-03-27 10:21:20 UTC) #2
Andrei Mouravski
On 2013/03/27 10:21:20, kustermann wrote: > One general note: We have to do these sort ...
7 years, 9 months ago (2013-03-27 17:45:33 UTC) #3
Andrei Mouravski
https://codereview.chromium.org/13100003/diff/1/dart.gyp File dart.gyp (right): https://codereview.chromium.org/13100003/diff/1/dart.gyp#newcode9 dart.gyp:9: 'target_name': 'everything', On 2013/03/27 10:21:21, kustermann wrote: > There ...
7 years, 9 months ago (2013-03-27 17:45:40 UTC) #4
dgrove
https://codereview.chromium.org/13100003/diff/1/tools/build.py File tools/build.py (right): https://codereview.chromium.org/13100003/diff/1/tools/build.py#newcode237 tools/build.py:237: target = 'most' Yes - this was primarily for ...
7 years, 9 months ago (2013-03-28 02:30:11 UTC) #5
Andrei Mouravski
https://codereview.chromium.org/13100003/diff/1/tools/build.py File tools/build.py (right): https://codereview.chromium.org/13100003/diff/1/tools/build.py#newcode237 tools/build.py:237: target = 'most' To which I ask, do most ...
7 years, 9 months ago (2013-03-28 15:06:23 UTC) #6
dgrove
https://codereview.chromium.org/13100003/diff/1/tools/build.py File tools/build.py (right): https://codereview.chromium.org/13100003/diff/1/tools/build.py#newcode237 tools/build.py:237: target = 'most' probably not, but this step takes ...
7 years, 9 months ago (2013-03-28 15:17:42 UTC) #7
Andrei Mouravski
Ping. Dan and I are in agreement about this, so I'm just looking for an ...
7 years, 8 months ago (2013-04-01 16:42:50 UTC) #8
kustermann
lgtm with comments. It would be nice if you could send out an email saying ...
7 years, 8 months ago (2013-04-02 10:34:25 UTC) #9
Andrei Mouravski
Thanks. Submitting. https://codereview.chromium.org/13100003/diff/7001/dart.gyp File dart.gyp (right): https://codereview.chromium.org/13100003/diff/7001/dart.gyp#newcode23 dart.gyp:23: 'packages', On 2013/04/02 10:34:25, kustermann wrote: > ...
7 years, 8 months ago (2013-04-02 20:51:55 UTC) #10
Andrei Mouravski
Committed patchset #3 manually as r20818 (presubmit successful).
7 years, 8 months ago (2013-04-02 20:52:09 UTC) #11
kustermann
We (ricow, ahe and I) had some discussions about the change to tools/build.py to use ...
7 years, 8 months ago (2013-04-09 17:29:41 UTC) #12
Andrei Mouravski
7 years, 8 months ago (2013-04-09 20:11:33 UTC) #13
Message was sent while issue was closed.
On 2013/04/09 17:29:41, kustermann wrote:
> We (ricow, ahe and I) had some discussions about the change to tools/build.py
to
> use the 'default' target. We eventually agreed on
> 
> a) Maintaining an 'everything' target will not work (people will forget to
> update it when they add/rename new targets ...).
> 
> b) We want build.py to build everything.
> 
> I reverted my change to build.py and peter submitted a change to exclude
> api_docs in the build step if we're building in debug mode -- which will help
> the VM team.
> 
> I hope that's OK with you.

That is totally acceptable to me.

Powered by Google App Engine
This is Rietveld 408576698