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

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

Issue 2462423002: Condition the use of ChromeBrowserMainExtraPartsViewsLinux to !use_ozone (Closed)
Patch Set: same as patchset 6, w/ grouped includes 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
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 1502 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 1513
1514 if (is_chromeos) { 1514 if (is_chromeos) {
1515 sources += [ 1515 sources += [
1516 "views/apps/app_info_dialog/arc_app_info_links_panel.cc", 1516 "views/apps/app_info_dialog/arc_app_info_links_panel.cc",
1517 "views/apps/app_info_dialog/arc_app_info_links_panel.h", 1517 "views/apps/app_info_dialog/arc_app_info_links_panel.h",
1518 ] 1518 ]
1519 } else if (!is_mac || mac_views_browser) { 1519 } else if (!is_mac || mac_views_browser) {
1520 sources += [ 1520 sources += [
1521 "external_protocol_dialog_delegate.cc", 1521 "external_protocol_dialog_delegate.cc",
1522 "external_protocol_dialog_delegate.h", 1522 "external_protocol_dialog_delegate.h",
1523 "views/chrome_browser_main_extra_parts_views_linux.cc",
1524 "views/chrome_browser_main_extra_parts_views_linux.h",
1525 "views/external_protocol_dialog.cc", 1523 "views/external_protocol_dialog.cc",
1526 "views/external_protocol_dialog.h", 1524 "views/external_protocol_dialog.h",
1527 "views/frame/opaque_browser_frame_view.cc", 1525 "views/frame/opaque_browser_frame_view.cc",
1528 "views/frame/opaque_browser_frame_view.h", 1526 "views/frame/opaque_browser_frame_view.h",
1529 "views/frame/opaque_browser_frame_view_layout.cc", 1527 "views/frame/opaque_browser_frame_view_layout.cc",
1530 "views/frame/opaque_browser_frame_view_layout.h", 1528 "views/frame/opaque_browser_frame_view_layout.h",
1531 "views/frame/opaque_browser_frame_view_layout_delegate.h", 1529 "views/frame/opaque_browser_frame_view_layout_delegate.h",
1532 "views/frame/opaque_browser_frame_view_linux.cc", 1530 "views/frame/opaque_browser_frame_view_linux.cc",
1533 "views/frame/opaque_browser_frame_view_linux.h", 1531 "views/frame/opaque_browser_frame_view_linux.h",
1534 "views/frame/opaque_browser_frame_view_platform_specific.cc", 1532 "views/frame/opaque_browser_frame_view_platform_specific.cc",
1535 "views/frame/opaque_browser_frame_view_platform_specific.h", 1533 "views/frame/opaque_browser_frame_view_platform_specific.h",
1536 "views/profiles/profile_chooser_view.cc", 1534 "views/profiles/profile_chooser_view.cc",
1537 "views/profiles/profile_chooser_view.h", 1535 "views/profiles/profile_chooser_view.h",
1538 "views/screen_capture_notification_ui_views.cc", 1536 "views/screen_capture_notification_ui_views.cc",
1539 "views/sync/one_click_signin_dialog_view.cc", 1537 "views/sync/one_click_signin_dialog_view.cc",
1540 "views/sync/one_click_signin_dialog_view.h", 1538 "views/sync/one_click_signin_dialog_view.h",
1541 "views/sync/profile_signin_confirmation_dialog_views.cc", 1539 "views/sync/profile_signin_confirmation_dialog_views.cc",
1542 "views/sync/profile_signin_confirmation_dialog_views.h", 1540 "views/sync/profile_signin_confirmation_dialog_views.h",
1543 ] 1541 ]
1544 } 1542 }
1543
1544 # These files do Gtk+-based theming, but Gtk+ is not available on
1545 # Ozone builds, or on common environments where Ozone will be used.
1546 #
1547 # TODO(tonikitoo): It seems sensible to make it possible to opt-in
1548 # the use of these files in case Gtk is available with its Wayland.
1549 if (use_aura && !use_ozone && is_desktop_linux) {
1550 sources += [
1551 "views/chrome_browser_main_extra_parts_views_linux.cc",
1552 "views/chrome_browser_main_extra_parts_views_linux.h",
1553 ]
1554 }
1545 if (enable_extensions && (!is_mac || mac_views_browser)) { 1555 if (enable_extensions && (!is_mac || mac_views_browser)) {
1546 sources += [ 1556 sources += [
1547 "views/extensions/bookmark_app_confirmation_view.cc", 1557 "views/extensions/bookmark_app_confirmation_view.cc",
1548 "views/extensions/bookmark_app_confirmation_view.h", 1558 "views/extensions/bookmark_app_confirmation_view.h",
1549 "views/extensions/browser_action_drag_data.cc", 1559 "views/extensions/browser_action_drag_data.cc",
1550 "views/extensions/browser_action_drag_data.h", 1560 "views/extensions/browser_action_drag_data.h",
1551 "views/extensions/extension_action_platform_delegate_views.cc", 1561 "views/extensions/extension_action_platform_delegate_views.cc",
1552 "views/extensions/extension_action_platform_delegate_views.h", 1562 "views/extensions/extension_action_platform_delegate_views.h",
1553 "views/extensions/extension_dialog.cc", 1563 "views/extensions/extension_dialog.cc",
1554 "views/extensions/extension_dialog.h", 1564 "views/extensions/extension_dialog.h",
(...skipping 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3432 "test/test_confirm_bubble_model.cc", 3442 "test/test_confirm_bubble_model.cc",
3433 "test/test_confirm_bubble_model.h", 3443 "test/test_confirm_bubble_model.h",
3434 ] 3444 ]
3435 deps += [ "//chrome/test:test_support_ui" ] 3445 deps += [ "//chrome/test:test_support_ui" ]
3436 } 3446 }
3437 3447
3438 if (enable_extensions) { 3448 if (enable_extensions) {
3439 deps += [ "//extensions/browser" ] 3449 deps += [ "//extensions/browser" ]
3440 } 3450 }
3441 } 3451 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698