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

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

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Builds with gn using is_component_build=false. 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
Index: components/wug/generator/wug.gni
diff --git a/components/wug/generator/wug.gni b/components/wug/generator/wug.gni
index 29f3e55f47ab3dc08683008e678a7cde465efe64..d9a93bf33e16a2150e00f6ee8d2baf5a9a0815a5 100644
--- a/components/wug/generator/wug.gni
+++ b/components/wug/generator/wug.gni
@@ -71,7 +71,7 @@ template("wug") {
"--root",
src_root,
"--destination",
- out_dir,
+ rebase_path(out_dir, root_build_dir),
]
}
@@ -85,11 +85,12 @@ template("wug") {
"//base",
"//components/strings",
"//components/wug",
+ "//components/login",
"//skia",
]
deps += exec_script(helper_path,
helper_args + [ "import_dependencies" ],
"list lines")
- public_configs = [ ":" + config_name ]
+ all_dependent_configs = [ ":" + config_name ]
}
}

Powered by Google App Engine
This is Rietveld 408576698