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