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

Unified Diff: ui/vector_icons/vector_icons.gni

Issue 2905523002: Reduce absolute paths in generated ninja files (Closed)
Patch Set: revert build/config/gcc/BUILD.gn, rebase Created 3 years, 7 months 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 | « tools/generate_library_loader/generate_library_loader.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/vector_icons/vector_icons.gni
diff --git a/ui/vector_icons/vector_icons.gni b/ui/vector_icons/vector_icons.gni
index ab5df1aad72a348e2af74bb02d48119270623ed5..f52f7d6f9ac830b3a7dc68420dd95aafc10c647e 100644
--- a/ui/vector_icons/vector_icons.gni
+++ b/ui/vector_icons/vector_icons.gni
@@ -51,7 +51,8 @@ template("aggregate_vector_icons") {
rebase_path(invoker.icons, root_build_dir, invoker.icon_directory)
args = [
- "--working_directory=" + rebase_path(invoker.icon_directory),
+ "--working_directory=" +
+ rebase_path(invoker.icon_directory, root_build_dir),
"--file_list={{response_file_name}}",
"--output_cc=" + rebase_path(output_cc, root_build_dir),
"--output_h=" + rebase_path(output_h, root_build_dir),
« no previous file with comments | « tools/generate_library_loader/generate_library_loader.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698