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

Issue 15870012: Add packages as a dependency for dart2js target (Closed)

Created:
7 years, 6 months ago by ricow1
Modified:
7 years, 6 months ago
Reviewers:
ahe, kustermann
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add packages as a dependency for dart2js target Since dartdoc depeneds on packages and we include it in the snapshot we need packages as a depenedency. Currently tools/build.py -mrelease dart2js is broken if you do a clean build. R=ahe@google.com, kustermann@google.com Committed: https://code.google.com/p/dart/source/detail?r=23804

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M pkg/pkg.gyp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M tools/make_links.py View 1 2 3 chunks +20 lines, -3 lines 0 comments Download
M utils/compiler/compiler.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ricow1
7 years, 6 months ago (2013-06-06 09:51:24 UTC) #1
kustermann
https://codereview.chromium.org/15870012/diff/1/utils/compiler/compiler.gyp File utils/compiler/compiler.gyp (right): https://codereview.chromium.org/15870012/diff/1/utils/compiler/compiler.gyp#newcode15 utils/compiler/compiler.gyp:15: '../../pkg/pkg.gyp:pkg_packages', Shouldn't we add this to dart.gyp? i.e. 115 ...
7 years, 6 months ago (2013-06-06 09:56:11 UTC) #2
ahe
https://codereview.chromium.org/15870012/diff/1/utils/compiler/compiler.gyp File utils/compiler/compiler.gyp (right): https://codereview.chromium.org/15870012/diff/1/utils/compiler/compiler.gyp#newcode15 utils/compiler/compiler.gyp:15: '../../pkg/pkg.gyp:pkg_packages', You need to modify inputs below as well.
7 years, 6 months ago (2013-06-06 09:56:32 UTC) #3
ricow1
Added a timestamp file for the packages target, using this as input to the dart2js ...
7 years, 6 months ago (2013-06-06 14:51:38 UTC) #4
kustermann
lgtm, but wait for peter's comments. https://codereview.chromium.org/15870012/diff/4001/tools/create_timestamp_file.py File tools/create_timestamp_file.py (right): https://codereview.chromium.org/15870012/diff/4001/tools/create_timestamp_file.py#newcode15 tools/create_timestamp_file.py:15: if __name__ == ...
7 years, 6 months ago (2013-06-06 15:23:49 UTC) #5
ricow1
https://codereview.chromium.org/15870012/diff/4001/tools/create_timestamp_file.py File tools/create_timestamp_file.py (right): https://codereview.chromium.org/15870012/diff/4001/tools/create_timestamp_file.py#newcode15 tools/create_timestamp_file.py:15: if __name__ == '__main__': On 2013/06/06 15:23:49, kustermann wrote: ...
7 years, 6 months ago (2013-06-06 17:17:30 UTC) #6
ahe
LGTM!
7 years, 6 months ago (2013-06-07 10:08:32 UTC) #7
ricow1
7 years, 6 months ago (2013-06-10 11:57:15 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r23804 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698