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

Unified Diff: runtime/vm/vm.gypi

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 | « runtime/vm/BUILD.gn ('k') | tools/list_dart_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index a072f6530adbca79e52e4ffaa7a440bb6906bbfa..3da329123e97c1c46309ef7fb1ed6c8b00817266 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -1261,7 +1261,8 @@
{
'action_name': 'patch_sdk',
'inputs': [
- '<!@(["python", "../tools/list_files.py",' '"dart$",' '"sdk/lib"])',
+ '<!@(["python", "../tools/list_files.py", "relative",'
+ '"dart$", "sdk/lib"])',
'../../tools/patch_sdk.py',
'../../tools/patch_sdk.dart',
# Unlike the other libraries in the SDK, dart:typed_data is not
« no previous file with comments | « runtime/vm/BUILD.gn ('k') | tools/list_dart_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698