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

Unified Diff: components/webui_generator/generator/wug.gni

Issue 973873003: WebUI generator GN build file fixed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webui_generator/generator/wug.gni
diff --git a/components/webui_generator/generator/wug.gni b/components/webui_generator/generator/wug.gni
index a4b4a2d0ce1cf594ba153e4c4099c020dc6be367..28009a0724cee766bb2e39ff3bace02d9b615c3e 100644
--- a/components/webui_generator/generator/wug.gni
+++ b/components/webui_generator/generator/wug.gni
@@ -41,7 +41,7 @@ template("wug") {
helper_args = [
rebase_path(declaration_path, root_build_dir),
"--destination",
- out_dir,
+ rebase_path(out_dir, root_build_dir),
"--root",
src_root,
"--gn",
@@ -85,7 +85,7 @@ template("wug") {
"--root",
src_root,
"--destination",
- out_dir,
+ rebase_path(out_dir, root_build_dir),
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698