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

Issue 564753002: Do not include pub tests (and generated_pub tests) in the input for creating the sdk. (Closed)

Created:
6 years, 3 months ago by ricow1
Modified:
6 years, 3 months ago
Reviewers:
Bob Nystrom, ahe, kasperl
CC:
reviews_dartlang.org, Bob Nystrom
Visibility:
Public.

Description

Do not include pub tests (and generated_pub tests) in the input for creating the sdk. xcode does not like list of files that are longer than a certain limit (including the full path from where you run) R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=40144

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M create_sdk.gyp View 1 2 3 4 5 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
ricow1
6 years, 3 months ago (2014-09-11 11:54:12 UTC) #1
ricow1
6 years, 3 months ago (2014-09-11 12:08:50 UTC) #3
ricow1
6 years, 3 months ago (2014-09-11 12:09:22 UTC) #4
kasperl
LGTM. https://codereview.chromium.org/564753002/diff/80001/create_sdk.gyp File create_sdk.gyp (right): https://codereview.chromium.org/564753002/diff/80001/create_sdk.gyp#newcode23 create_sdk.gyp:23: # This is neccessary because we have all ...
6 years, 3 months ago (2014-09-11 12:47:31 UTC) #5
ricow1
+bob fyi https://codereview.chromium.org/564753002/diff/80001/create_sdk.gyp File create_sdk.gyp (right): https://codereview.chromium.org/564753002/diff/80001/create_sdk.gyp#newcode23 create_sdk.gyp:23: # This is neccessary because we have ...
6 years, 3 months ago (2014-09-11 12:49:38 UTC) #6
ricow1
Committed patchset #6 (id:100001) manually as r40144 (presubmit successful).
6 years, 3 months ago (2014-09-11 12:49:54 UTC) #7
Bob Nystrom
6 years, 3 months ago (2014-09-12 21:25:25 UTC) #9
Message was sent while issue was closed.
LGTM.

You could also omit *all* of the pub sources (except the few files in
pub/asset/). Since this already depends on the pub snapshot which in turn
depends on pub's source, the SDK itself shouldn't really depend on the sources
directly.

Powered by Google App Engine
This is Rietveld 408576698