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

Unified Diff: ui/app_list/BUILD.gn

Issue 682843004: Experimental app list: "All apps" button has a folder-like icon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares-allapps-button
Patch Set: Use range-based for loops where possible. Created 6 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
« no previous file with comments | « no previous file | ui/app_list/app_list.gyp » ('j') | ui/app_list/app_list_folder_item.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index d95d6c120e0fe53509fb8c65767237a60652aab2..5ba68ce8ec3a638a4dcf1eb378017619f61bc96e 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -26,6 +26,8 @@ component("app_list") {
"app_list_switches.h",
"app_list_view_delegate.cc",
"app_list_view_delegate.h",
+ "folder_image.cc",
+ "folder_image.h",
"folder_image_source.cc",
"folder_image_source.h",
"pagination_controller.cc",
@@ -217,6 +219,7 @@ test("app_list_unittests") {
sources = [
"app_list_item_list_unittest.cc",
"app_list_model_unittest.cc",
+ "folder_image_unittest.cc",
"pagination_model_unittest.cc",
"search/history_data_store_unittest.cc",
"search/mixer_unittest.cc",
« no previous file with comments | « no previous file | ui/app_list/app_list.gyp » ('j') | ui/app_list/app_list_folder_item.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698