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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'search/term_break_iterator.h', | 105 'search/term_break_iterator.h', |
106 'search/tokenized_string.cc', | 106 'search/tokenized_string.cc', |
107 'search/tokenized_string.h', | 107 'search/tokenized_string.h', |
108 'search/tokenized_string_char_iterator.cc', | 108 'search/tokenized_string_char_iterator.cc', |
109 'search/tokenized_string_char_iterator.h', | 109 'search/tokenized_string_char_iterator.h', |
110 'search/tokenized_string_match.cc', | 110 'search/tokenized_string_match.cc', |
111 'search/tokenized_string_match.h', | 111 'search/tokenized_string_match.h', |
112 'speech_ui_model.cc', | 112 'speech_ui_model.cc', |
113 'speech_ui_model.h', | 113 'speech_ui_model.h', |
114 'speech_ui_model_observer.h', | 114 'speech_ui_model_observer.h', |
| 115 'views/all_apps_tile_item_view.h', |
| 116 'views/all_apps_tile_item_view.cc', |
115 'views/apps_container_view.cc', | 117 'views/apps_container_view.cc', |
116 'views/apps_container_view.h', | 118 'views/apps_container_view.h', |
117 'views/app_list_background.cc', | 119 'views/app_list_background.cc', |
118 'views/app_list_background.h', | 120 'views/app_list_background.h', |
119 'views/app_list_drag_and_drop_host.h', | 121 'views/app_list_drag_and_drop_host.h', |
120 'views/app_list_folder_view.cc', | 122 'views/app_list_folder_view.cc', |
121 'views/app_list_folder_view.h', | 123 'views/app_list_folder_view.h', |
122 'views/app_list_item_view.cc', | 124 'views/app_list_item_view.cc', |
123 'views/app_list_item_view.h', | 125 'views/app_list_item_view.h', |
124 'views/app_list_main_view.cc', | 126 'views/app_list_main_view.cc', |
(...skipping 25 matching lines...) Expand all Loading... |
150 'views/pulsing_block_view.cc', | 152 'views/pulsing_block_view.cc', |
151 'views/pulsing_block_view.h', | 153 'views/pulsing_block_view.h', |
152 'views/search_box_view.cc', | 154 'views/search_box_view.cc', |
153 'views/search_box_view.h', | 155 'views/search_box_view.h', |
154 'views/search_box_view_delegate.h', | 156 'views/search_box_view_delegate.h', |
155 'views/search_result_actions_view.cc', | 157 'views/search_result_actions_view.cc', |
156 'views/search_result_actions_view.h', | 158 'views/search_result_actions_view.h', |
157 'views/search_result_list_view.cc', | 159 'views/search_result_list_view.cc', |
158 'views/search_result_list_view.h', | 160 'views/search_result_list_view.h', |
159 'views/search_result_list_view_delegate.h', | 161 'views/search_result_list_view_delegate.h', |
| 162 'views/search_result_tile_item_view.cc', |
| 163 'views/search_result_tile_item_view.h', |
160 'views/search_result_view.cc', | 164 'views/search_result_view.cc', |
161 'views/search_result_view.h', | 165 'views/search_result_view.h', |
162 'views/speech_view.cc', | 166 'views/speech_view.cc', |
163 'views/speech_view.h', | 167 'views/speech_view.h', |
164 'views/start_page_view.cc', | 168 'views/start_page_view.cc', |
165 'views/start_page_view.h', | 169 'views/start_page_view.h', |
166 'views/tile_item_view.cc', | 170 'views/tile_item_view.cc', |
167 'views/tile_item_view.h', | 171 'views/tile_item_view.h', |
168 'views/top_icon_animation_view.cc', | 172 'views/top_icon_animation_view.cc', |
169 'views/top_icon_animation_view.h', | 173 'views/top_icon_animation_view.h', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 '../../sandbox/sandbox.gyp:sandbox', | 352 '../../sandbox/sandbox.gyp:sandbox', |
349 '../../content/content.gyp:content_startup_helper_win', | 353 '../../content/content.gyp:content_startup_helper_win', |
350 ], | 354 ], |
351 }], | 355 }], |
352 ], | 356 ], |
353 }, | 357 }, |
354 ], | 358 ], |
355 }], # toolkit_views==1 | 359 }], # toolkit_views==1 |
356 ], | 360 ], |
357 } | 361 } |
OLD | NEW |