OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'browser/ui/app_list/app_list_shower_views.cc', | 164 'browser/ui/app_list/app_list_shower_views.cc', |
165 'browser/ui/app_list/app_list_shower_views.h', | 165 'browser/ui/app_list/app_list_shower_views.h', |
166 'browser/ui/app_list/app_list_syncable_service.cc', | 166 'browser/ui/app_list/app_list_syncable_service.cc', |
167 'browser/ui/app_list/app_list_syncable_service.h', | 167 'browser/ui/app_list/app_list_syncable_service.h', |
168 'browser/ui/app_list/app_list_syncable_service_factory.cc', | 168 'browser/ui/app_list/app_list_syncable_service_factory.cc', |
169 'browser/ui/app_list/app_list_syncable_service_factory.h', | 169 'browser/ui/app_list/app_list_syncable_service_factory.h', |
170 'browser/ui/app_list/app_list_util.cc', | 170 'browser/ui/app_list/app_list_util.cc', |
171 'browser/ui/app_list/app_list_util.h', | 171 'browser/ui/app_list/app_list_util.h', |
172 'browser/ui/app_list/app_list_view_delegate.cc', | 172 'browser/ui/app_list/app_list_view_delegate.cc', |
173 'browser/ui/app_list/app_list_view_delegate.h', | 173 'browser/ui/app_list/app_list_view_delegate.h', |
174 'browser/ui/app_list/drive/drive_app_converter.cc', | |
175 'browser/ui/app_list/drive/drive_app_converter.h', | |
176 'browser/ui/app_list/extension_app_item.cc', | 174 'browser/ui/app_list/extension_app_item.cc', |
177 'browser/ui/app_list/extension_app_item.h', | 175 'browser/ui/app_list/extension_app_item.h', |
178 'browser/ui/app_list/extension_app_model_builder.cc', | 176 'browser/ui/app_list/extension_app_model_builder.cc', |
179 'browser/ui/app_list/extension_app_model_builder.h', | 177 'browser/ui/app_list/extension_app_model_builder.h', |
180 'browser/ui/app_list/extension_uninstaller.cc', | 178 'browser/ui/app_list/extension_uninstaller.cc', |
181 'browser/ui/app_list/extension_uninstaller.h', | 179 'browser/ui/app_list/extension_uninstaller.h', |
182 'browser/ui/app_list/fast_show_pickler.cc', | 180 'browser/ui/app_list/fast_show_pickler.cc', |
183 'browser/ui/app_list/fast_show_pickler.h', | 181 'browser/ui/app_list/fast_show_pickler.h', |
184 'browser/ui/app_list/profile_loader.cc', | 182 'browser/ui/app_list/profile_loader.cc', |
185 'browser/ui/app_list/profile_loader.h', | 183 'browser/ui/app_list/profile_loader.h', |
(...skipping 2964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3150 ], | 3148 ], |
3151 'sources!': [ | 3149 'sources!': [ |
3152 'browser/ui/views/session_crashed_bubble_view.cc', | 3150 'browser/ui/views/session_crashed_bubble_view.cc', |
3153 'browser/ui/views/session_crashed_bubble_view.h', | 3151 'browser/ui/views/session_crashed_bubble_view.h', |
3154 ], | 3152 ], |
3155 }], | 3153 }], |
3156 ], | 3154 ], |
3157 }, | 3155 }, |
3158 ], | 3156 ], |
3159 } | 3157 } |
OLD | NEW |