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

Issue 12321129: Expand part declarations in the builtin library python scripts to avoid having to repeat part decla… (Closed)

Created:
7 years, 10 months ago by Mads Ager (google)
Modified:
7 years, 10 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Expand part declarations in the builtin library python scripts to avoid having to repeat part declarations in files. Treat dart:io the same as the other builtin libraries. R=iposva@google.com,asiva@google.com BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -147 lines) Patch
M runtime/bin/bin.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/bin/io.dart View 1 chunk +1 line, -14 lines 0 comments Download
M runtime/bin/io_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/tools/concat_library.py View 3 chunks +21 lines, -8 lines 0 comments Download
M sdk/lib/_collection_dev/collection_dev_sources.gypi View 1 chunk +0 lines, -5 lines 0 comments Download
M sdk/lib/async/async_sources.gypi View 1 chunk +0 lines, -11 lines 0 comments Download
M sdk/lib/collection/collection_sources.gypi View 1 chunk +0 lines, -13 lines 0 comments Download
M sdk/lib/core/corelib_sources.gypi View 1 chunk +0 lines, -31 lines 0 comments Download
M sdk/lib/crypto/crypto_sources.gypi View 1 chunk +0 lines, -8 lines 0 comments Download
M sdk/lib/io/iolib_sources.gypi View 1 chunk +1 line, -30 lines 0 comments Download
M sdk/lib/isolate/isolate_sources.gypi View 1 chunk +0 lines, -4 lines 0 comments Download
M sdk/lib/json/json_sources.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M sdk/lib/math/math_sources.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M sdk/lib/mirrors/mirrors_sources.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M sdk/lib/scalarlist/scalarlist_sources.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M sdk/lib/uri/uri_sources.gypi View 1 chunk +0 lines, -4 lines 0 comments Download
M sdk/lib/utf/utf_sources.gypi View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
7 years, 10 months ago (2013-02-26 09:05:36 UTC) #1
Ivan Posva
Please explain how this scenario works: a.) Change a .cc file. b.) Build. c.) Change ...
7 years, 10 months ago (2013-02-26 16:17:34 UTC) #2
Mads Ager (google)
7 years, 10 months ago (2013-02-26 16:20:59 UTC) #3
You are absolutely right. This doesn't work. Annoying. I really wish we didn't
have to have the repeated sources in the gypi file. :(

Powered by Google App Engine
This is Rietveld 408576698