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

Unified Diff: create_sdk.gyp

Issue 2567213002: Make list_files.py and list_dart_files.py return absolute paths for GN (Closed)
Patch Set: Comments and checking in scripts Created 4 years 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 | « BUILD.gn ('k') | pkg/BUILD.gn » ('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 b1b9361ddda84cbdcff871f62ee2f99139e04511..9e41ef91ee6720fedcc1990d4d045b98d1b4f09f 100644
--- a/create_sdk.gyp
+++ b/create_sdk.gyp
@@ -23,15 +23,15 @@
'inputs': [
# 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",'
- '"dart$",'
+ '<!@(["python", "tools/list_files.py", "relative", "dart$",'
'"sdk/lib"])',
'sdk/lib/dart_client.platform',
'sdk/lib/dart_server.platform',
'sdk/lib/dart_shared.platform',
- '<!@(["python", "tools/list_files.py", "", '
+ '<!@(["python", "tools/list_files.py", "relative", "", '
'"sdk/lib/_internal/js_runtime/lib/preambles"])',
- '<!@(["python", "tools/list_files.py", "", "sdk/bin"])',
+ '<!@(["python", "tools/list_files.py", "relative", "", '
+ '"sdk/bin"])',
'tools/create_sdk.py',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'<(SHARED_INTERMEDIATE_DIR)/dart2js.dart.snapshot',
« no previous file with comments | « BUILD.gn ('k') | pkg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698