| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 'browser/ui/confirm_bubble.h', | 779 'browser/ui/confirm_bubble.h', |
| 780 'browser/ui/confirm_bubble_model.cc', | 780 'browser/ui/confirm_bubble_model.cc', |
| 781 'browser/ui/confirm_bubble_model.h', | 781 'browser/ui/confirm_bubble_model.h', |
| 782 'browser/ui/content_settings/content_setting_bubble_model.cc', | 782 'browser/ui/content_settings/content_setting_bubble_model.cc', |
| 783 'browser/ui/content_settings/content_setting_bubble_model.h', | 783 'browser/ui/content_settings/content_setting_bubble_model.h', |
| 784 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', | 784 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', |
| 785 'browser/ui/content_settings/content_setting_image_model.cc', | 785 'browser/ui/content_settings/content_setting_image_model.cc', |
| 786 'browser/ui/content_settings/content_setting_image_model.h', | 786 'browser/ui/content_settings/content_setting_image_model.h', |
| 787 'browser/ui/constrained_window.cc', | 787 'browser/ui/constrained_window.cc', |
| 788 'browser/ui/constrained_window.h', | 788 'browser/ui/constrained_window.h', |
| 789 'browser/ui/constrained_window_constants.cc', |
| 789 'browser/ui/constrained_window_constants.h', | 790 'browser/ui/constrained_window_constants.h', |
| 790 'browser/ui/constrained_window_tab_helper.cc', | 791 'browser/ui/constrained_window_tab_helper.cc', |
| 791 'browser/ui/constrained_window_tab_helper.h', | 792 'browser/ui/constrained_window_tab_helper.h', |
| 792 'browser/ui/constrained_window_tab_helper_delegate.cc', | 793 'browser/ui/constrained_window_tab_helper_delegate.cc', |
| 793 'browser/ui/constrained_window_tab_helper_delegate.h', | 794 'browser/ui/constrained_window_tab_helper_delegate.h', |
| 794 'browser/ui/crypto_module_password_dialog.cc', | 795 'browser/ui/crypto_module_password_dialog.cc', |
| 795 'browser/ui/crypto_module_password_dialog.h', | 796 'browser/ui/crypto_module_password_dialog.h', |
| 796 'browser/ui/crypto_module_password_dialog_nss.cc', | 797 'browser/ui/crypto_module_password_dialog_nss.cc', |
| 797 'browser/ui/crypto_module_password_dialog_openssl.cc', | 798 'browser/ui/crypto_module_password_dialog_openssl.cc', |
| 798 'browser/ui/extensions/application_launch.cc', | 799 'browser/ui/extensions/application_launch.cc', |
| (...skipping 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2695 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2696 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2696 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2697 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2697 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2698 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2698 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2699 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2699 ]} | 2700 ]} |
| 2700 ], | 2701 ], |
| 2701 ], | 2702 ], |
| 2702 }, | 2703 }, |
| 2703 ], | 2704 ], |
| 2704 } | 2705 } |
| OLD | NEW |