Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8115020: add crypto module password dialog view and test. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: include CryptoModulePasswordDialogView only when libviews.a is present. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/gtk/crypto_module_password_dialog.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2781 matching lines...) Expand 10 before | Expand all | Expand 10 after
2792 'browser/ui/collected_cookies_infobar_delegate.h', 2792 'browser/ui/collected_cookies_infobar_delegate.h',
2793 'browser/ui/content_settings/content_setting_bubble_model.cc', 2793 'browser/ui/content_settings/content_setting_bubble_model.cc',
2794 'browser/ui/content_settings/content_setting_bubble_model.h', 2794 'browser/ui/content_settings/content_setting_bubble_model.h',
2795 'browser/ui/content_settings/content_setting_image_model.cc', 2795 'browser/ui/content_settings/content_setting_image_model.cc',
2796 'browser/ui/content_settings/content_setting_image_model.h', 2796 'browser/ui/content_settings/content_setting_image_model.h',
2797 'browser/ui/constrained_window.h', 2797 'browser/ui/constrained_window.h',
2798 'browser/ui/constrained_window_tab_helper.cc', 2798 'browser/ui/constrained_window_tab_helper.cc',
2799 'browser/ui/constrained_window_tab_helper.h', 2799 'browser/ui/constrained_window_tab_helper.h',
2800 'browser/ui/constrained_window_tab_helper_delegate.cc', 2800 'browser/ui/constrained_window_tab_helper_delegate.cc',
2801 'browser/ui/constrained_window_tab_helper_delegate.h', 2801 'browser/ui/constrained_window_tab_helper_delegate.h',
2802 'browser/ui/crypto_module_password_dialog.cc',
2802 'browser/ui/crypto_module_password_dialog.h', 2803 'browser/ui/crypto_module_password_dialog.h',
2803 'browser/ui/crypto_module_password_dialog_nss.cc', 2804 'browser/ui/crypto_module_password_dialog_nss.cc',
2804 'browser/ui/crypto_module_password_dialog_openssl.cc', 2805 'browser/ui/crypto_module_password_dialog_openssl.cc',
2806 'browser/ui/crypto_module_password_dialog_view.cc',
2807 'browser/ui/crypto_module_password_dialog_view.h',
2805 'browser/ui/find_bar/find_bar.h', 2808 'browser/ui/find_bar/find_bar.h',
2806 'browser/ui/find_bar/find_bar_controller.cc', 2809 'browser/ui/find_bar/find_bar_controller.cc',
2807 'browser/ui/find_bar/find_bar_controller.h', 2810 'browser/ui/find_bar/find_bar_controller.h',
2808 'browser/ui/find_bar/find_bar_state.cc', 2811 'browser/ui/find_bar/find_bar_state.cc',
2809 'browser/ui/find_bar/find_bar_state.h', 2812 'browser/ui/find_bar/find_bar_state.h',
2810 'browser/ui/find_bar/find_notification_details.h', 2813 'browser/ui/find_bar/find_notification_details.h',
2811 'browser/ui/find_bar/find_tab_helper.cc', 2814 'browser/ui/find_bar/find_tab_helper.cc',
2812 'browser/ui/find_bar/find_tab_helper.h', 2815 'browser/ui/find_bar/find_tab_helper.h',
2813 'browser/ui/fullscreen_exit_bubble.cc', 2816 'browser/ui/fullscreen_exit_bubble.cc',
2814 'browser/ui/fullscreen_exit_bubble.h', 2817 'browser/ui/fullscreen_exit_bubble.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2859 'browser/ui/gtk/chrome_gtk_frame.h', 2862 'browser/ui/gtk/chrome_gtk_frame.h',
2860 'browser/ui/gtk/collected_cookies_gtk.cc', 2863 'browser/ui/gtk/collected_cookies_gtk.cc',
2861 'browser/ui/gtk/collected_cookies_gtk.h', 2864 'browser/ui/gtk/collected_cookies_gtk.h',
2862 'browser/ui/gtk/constrained_html_delegate_gtk.cc', 2865 'browser/ui/gtk/constrained_html_delegate_gtk.cc',
2863 'browser/ui/gtk/constrained_window_gtk.cc', 2866 'browser/ui/gtk/constrained_window_gtk.cc',
2864 'browser/ui/gtk/constrained_window_gtk.h', 2867 'browser/ui/gtk/constrained_window_gtk.h',
2865 'browser/ui/gtk/content_setting_bubble_gtk.cc', 2868 'browser/ui/gtk/content_setting_bubble_gtk.cc',
2866 'browser/ui/gtk/content_setting_bubble_gtk.h', 2869 'browser/ui/gtk/content_setting_bubble_gtk.h',
2867 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc', 2870 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc',
2868 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.h', 2871 'browser/ui/gtk/create_application_shortcuts_dialog_gtk.h',
2869 'browser/ui/gtk/crypto_module_password_dialog.cc',
2870 'browser/ui/gtk/custom_button.cc', 2872 'browser/ui/gtk/custom_button.cc',
2871 'browser/ui/gtk/custom_button.h', 2873 'browser/ui/gtk/custom_button.h',
2872 'browser/ui/gtk/custom_drag.cc', 2874 'browser/ui/gtk/custom_drag.cc',
2873 'browser/ui/gtk/custom_drag.h', 2875 'browser/ui/gtk/custom_drag.h',
2874 'browser/ui/gtk/dialogs_common.cc', 2876 'browser/ui/gtk/dialogs_common.cc',
2875 'browser/ui/gtk/dialogs_common.h', 2877 'browser/ui/gtk/dialogs_common.h',
2876 'browser/ui/gtk/dialogs_gtk.cc', 2878 'browser/ui/gtk/dialogs_gtk.cc',
2877 'browser/ui/gtk/dialogs_kde.cc', 2879 'browser/ui/gtk/dialogs_kde.cc',
2878 'browser/ui/gtk/download/download_in_progress_dialog_gtk.cc', 2880 'browser/ui/gtk/download/download_in_progress_dialog_gtk.cc',
2879 'browser/ui/gtk/download/download_in_progress_dialog_gtk.h', 2881 'browser/ui/gtk/download/download_in_progress_dialog_gtk.h',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
4409 'browser/history/history_indexer.idl', 4411 'browser/history/history_indexer.idl',
4410 'browser/ui/webui/conflicts_ui.cc', 4412 'browser/ui/webui/conflicts_ui.cc',
4411 'browser/ui/webui/conflicts_ui.h', 4413 'browser/ui/webui/conflicts_ui.h',
4412 ], 4414 ],
4413 'sources!': [ 4415 'sources!': [
4414 'browser/history/history_publisher_none.cc', 4416 'browser/history/history_publisher_none.cc',
4415 'browser/importer/nss_decryptor_system_nss.cc', 4417 'browser/importer/nss_decryptor_system_nss.cc',
4416 'browser/importer/nss_decryptor_system_nss.h', 4418 'browser/importer/nss_decryptor_system_nss.h',
4417 'browser/ui/browser_list_stub.cc', 4419 'browser/ui/browser_list_stub.cc',
4418 'browser/ui/crypto_module_password_dialog_nss.cc', 4420 'browser/ui/crypto_module_password_dialog_nss.cc',
4421 'browser/ui/crypto_module_password_dialog_view.cc',
4422 'browser/ui/crypto_module_password_dialog_view.h',
Emmanuel Saint-loubert-Bié 2011/10/05 14:33:27 Because the section says sources! (note the !) thi
alicet1 2011/10/06 22:04:08 windows shouldn't need this. I'll remove the if de
4419 'browser/ui/panels/panel_mouse_watcher_timer.cc', 4423 'browser/ui/panels/panel_mouse_watcher_timer.cc',
4420 'browser/ui/views/keyboard_overlay_delegate.cc', 4424 'browser/ui/views/keyboard_overlay_delegate.cc',
4421 'browser/ui/views/keyboard_overlay_dialog_view.cc', 4425 'browser/ui/views/keyboard_overlay_dialog_view.cc',
4422 'browser/ui/views/native_constrained_window_views.cc', 4426 'browser/ui/views/native_constrained_window_views.cc',
4423 'browser/ui/views/select_file_dialog.cc', 4427 'browser/ui/views/select_file_dialog.cc',
4424 'browser/ui/views/simple_message_box_views.cc', 4428 'browser/ui/views/simple_message_box_views.cc',
4425 'browser/ui/views/simple_message_box_views.h', 4429 'browser/ui/views/simple_message_box_views.h',
4426 ], 4430 ],
4427 'conditions': [ 4431 'conditions': [
4428 ['win_use_allocator_shim==1', { 4432 ['win_use_allocator_shim==1', {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
4482 ['include', '^browser/ui/gtk/cairo_cached_surface.h'], 4486 ['include', '^browser/ui/gtk/cairo_cached_surface.h'],
4483 ['include', '^browser/ui/gtk/certificate_dialogs.cc'], 4487 ['include', '^browser/ui/gtk/certificate_dialogs.cc'],
4484 ['include', '^browser/ui/gtk/certificate_dialogs.h'], 4488 ['include', '^browser/ui/gtk/certificate_dialogs.h'],
4485 ['include', '^browser/ui/gtk/certificate_viewer.cc'], 4489 ['include', '^browser/ui/gtk/certificate_viewer.cc'],
4486 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'], 4490 ['include', '^browser/ui/gtk/chrome_gtk_frame.cc'],
4487 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'], 4491 ['include', '^browser/ui/gtk/chrome_gtk_frame.h'],
4488 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'], 4492 ['include', '^browser/ui/gtk/collected_cookies_gtk.cc'],
4489 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'], 4493 ['include', '^browser/ui/gtk/collected_cookies_gtk.h'],
4490 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'], 4494 ['include', '^browser/ui/gtk/constrained_window_gtk.cc'],
4491 ['include', '^browser/ui/gtk/constrained_window_gtk.h'], 4495 ['include', '^browser/ui/gtk/constrained_window_gtk.h'],
4492 ['include', '^browser/ui/gtk/crypto_module_password_dialog.cc'],
4493 ['include', '^browser/ui/gtk/download/download_started_animation _gtk.cc'], 4496 ['include', '^browser/ui/gtk/download/download_started_animation _gtk.cc'],
4494 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'], 4497 ['include', '^browser/ui/gtk/edit_search_engine_dialog.cc'],
4495 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'], 4498 ['include', '^browser/ui/gtk/edit_search_engine_dialog.h'],
4496 ['include', '^browser/ui/gtk/first_run_dialog.cc'], 4499 ['include', '^browser/ui/gtk/first_run_dialog.cc'],
4497 ['include', '^browser/ui/gtk/first_run_dialog.h'], 4500 ['include', '^browser/ui/gtk/first_run_dialog.h'],
4498 ['include', '^browser/ui/gtk/gtk_chrome_button.cc'], 4501 ['include', '^browser/ui/gtk/gtk_chrome_button.cc'],
4499 ['include', '^browser/ui/gtk/gtk_chrome_button.h'], 4502 ['include', '^browser/ui/gtk/gtk_chrome_button.h'],
4500 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.cc'], 4503 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.cc'],
4501 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.h'], 4504 ['include', '^browser/ui/gtk/gtk_chrome_cookie_view.h'],
4502 ['include', '^browser/ui/gtk/gtk_chrome_link_button.cc'], 4505 ['include', '^browser/ui/gtk/gtk_chrome_link_button.cc'],
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
4781 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc'] , 4784 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc'] ,
4782 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h'], 4785 ['exclude', '^browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h'],
4783 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.cc'], 4786 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.cc'],
4784 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.h'], 4787 ['exclude', '^browser/ui/panels/panel_browser_window_gtk.h'],
4785 ], 4788 ],
4786 }], 4789 }],
4787 # Exclude these toolkit_views specific files again. 4790 # Exclude these toolkit_views specific files again.
4788 # (Required because of the '^browser/extensions/' include above) 4791 # (Required because of the '^browser/extensions/' include above)
4789 ['toolkit_views==0', { 4792 ['toolkit_views==0', {
4790 'sources/': [ 4793 'sources/': [
4794 ['exclude', '^browser/ui/crypto_module_password_dialog_view.cc'] ,
4795 ['exclude', '^browser/ui/crypto_module_password_dialog_view.h'],
4791 ['exclude', '^browser/extensions/extension_input_api.cc'], 4796 ['exclude', '^browser/extensions/extension_input_api.cc'],
4792 ['exclude', '^browser/extensions/extension_input_api.h'], 4797 ['exclude', '^browser/extensions/extension_input_api.h'],
4793 ['exclude', '^browser/extensions/key_identifier_conversion_views .cc'], 4798 ['exclude', '^browser/extensions/key_identifier_conversion_views .cc'],
4794 ['exclude', '^browser/extensions/key_identifier_conversion_views .h'], 4799 ['exclude', '^browser/extensions/key_identifier_conversion_views .h'],
4795 ], 4800 ],
4796 }], 4801 }],
4797 # These GTK files haven't been ported to views, while ChromeOS has 4802 # These GTK files haven't been ported to views, while ChromeOS has
4798 # its own separate implementation below. So re-include them only on 4803 # its own separate implementation below. So re-include them only on
4799 # non-ChromeOS views Linux builds. 4804 # non-ChromeOS views Linux builds.
4800 ['OS=="linux" and toolkit_views==1 and chromeos==0', { 4805 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
4836 ['exclude', 'browser/extensions/file_manager_util.cc'], 4841 ['exclude', 'browser/extensions/file_manager_util.cc'],
4837 ], 4842 ],
4838 }], 4843 }],
4839 # GTK build only 4844 # GTK build only
4840 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { 4845 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
4841 'sources/': [ 4846 'sources/': [
4842 ['include', '^browser/printing/print_dialog_gtk.cc'], 4847 ['include', '^browser/printing/print_dialog_gtk.cc'],
4843 ['include', '^browser/printing/print_dialog_gtk.h'], 4848 ['include', '^browser/printing/print_dialog_gtk.h'],
4844 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], 4849 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
4845 ['exclude', '^browser/ui/browser_list_stub.cc'], 4850 ['exclude', '^browser/ui/browser_list_stub.cc'],
4851 ['exclude', '^browser/ui/crypto_module_password_dialog_view.cc'] ,
4852 ['exclude', '^browser/ui/crypto_module_password_dialog_view.h'],
4846 ['exclude', '^browser/ui/panels/panel_browser_frame_view.cc'], 4853 ['exclude', '^browser/ui/panels/panel_browser_frame_view.cc'],
4847 ['exclude', '^browser/ui/panels/panel_browser_frame_view.h'], 4854 ['exclude', '^browser/ui/panels/panel_browser_frame_view.h'],
4848 ['exclude', '^browser/ui/panels/panel_browser_view.cc'], 4855 ['exclude', '^browser/ui/panels/panel_browser_view.cc'],
4849 ['exclude', '^browser/ui/panels/panel_browser_view.h'], 4856 ['exclude', '^browser/ui/panels/panel_browser_view.h'],
4850 ], 4857 ],
4851 }], 4858 }],
4852 # Touch build only 4859 # Touch build only
4853 ['OS=="linux" and toolkit_views==1 and touchui==1', { 4860 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4854 'sources/': [ 4861 'sources/': [
4855 ['include', '^browser/ui/login/login_prompt_ui.cc'], 4862 ['include', '^browser/ui/login/login_prompt_ui.cc'],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
5063 'type': 'static_library', 5070 'type': 'static_library',
5064 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5071 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5065 'variables': { 5072 'variables': {
5066 'proto_in_dir': 'browser/history', 5073 'proto_in_dir': 'browser/history',
5067 'proto_out_dir': 'chrome/browser/history', 5074 'proto_out_dir': 'chrome/browser/history',
5068 }, 5075 },
5069 'includes': [ '../build/protoc.gypi' ] 5076 'includes': [ '../build/protoc.gypi' ]
5070 }, 5077 },
5071 ], 5078 ],
5072 } 5079 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/crypto_module_password_dialog.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698