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

Unified Diff: create_sdk.gyp

Issue 1408253006: Introduce "platform configurations" to replace categories and libraries.dart. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix create_sdk scripts according to review Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/compiler/lib/src/apiimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: create_sdk.gyp
diff --git a/create_sdk.gyp b/create_sdk.gyp
index 769f502e2899672b094b6ce384dca23f47d74344..749cda561a3604fb2d2e389ae02bbc6ff8fc610b 100644
--- a/create_sdk.gyp
+++ b/create_sdk.gyp
@@ -20,14 +20,15 @@
{
'action_name': 'create_sdk_py',
'inputs': [
- # This is neccessary because we have all the pub test files inside
- # the pub directory instead of in tests/pub. Xcode can only handle
- # a certain amount of files in one list (also depending on the
- # length of the path from where you run). This regexp excludes
- # pub/test
+ # Xcode can only handle a certain amount of files in one list
+ # (also depending on the length of the path from where you run).
'<!@(["python", "tools/list_files.py",'
- '"^(?!.*pub/test).*dart$",'
+ '"dart$",'
'"sdk/lib"])',
+ 'sdk/lib/dart2dart.platform',
+ 'sdk/lib/dart_client.platform',
+ 'sdk/lib/dart_server.platform',
+ 'sdk/lib/dart_shared.platform',
'<!@(["python", "tools/list_files.py", "", '
'"sdk/lib/_internal/js_runtime/lib/preambles"])',
'<!@(["python", "tools/list_files.py", "", "sdk/bin"])',
« no previous file with comments | « no previous file | pkg/compiler/lib/src/apiimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698