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

Unified Diff: chrome/BUILD.gn

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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/chromeos/oobe/oobe.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 30b14e499cd828d908fc2bb1a77fb8b7370963d1..9db241235a7742798fb4c844e674479311bd6ef8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -490,7 +490,9 @@ repack("packed_extra_resources") {
}
if (is_chromeos) {
sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
+ sources += [ "$root_gen_dir/ui/oobe/oobe_ui_resources.pak" ]
deps += [ "//ui/file_manager:resources" ]
+ deps += [ "//ui/oobe:resources" ]
}
if (enable_extensions) {
sources += [
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/chromeos/oobe/oobe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698