| 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 'browser/ui/confirm_bubble.h', | 832 'browser/ui/confirm_bubble.h', |
| 833 'browser/ui/confirm_bubble_model.cc', | 833 'browser/ui/confirm_bubble_model.cc', |
| 834 'browser/ui/confirm_bubble_model.h', | 834 'browser/ui/confirm_bubble_model.h', |
| 835 'browser/ui/content_settings/content_setting_bubble_model.cc', | 835 'browser/ui/content_settings/content_setting_bubble_model.cc', |
| 836 'browser/ui/content_settings/content_setting_bubble_model.h', | 836 'browser/ui/content_settings/content_setting_bubble_model.h', |
| 837 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', | 837 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', |
| 838 'browser/ui/content_settings/content_setting_changed_infobar_delegate.cc
', | 838 'browser/ui/content_settings/content_setting_changed_infobar_delegate.cc
', |
| 839 'browser/ui/content_settings/content_setting_changed_infobar_delegate.h'
, | 839 'browser/ui/content_settings/content_setting_changed_infobar_delegate.h'
, |
| 840 'browser/ui/content_settings/content_setting_image_model.cc', | 840 'browser/ui/content_settings/content_setting_image_model.cc', |
| 841 'browser/ui/content_settings/content_setting_image_model.h', | 841 'browser/ui/content_settings/content_setting_image_model.h', |
| 842 'browser/ui/content_settings/content_setting_media_menu_model.cc', |
| 843 'browser/ui/content_settings/content_setting_media_menu_model.h', |
| 842 'browser/ui/crypto_module_password_dialog.cc', | 844 'browser/ui/crypto_module_password_dialog.cc', |
| 843 'browser/ui/crypto_module_password_dialog.h', | 845 'browser/ui/crypto_module_password_dialog.h', |
| 844 'browser/ui/crypto_module_password_dialog_nss.cc', | 846 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 845 'browser/ui/crypto_module_password_dialog_openssl.cc', | 847 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 846 'browser/ui/extensions/application_launch.cc', | 848 'browser/ui/extensions/application_launch.cc', |
| 847 'browser/ui/extensions/application_launch.h', | 849 'browser/ui/extensions/application_launch.h', |
| 848 'browser/ui/extensions/extension_enable_flow.cc', | 850 'browser/ui/extensions/extension_enable_flow.cc', |
| 849 'browser/ui/extensions/extension_enable_flow.h', | 851 'browser/ui/extensions/extension_enable_flow.h', |
| 850 'browser/ui/extensions/extension_enable_flow_delegate.h', | 852 'browser/ui/extensions/extension_enable_flow_delegate.h', |
| 851 'browser/ui/extensions/native_app_window.h', | 853 'browser/ui/extensions/native_app_window.h', |
| (...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2832 }], | 2834 }], |
| 2833 ['enable_message_center==1', { | 2835 ['enable_message_center==1', { |
| 2834 'dependencies': [ | 2836 'dependencies': [ |
| 2835 '../ui/message_center/message_center.gyp:message_center', | 2837 '../ui/message_center/message_center.gyp:message_center', |
| 2836 ], | 2838 ], |
| 2837 }], | 2839 }], |
| 2838 ], | 2840 ], |
| 2839 }, | 2841 }, |
| 2840 ], | 2842 ], |
| 2841 } | 2843 } |
| OLD | NEW |