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

Unified Diff: chrome/BUILD.gn

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 years, 6 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 | « build/gn_migration.gypi ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »
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 ba6b789a4550f948f40cd24e161c15600e17651b..0d3d801ef0b9370a28526a6f7ded89f882da02b5 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -544,9 +544,7 @@ 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_resources.pak" ]
deps += [ "//ui/file_manager:resources" ]
- deps += [ "//ui/oobe:resources" ]
}
if (enable_extensions) {
sources += [
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698