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

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: rebase 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
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 '../../sandbox/sandbox.gyp:sandbox', 356 '../../sandbox/sandbox.gyp:sandbox',
355 '../../content/content.gyp:content_startup_helper_win', 357 '../../content/content.gyp:content_startup_helper_win',
356 ], 358 ],
357 }], 359 }],
358 ], 360 ],
359 }, 361 },
360 ], 362 ],
361 }], # toolkit_views==1 363 }], # toolkit_views==1
362 ], 364 ],
363 } 365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698