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

Unified Diff: 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 | « no previous file | pkg/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 8303c50387eb27a5e06d9711d58c78dc908b8140..a027a2e6150b25e0778b0dc9e779488b0401dfbd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -88,7 +88,9 @@ action("create_sdk") {
],
"list lines")
- inputs = sdk_lib_files + preamble_files + sdk_bin_files +
+ inputs = rebase_path(sdk_lib_files, "", "sdk/lib") +
+ rebase_path(preamble_files, "", "sdk/lib") +
+ rebase_path(sdk_bin_files, "", "sdk/bin") +
[
"sdk/lib/dart_client.platform",
"sdk/lib/dart_server.platform",
« no previous file with comments | « no previous file | pkg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698