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

Issue 9998005: Moves the 'import_*.config' files in dart-sdk into a new directory (Closed)

Created:
8 years, 8 months ago by zundel
Modified:
8 years, 8 months ago
Reviewers:
danrubel
CC:
reviews_dartlang.org, dgrove, Emily Fortuna, Ivan Posva
Visibility:
Public.

Description

Moves the 'import_*.config' files in dart-sdk into a new directory These files are used by the static analyzer and editor to target different implementations of the system library. This change moves these files from lib/config to lib/_internal/config so that there will be no confusion that these might be intended to be dart system library files. http://code.google.com/p/dart/issues/detail?id=2510 Committed: https://code.google.com/p/dart/source/detail?r=6543

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -204 lines) Patch
M compiler/java/com/google/dart/compiler/SystemLibraryManager.java View 1 chunk +4 lines, -1 line 0 comments Download
M dart.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
A + lib/_internal/config/import_any.config View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/_internal/config/import_dart2js.config View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/_internal/config/import_dartium.config View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/_internal/config/import_frog.config View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/_internal/config/import_vm.config View 0 chunks +-1 lines, --1 lines 0 comments Download
D lib/config/import_any.config View 1 chunk +0 lines, -50 lines 0 comments Download
D lib/config/import_dart2js.config View 1 chunk +0 lines, -41 lines 0 comments Download
D lib/config/import_dartium.config View 1 chunk +0 lines, -39 lines 0 comments Download
D lib/config/import_frog.config View 1 chunk +0 lines, -38 lines 0 comments Download
D lib/config/import_vm.config View 1 chunk +0 lines, -37 lines 0 comments Download
M tools/create_sdk.py View 2 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
zundel
8 years, 8 months ago (2012-04-11 06:33:28 UTC) #1
danrubel
8 years, 8 months ago (2012-04-13 19:04:02 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698