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

Unified Diff: ui/app_list/BUILD.gn

Issue 720663002: Move app list search tiles into SearchResultTileItemListView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 1 month 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') | no next file with comments »
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 570dd1e5443b621c5dae3034b472edbd4b51de22..cd27f27c5915d20733f9f3bbf6d76b191085816e 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -148,14 +148,16 @@ component("app_list") {
"views/search_result_list_view_delegate.h",
"views/search_result_page_view.cc",
"views/search_result_page_view.h",
+ "views/search_result_tile_item_list_view.cc",
+ "views/search_result_tile_item_list_view.h",
+ "views/search_result_tile_item_view.cc",
+ "views/search_result_tile_item_view.h",
"views/search_result_view.cc",
"views/search_result_view.h",
"views/speech_view.cc",
"views/speech_view.h",
"views/start_page_view.cc",
"views/start_page_view.h",
- "views/search_result_tile_item_view.cc",
- "views/search_result_tile_item_view.h",
"views/tile_item_view.cc",
"views/tile_item_view.h",
"views/top_icon_animation_view.cc",
« no previous file with comments | « no previous file | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698