| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'browser/ui/app_list/app_list_shower_views.cc', | 163 'browser/ui/app_list/app_list_shower_views.cc', |
| 164 'browser/ui/app_list/app_list_shower_views.h', | 164 'browser/ui/app_list/app_list_shower_views.h', |
| 165 'browser/ui/app_list/app_list_syncable_service.cc', | 165 'browser/ui/app_list/app_list_syncable_service.cc', |
| 166 'browser/ui/app_list/app_list_syncable_service.h', | 166 'browser/ui/app_list/app_list_syncable_service.h', |
| 167 'browser/ui/app_list/app_list_syncable_service_factory.cc', | 167 'browser/ui/app_list/app_list_syncable_service_factory.cc', |
| 168 'browser/ui/app_list/app_list_syncable_service_factory.h', | 168 'browser/ui/app_list/app_list_syncable_service_factory.h', |
| 169 'browser/ui/app_list/app_list_util.cc', | 169 'browser/ui/app_list/app_list_util.cc', |
| 170 'browser/ui/app_list/app_list_util.h', | 170 'browser/ui/app_list/app_list_util.h', |
| 171 'browser/ui/app_list/app_list_view_delegate.cc', | 171 'browser/ui/app_list/app_list_view_delegate.cc', |
| 172 'browser/ui/app_list/app_list_view_delegate.h', | 172 'browser/ui/app_list/app_list_view_delegate.h', |
| 173 'browser/ui/app_list/chrome_signin_delegate.cc', | |
| 174 'browser/ui/app_list/chrome_signin_delegate.h', | |
| 175 'browser/ui/app_list/drive/drive_app_converter.cc', | 173 'browser/ui/app_list/drive/drive_app_converter.cc', |
| 176 'browser/ui/app_list/drive/drive_app_converter.h', | 174 'browser/ui/app_list/drive/drive_app_converter.h', |
| 177 'browser/ui/app_list/extension_app_item.cc', | 175 'browser/ui/app_list/extension_app_item.cc', |
| 178 'browser/ui/app_list/extension_app_item.h', | 176 'browser/ui/app_list/extension_app_item.h', |
| 179 'browser/ui/app_list/extension_app_model_builder.cc', | 177 'browser/ui/app_list/extension_app_model_builder.cc', |
| 180 'browser/ui/app_list/extension_app_model_builder.h', | 178 'browser/ui/app_list/extension_app_model_builder.h', |
| 181 'browser/ui/app_list/extension_uninstaller.cc', | 179 'browser/ui/app_list/extension_uninstaller.cc', |
| 182 'browser/ui/app_list/extension_uninstaller.h', | 180 'browser/ui/app_list/extension_uninstaller.h', |
| 183 'browser/ui/app_list/fast_show_pickler.cc', | 181 'browser/ui/app_list/fast_show_pickler.cc', |
| 184 'browser/ui/app_list/fast_show_pickler.h', | 182 'browser/ui/app_list/fast_show_pickler.h', |
| (...skipping 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3157 ], | 3155 ], |
| 3158 'sources!': [ | 3156 'sources!': [ |
| 3159 'browser/ui/views/session_crashed_bubble_view.cc', | 3157 'browser/ui/views/session_crashed_bubble_view.cc', |
| 3160 'browser/ui/views/session_crashed_bubble_view.h', | 3158 'browser/ui/views/session_crashed_bubble_view.h', |
| 3161 ], | 3159 ], |
| 3162 }], | 3160 }], |
| 3163 ], | 3161 ], |
| 3164 }, | 3162 }, |
| 3165 ], | 3163 ], |
| 3166 } | 3164 } |
| OLD | NEW |