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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
806 'browser/ui/constrained_window_tab_helper.cc', | 806 'browser/ui/constrained_window_tab_helper.cc', |
807 'browser/ui/constrained_window_tab_helper.h', | 807 'browser/ui/constrained_window_tab_helper.h', |
808 'browser/ui/constrained_window_tab_helper_delegate.cc', | 808 'browser/ui/constrained_window_tab_helper_delegate.cc', |
809 'browser/ui/constrained_window_tab_helper_delegate.h', | 809 'browser/ui/constrained_window_tab_helper_delegate.h', |
810 'browser/ui/crypto_module_password_dialog.cc', | 810 'browser/ui/crypto_module_password_dialog.cc', |
811 'browser/ui/crypto_module_password_dialog.h', | 811 'browser/ui/crypto_module_password_dialog.h', |
812 'browser/ui/crypto_module_password_dialog_nss.cc', | 812 'browser/ui/crypto_module_password_dialog_nss.cc', |
813 'browser/ui/crypto_module_password_dialog_openssl.cc', | 813 'browser/ui/crypto_module_password_dialog_openssl.cc', |
814 'browser/ui/extensions/application_launch.cc', | 814 'browser/ui/extensions/application_launch.cc', |
815 'browser/ui/extensions/application_launch.h', | 815 'browser/ui/extensions/application_launch.h', |
| 816 'browser/ui/extensions/extension_enable_flow.cc', |
| 817 'browser/ui/extensions/extension_enable_flow.h', |
| 818 'browser/ui/extensions/extension_enable_flow_delegate.h', |
816 'browser/ui/extensions/native_app_window.h', | 819 'browser/ui/extensions/native_app_window.h', |
817 'browser/ui/extensions/shell_window.cc', | 820 'browser/ui/extensions/shell_window.cc', |
818 'browser/ui/extensions/shell_window.h', | 821 'browser/ui/extensions/shell_window.h', |
819 'browser/ui/find_bar/find_bar.h', | 822 'browser/ui/find_bar/find_bar.h', |
820 'browser/ui/find_bar/find_bar_controller.cc', | 823 'browser/ui/find_bar/find_bar_controller.cc', |
821 'browser/ui/find_bar/find_bar_controller.h', | 824 'browser/ui/find_bar/find_bar_controller.h', |
822 'browser/ui/find_bar/find_bar_state.h', | 825 'browser/ui/find_bar/find_bar_state.h', |
823 'browser/ui/find_bar/find_bar_state_factory.cc', | 826 'browser/ui/find_bar/find_bar_state_factory.cc', |
824 'browser/ui/find_bar/find_bar_state_factory.h', | 827 'browser/ui/find_bar/find_bar_state_factory.h', |
825 'browser/ui/find_bar/find_notification_details.h', | 828 'browser/ui/find_bar/find_notification_details.h', |
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2793 }, { # else: enable_app_list==0 | 2796 }, { # else: enable_app_list==0 |
2794 'sources/': [ | 2797 'sources/': [ |
2795 ['exclude', '^browser/ui/views/app_list/'], | 2798 ['exclude', '^browser/ui/views/app_list/'], |
2796 ['exclude', '^browser/ui/app_list/'], | 2799 ['exclude', '^browser/ui/app_list/'], |
2797 ] | 2800 ] |
2798 }], | 2801 }], |
2799 ], | 2802 ], |
2800 }, | 2803 }, |
2801 ], | 2804 ], |
2802 } | 2805 } |
OLD | NEW |