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

Unified Diff: runtime/vm/BUILD.gn

Issue 2574523002: Revert "Make list_files.py and list_dart_files.py return absolute paths" (Closed)
Patch Set: 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 | « pkg/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/BUILD.gn
diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn
index cdd42f61b499d239880aa13cf2fa8048ef887001..9bbc3a495387183434e5b54bfb9dbcb56386bb29 100644
--- a/runtime/vm/BUILD.gn
+++ b/runtime/vm/BUILD.gn
@@ -411,10 +411,10 @@ if (!defined(is_fuchsia) || !is_fuchsia) {
script = "../../tools/patch_sdk.py"
- # We list all files which make up the sdk (modulo patches) and get them
- # back as a GN list object.
+ # We list all files which make up the sdk (modulo patches) and get them back
+ # as a GN list object.
shared_sdk_sources = exec_script("../../tools/list_dart_files.py",
- [ rebase_path("../../sdk/lib") ],
+ [ "../../sdk/lib" ],
"list lines")
# We list the `patch_sdk.dart` tool here because the [script] (which is
@@ -423,8 +423,8 @@ if (!defined(is_fuchsia) || !is_fuchsia) {
"../../tools/patch_sdk.dart",
]
- # Files below are not patches, they will not be in [concatenation_files]
- # but the `patch_sdk.dart` script will copy them into the patched sdk.
+ # Files below are not patches, they will not be in [concatenation_files] but
+ # the `patch_sdk.dart` script will copy them into the patched sdk.
inputs += [
"../lib/typed_data.dart",
"../bin/builtin.dart",
« no previous file with comments | « pkg/BUILD.gn ('k') | tools/list_dart_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698