| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'browser/ui/app_list/app_list_service_linux.cc', | 134 'browser/ui/app_list/app_list_service_linux.cc', |
| 135 'browser/ui/app_list/app_list_service_linux.h', | 135 'browser/ui/app_list/app_list_service_linux.h', |
| 136 'browser/ui/app_list/app_list_service_mac.h', | 136 'browser/ui/app_list/app_list_service_mac.h', |
| 137 'browser/ui/app_list/app_list_service_mac.mm', | 137 'browser/ui/app_list/app_list_service_mac.mm', |
| 138 'browser/ui/app_list/app_list_icon_win.cc', | 138 'browser/ui/app_list/app_list_icon_win.cc', |
| 139 'browser/ui/app_list/app_list_icon_win.h', | 139 'browser/ui/app_list/app_list_icon_win.h', |
| 140 'browser/ui/app_list/app_list_view_delegate.cc', | 140 'browser/ui/app_list/app_list_view_delegate.cc', |
| 141 'browser/ui/app_list/app_list_view_delegate.h', | 141 'browser/ui/app_list/app_list_view_delegate.h', |
| 142 'browser/ui/app_list/apps_model_builder.cc', | 142 'browser/ui/app_list/apps_model_builder.cc', |
| 143 'browser/ui/app_list/apps_model_builder.h', | 143 'browser/ui/app_list/apps_model_builder.h', |
| 144 'browser/ui/app_list/chrome_app_list_item.h', | |
| 145 'browser/ui/app_list/chrome_signin_delegate.cc', | 144 'browser/ui/app_list/chrome_signin_delegate.cc', |
| 146 'browser/ui/app_list/chrome_signin_delegate.h', | 145 'browser/ui/app_list/chrome_signin_delegate.h', |
| 147 'browser/ui/app_list/extension_app_item.cc', | 146 'browser/ui/app_list/extension_app_item.cc', |
| 148 'browser/ui/app_list/extension_app_item.h', | 147 'browser/ui/app_list/extension_app_item.h', |
| 149 'browser/ui/app_list/keep_alive_service.h', | 148 'browser/ui/app_list/keep_alive_service.h', |
| 150 'browser/ui/app_list/keep_alive_service_impl.cc', | 149 'browser/ui/app_list/keep_alive_service_impl.cc', |
| 151 'browser/ui/app_list/keep_alive_service_impl.h', | 150 'browser/ui/app_list/keep_alive_service_impl.h', |
| 152 'browser/ui/app_list/profile_loader.cc', | 151 'browser/ui/app_list/profile_loader.cc', |
| 153 'browser/ui/app_list/profile_loader.h', | 152 'browser/ui/app_list/profile_loader.h', |
| 154 'browser/ui/app_list/profile_store.h', | 153 'browser/ui/app_list/profile_store.h', |
| (...skipping 3102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3257 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3256 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3258 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3257 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3259 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3258 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3260 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3259 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3261 ], | 3260 ], |
| 3262 }], | 3261 }], |
| 3263 ], | 3262 ], |
| 3264 }, | 3263 }, |
| 3265 ], | 3264 ], |
| 3266 } | 3265 } |
| OLD | NEW |