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

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

Issue 660463003: Add a SearchResultPageView to the experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@search_result_container_view
Patch Set: 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/app_list_main_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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'views/pulsing_block_view.h', 153 'views/pulsing_block_view.h',
154 'views/search_box_view.cc', 154 'views/search_box_view.cc',
155 'views/search_box_view.h', 155 'views/search_box_view.h',
156 'views/search_box_view_delegate.h', 156 'views/search_box_view_delegate.h',
157 'views/search_result_actions_view.cc', 157 'views/search_result_actions_view.cc',
158 'views/search_result_actions_view.h', 158 'views/search_result_actions_view.h',
159 'views/search_result_container_view.cc', 159 'views/search_result_container_view.cc',
160 'views/search_result_container_view.h', 160 'views/search_result_container_view.h',
161 'views/search_result_list_view.cc', 161 'views/search_result_list_view.cc',
162 'views/search_result_list_view.h', 162 'views/search_result_list_view.h',
163 'views/search_result_page_view.cc',
164 'views/search_result_page_view.h',
163 'views/search_result_list_view_delegate.h', 165 'views/search_result_list_view_delegate.h',
164 'views/search_result_tile_item_view.cc', 166 'views/search_result_tile_item_view.cc',
165 'views/search_result_tile_item_view.h', 167 'views/search_result_tile_item_view.h',
166 'views/search_result_view.cc', 168 'views/search_result_view.cc',
167 'views/search_result_view.h', 169 'views/search_result_view.h',
168 'views/speech_view.cc', 170 'views/speech_view.cc',
169 'views/speech_view.h', 171 'views/speech_view.h',
170 'views/start_page_view.cc', 172 'views/start_page_view.cc',
171 'views/start_page_view.h', 173 'views/start_page_view.h',
172 'views/tile_item_view.cc', 174 'views/tile_item_view.cc',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'dependencies': [ 362 'dependencies': [
361 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 363 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
362 ], 364 ],
363 }], 365 }],
364 ], 366 ],
365 }, 367 },
366 ], 368 ],
367 }], # toolkit_views==1 369 }], # toolkit_views==1
368 ], 370 ],
369 } 371 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/views/app_list_main_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698