OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |