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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2458903002: Split javascript_dialogs.cc into views and cocoa+views versions. (Closed)
Patch Set: -build_config.h Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/javascript_dialogs/javascript_dialog.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "find_bar/find_bar_controller.h", 720 "find_bar/find_bar_controller.h",
721 "global_error/global_error.cc", 721 "global_error/global_error.cc",
722 "global_error/global_error.h", 722 "global_error/global_error.h",
723 "global_error/global_error_bubble_view_base.h", 723 "global_error/global_error_bubble_view_base.h",
724 "global_error/global_error_service.cc", 724 "global_error/global_error_service.cc",
725 "global_error/global_error_service.h", 725 "global_error/global_error_service.h",
726 "global_error/global_error_service_factory.cc", 726 "global_error/global_error_service_factory.cc",
727 "global_error/global_error_service_factory.h", 727 "global_error/global_error_service_factory.h",
728 "infobar_container_delegate.cc", 728 "infobar_container_delegate.cc",
729 "infobar_container_delegate.h", 729 "infobar_container_delegate.h",
730 "javascript_dialogs/javascript_dialog.cc",
731 "javascript_dialogs/javascript_dialog.h", 730 "javascript_dialogs/javascript_dialog.h",
732 "javascript_dialogs/javascript_dialog_cocoa.h",
733 "javascript_dialogs/javascript_dialog_cocoa.mm",
734 "javascript_dialogs/javascript_dialog_tab_helper.cc", 731 "javascript_dialogs/javascript_dialog_tab_helper.cc",
735 "javascript_dialogs/javascript_dialog_tab_helper.h", 732 "javascript_dialogs/javascript_dialog_tab_helper.h",
736 "javascript_dialogs/javascript_dialog_views.cc", 733 "javascript_dialogs/javascript_dialog_views.cc",
737 "javascript_dialogs/javascript_dialog_views.h", 734 "javascript_dialogs/javascript_dialog_views.h",
738 "layout_constants.cc", 735 "layout_constants.cc",
739 "layout_constants.h", 736 "layout_constants.h",
740 "location_bar/location_bar.cc", 737 "location_bar/location_bar.cc",
741 "location_bar/location_bar.h", 738 "location_bar/location_bar.h",
742 "location_bar/location_bar_util.cc", 739 "location_bar/location_bar_util.cc",
743 "location_bar/location_bar_util.h", 740 "location_bar/location_bar_util.h",
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 ] 1564 ]
1568 if (use_aura) { 1565 if (use_aura) {
1569 sources += [ 1566 sources += [
1570 "views/extensions/extension_popup_aura.cc", 1567 "views/extensions/extension_popup_aura.cc",
1571 "views/extensions/extension_popup_aura.h", 1568 "views/extensions/extension_popup_aura.h",
1572 ] 1569 ]
1573 } 1570 }
1574 } 1571 }
1575 if (!is_mac || mac_views_browser) { 1572 if (!is_mac || mac_views_browser) {
1576 sources += [ 1573 sources += [
1574 "javascript_dialogs/javascript_dialog.cc",
1575
1577 # This test header is included because it contains forward declarations 1576 # This test header is included because it contains forward declarations
1578 # needed for "friend" statements for use in tests. 1577 # needed for "friend" statements for use in tests.
1579 "translate/translate_bubble_test_utils.h", 1578 "translate/translate_bubble_test_utils.h",
1580 "views/accessibility/invert_bubble_view.cc", 1579 "views/accessibility/invert_bubble_view.cc",
1581 "views/accessibility/invert_bubble_view.h", 1580 "views/accessibility/invert_bubble_view.h",
1582 "views/autofill/autofill_popup_base_view.cc", 1581 "views/autofill/autofill_popup_base_view.cc",
1583 "views/autofill/autofill_popup_base_view.h", 1582 "views/autofill/autofill_popup_base_view.h",
1584 "views/autofill/autofill_popup_view_views.cc", 1583 "views/autofill/autofill_popup_view_views.cc",
1585 "views/autofill/autofill_popup_view_views.h", 1584 "views/autofill/autofill_popup_view_views.h",
1586 "views/autofill/card_unmask_prompt_views_shim.cc", 1585 "views/autofill/card_unmask_prompt_views_shim.cc",
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 "cocoa/website_settings/website_settings_bubble_controller.mm", 2910 "cocoa/website_settings/website_settings_bubble_controller.mm",
2912 "cocoa/website_settings/website_settings_utils_cocoa.h", 2911 "cocoa/website_settings/website_settings_utils_cocoa.h",
2913 "cocoa/website_settings/website_settings_utils_cocoa.mm", 2912 "cocoa/website_settings/website_settings_utils_cocoa.mm",
2914 "cocoa/window_size_autosaver.h", 2913 "cocoa/window_size_autosaver.h",
2915 "cocoa/window_size_autosaver.mm", 2914 "cocoa/window_size_autosaver.mm",
2916 2915
2917 # TODO(estade): this class should be deleted in favor of a combobox mode l. 2916 # TODO(estade): this class should be deleted in favor of a combobox mode l.
2918 # See crbug.com/590850 2917 # See crbug.com/590850
2919 "content_settings/content_setting_media_menu_model.cc", 2918 "content_settings/content_setting_media_menu_model.cc",
2920 "content_settings/content_setting_media_menu_model.h", 2919 "content_settings/content_setting_media_menu_model.h",
2920 "javascript_dialogs/javascript_dialog_cocoa.h",
2921 "javascript_dialogs/javascript_dialog_cocoa.mm",
2922 "javascript_dialogs/javascript_dialog_mac.cc",
2921 "proximity_auth/proximity_auth_error_bubble_stub.cc", 2923 "proximity_auth/proximity_auth_error_bubble_stub.cc",
2922 ] 2924 ]
2923 } 2925 }
2924 include_dirs = [ "$target_gen_dir" ] 2926 include_dirs = [ "$target_gen_dir" ]
2925 libs += [ 2927 libs += [
2926 "Carbon.framework", 2928 "Carbon.framework",
2927 "Quartz.framework", 2929 "Quartz.framework",
2928 ] 2930 ]
2929 } else { # non-Mac. 2931 } else { # non-Mac.
2930 sources += [ "web_contents_sizer.cc" ] 2932 sources += [ "web_contents_sizer.cc" ]
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
3425 "test/test_confirm_bubble_model.cc", 3427 "test/test_confirm_bubble_model.cc",
3426 "test/test_confirm_bubble_model.h", 3428 "test/test_confirm_bubble_model.h",
3427 ] 3429 ]
3428 deps += [ "//chrome/test:test_support_ui" ] 3430 deps += [ "//chrome/test:test_support_ui" ]
3429 } 3431 }
3430 3432
3431 if (enable_extensions) { 3433 if (enable_extensions) {
3432 deps += [ "//extensions/browser" ] 3434 deps += [ "//extensions/browser" ]
3433 } 3435 }
3434 } 3436 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/javascript_dialogs/javascript_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698