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

Unified Diff: ui/resources/BUILD.gn

Issue 1257223005: Move resources used by app_list into app_list/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: ui/resources/BUILD.gn
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
index 13ccb8604bd4682b2ef9e84c42d69795a61b87ab..dcfc4b24b009627bd62336dd740afd7f91eb38a3 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -127,6 +127,11 @@ repack("repack_ui_test_pak") {
sources +=
[ "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak" ]
}
+
+ if (enable_app_list) {
+ deps += [ "//ui/app_list/resources" ]
+ sources += [ "$root_gen_dir/ui/app_list/resources/app_list_resources_100_percent.pak" ]
+ }
}
# Repack just the strings for the framework locales on Mac and iOS. This

Powered by Google App Engine
This is Rietveld 408576698