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

Unified Diff: ui/resources/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 5d233ae20fa4e16a6f4af39bdfd03615cb9c5745..6653eba4891f6a0268bddc5f8fba732edf61d82a 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -133,6 +133,11 @@ repack("repack_ui_test_pak") {
"$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