| 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 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1098 'browser/ui/content_settings/content_setting_image_model.h', | 1098 'browser/ui/content_settings/content_setting_image_model.h', |
| 1099 'browser/ui/content_settings/content_setting_media_menu_model.cc', | 1099 'browser/ui/content_settings/content_setting_media_menu_model.cc', |
| 1100 'browser/ui/content_settings/content_setting_media_menu_model.h', | 1100 'browser/ui/content_settings/content_setting_media_menu_model.h', |
| 1101 'browser/ui/content_settings/media_setting_changed_infobar_delegate.cc', | 1101 'browser/ui/content_settings/media_setting_changed_infobar_delegate.cc', |
| 1102 'browser/ui/content_settings/media_setting_changed_infobar_delegate.h', | 1102 'browser/ui/content_settings/media_setting_changed_infobar_delegate.h', |
| 1103 'browser/ui/crypto_module_delegate_nss.cc', | 1103 'browser/ui/crypto_module_delegate_nss.cc', |
| 1104 'browser/ui/crypto_module_delegate_nss.h', | 1104 'browser/ui/crypto_module_delegate_nss.h', |
| 1105 'browser/ui/crypto_module_password_dialog.h', | 1105 'browser/ui/crypto_module_password_dialog.h', |
| 1106 'browser/ui/crypto_module_password_dialog_nss.cc', | 1106 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 1107 'browser/ui/crypto_module_password_dialog_nss.h', | 1107 'browser/ui/crypto_module_password_dialog_nss.h', |
| 1108 'browser/ui/elide_url.cc', |
| 1109 'browser/ui/elide_url.h', |
| 1108 'browser/ui/extensions/application_launch.cc', | 1110 'browser/ui/extensions/application_launch.cc', |
| 1109 'browser/ui/extensions/application_launch.h', | 1111 'browser/ui/extensions/application_launch.h', |
| 1110 'browser/ui/extensions/extension_installed_bubble.cc', | 1112 'browser/ui/extensions/extension_installed_bubble.cc', |
| 1111 'browser/ui/extensions/extension_installed_bubble.h', | 1113 'browser/ui/extensions/extension_installed_bubble.h', |
| 1112 'browser/ui/extensions/extension_install_ui_default.cc', | 1114 'browser/ui/extensions/extension_install_ui_default.cc', |
| 1113 'browser/ui/extensions/extension_install_ui_default.h', | 1115 'browser/ui/extensions/extension_install_ui_default.h', |
| 1114 'browser/ui/extensions/extension_enable_flow.cc', | 1116 'browser/ui/extensions/extension_enable_flow.cc', |
| 1115 'browser/ui/extensions/extension_enable_flow.h', | 1117 'browser/ui/extensions/extension_enable_flow.h', |
| 1116 'browser/ui/extensions/extension_enable_flow_delegate.h', | 1118 'browser/ui/extensions/extension_enable_flow_delegate.h', |
| 1117 'browser/ui/external_protocol_dialog_delegate.cc', | 1119 'browser/ui/external_protocol_dialog_delegate.cc', |
| (...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3367 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3369 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3368 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3370 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3369 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3371 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3372 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3371 ], | 3373 ], |
| 3372 }], | 3374 }], |
| 3373 ], | 3375 ], |
| 3374 }, | 3376 }, |
| 3375 ], | 3377 ], |
| 3376 } | 3378 } |
| OLD | NEW |