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

Side by Side Diff: ui/app_list/app_list.gyp

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 unified diff | Download patch
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/search_result_container_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'views/search_box_view_delegate.h', 158 'views/search_box_view_delegate.h',
159 'views/search_result_actions_view.cc', 159 'views/search_result_actions_view.cc',
160 'views/search_result_actions_view.h', 160 'views/search_result_actions_view.h',
161 'views/search_result_container_view.cc', 161 'views/search_result_container_view.cc',
162 'views/search_result_container_view.h', 162 'views/search_result_container_view.h',
163 'views/search_result_list_view.cc', 163 'views/search_result_list_view.cc',
164 'views/search_result_list_view.h', 164 'views/search_result_list_view.h',
165 'views/search_result_page_view.cc', 165 'views/search_result_page_view.cc',
166 'views/search_result_page_view.h', 166 'views/search_result_page_view.h',
167 'views/search_result_list_view_delegate.h', 167 'views/search_result_list_view_delegate.h',
168 'views/search_result_tile_item_list_view.cc',
169 'views/search_result_tile_item_list_view.h',
168 'views/search_result_tile_item_view.cc', 170 'views/search_result_tile_item_view.cc',
169 'views/search_result_tile_item_view.h', 171 'views/search_result_tile_item_view.h',
170 'views/search_result_view.cc', 172 'views/search_result_view.cc',
171 'views/search_result_view.h', 173 'views/search_result_view.h',
172 'views/speech_view.cc', 174 'views/speech_view.cc',
173 'views/speech_view.h', 175 'views/speech_view.h',
174 'views/start_page_view.cc', 176 'views/start_page_view.cc',
175 'views/start_page_view.h', 177 'views/start_page_view.h',
176 'views/tile_item_view.cc', 178 'views/tile_item_view.cc',
177 'views/tile_item_view.h', 179 'views/tile_item_view.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'dependencies': [ 367 'dependencies': [
366 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 368 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
367 ], 369 ],
368 }], 370 }],
369 ], 371 ],
370 }, 372 },
371 ], 373 ],
372 }], # toolkit_views==1 374 }], # toolkit_views==1
373 ], 375 ],
374 } 376 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/search_result_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698