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 3062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3073 'browser/ui/sync/browser_synced_window_delegate.cc', | 3073 'browser/ui/sync/browser_synced_window_delegate.cc', |
3074 'browser/ui/tab_contents/tab_contents_iterator.cc', | 3074 'browser/ui/tab_contents/tab_contents_iterator.cc', |
3075 'browser/ui/uma_browsing_activity_observer.cc', | 3075 'browser/ui/uma_browsing_activity_observer.cc', |
3076 'browser/ui/uma_browsing_activity_observer.h', | 3076 'browser/ui/uma_browsing_activity_observer.h', |
3077 'browser/ui/webui/bookmarks_ui.cc', | 3077 'browser/ui/webui/bookmarks_ui.cc', |
3078 'browser/ui/webui/bookmarks_ui.h', | 3078 'browser/ui/webui/bookmarks_ui.h', |
3079 'browser/ui/webui/certificate_viewer_webui.cc', | 3079 'browser/ui/webui/certificate_viewer_webui.cc', |
3080 'browser/ui/webui/extensions/command_handler.cc', | 3080 'browser/ui/webui/extensions/command_handler.cc', |
3081 'browser/ui/webui/extensions/extension_settings_handler.cc', | 3081 'browser/ui/webui/extensions/extension_settings_handler.cc', |
3082 'browser/ui/webui/extensions/extension_settings_handler.h', | 3082 'browser/ui/webui/extensions/extension_settings_handler.h', |
| 3083 'browser/ui/webui/extensions/extension_error_handler.cc', |
| 3084 'browser/ui/webui/extensions/extension_error_handler.h', |
3083 'browser/ui/webui/extensions/extensions_ui.cc', | 3085 'browser/ui/webui/extensions/extensions_ui.cc', |
3084 'browser/ui/webui/extensions/install_extension_handler.cc', | 3086 'browser/ui/webui/extensions/install_extension_handler.cc', |
3085 'browser/ui/webui/identity_internals_ui.cc', | 3087 'browser/ui/webui/identity_internals_ui.cc', |
3086 'browser/ui/webui/identity_internals_ui.h', | 3088 'browser/ui/webui/identity_internals_ui.h', |
3087 'browser/ui/webui/inspect_ui.cc', | 3089 'browser/ui/webui/inspect_ui.cc', |
3088 'browser/ui/webui/inspect_ui.h', | 3090 'browser/ui/webui/inspect_ui.h', |
3089 'browser/ui/webui/ntp/app_launcher_handler.cc', | 3091 'browser/ui/webui/ntp/app_launcher_handler.cc', |
3090 'browser/ui/webui/ntp/app_launcher_handler.h', | 3092 'browser/ui/webui/ntp/app_launcher_handler.h', |
3091 'browser/ui/webui/ntp/new_tab_page_handler.cc', | 3093 'browser/ui/webui/ntp/new_tab_page_handler.cc', |
3092 'browser/ui/webui/ntp/new_tab_page_handler.h', | 3094 'browser/ui/webui/ntp/new_tab_page_handler.h', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3404 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3406 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3405 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3407 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3406 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3408 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3407 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3409 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3408 ], | 3410 ], |
3409 }], | 3411 }], |
3410 ], | 3412 ], |
3411 }, | 3413 }, |
3412 ], | 3414 ], |
3413 } | 3415 } |
OLD | NEW |