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

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

Issue 2687033004: [WebPayments] Enabling PaymentRequest on Mac (Closed)
Patch Set: elif fail Created 3 years, 10 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | no next file » | 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 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 "views/harmony/layout_delegate.h", 1511 "views/harmony/layout_delegate.h",
1512 "views/layout_utils.cc", 1512 "views/layout_utils.cc",
1513 "views/layout_utils.h", 1513 "views/layout_utils.h",
1514 "views/location_bar/location_bar_bubble_delegate_view.cc", 1514 "views/location_bar/location_bar_bubble_delegate_view.cc",
1515 "views/location_bar/location_bar_bubble_delegate_view.h", 1515 "views/location_bar/location_bar_bubble_delegate_view.h",
1516 "views/login_handler_views.cc", 1516 "views/login_handler_views.cc",
1517 "views/login_view.cc", 1517 "views/login_view.cc",
1518 "views/login_view.h", 1518 "views/login_view.h",
1519 "views/new_back_shortcut_bubble.cc", 1519 "views/new_back_shortcut_bubble.cc",
1520 "views/new_back_shortcut_bubble.h", 1520 "views/new_back_shortcut_bubble.h",
1521 "views/payments/credit_card_editor_view_controller.cc",
1522 "views/payments/credit_card_editor_view_controller.h",
1523 "views/payments/editor_view_controller.cc",
1524 "views/payments/editor_view_controller.h",
1525 "views/payments/order_summary_view_controller.cc",
1526 "views/payments/order_summary_view_controller.h",
1527 "views/payments/payment_method_view_controller.cc",
1528 "views/payments/payment_method_view_controller.h",
1529 "views/payments/payment_request_dialog_view.cc",
1530 "views/payments/payment_request_dialog_view.h",
1531 "views/payments/payment_request_dialog_view_ids.h",
1532 "views/payments/payment_request_row_view.cc",
1533 "views/payments/payment_request_row_view.h",
1534 "views/payments/payment_request_sheet_controller.cc",
1535 "views/payments/payment_request_sheet_controller.h",
1536 "views/payments/payment_request_views_util.cc",
1537 "views/payments/payment_request_views_util.h",
1538 "views/payments/payment_sheet_view_controller.cc",
1539 "views/payments/payment_sheet_view_controller.h",
1540 "views/payments/shipping_list_view_controller.cc",
1541 "views/payments/shipping_list_view_controller.h",
1542 "views/payments/validating_textfield.cc",
1543 "views/payments/validating_textfield.h",
1544 "views/payments/view_stack.cc",
1545 "views/payments/view_stack.h",
1521 "views/subtle_notification_view.cc", 1546 "views/subtle_notification_view.cc",
1522 "views/subtle_notification_view.h", 1547 "views/subtle_notification_view.h",
1523 "views/sync/bubble_sync_promo_view.cc", 1548 "views/sync/bubble_sync_promo_view.cc",
1524 "views/sync/bubble_sync_promo_view.h", 1549 "views/sync/bubble_sync_promo_view.h",
1525 "views/task_manager_view.cc", 1550 "views/task_manager_view.cc",
1526 "views/task_manager_view.h", 1551 "views/task_manager_view.h",
1527 "views/update_recommended_message_box.cc", 1552 "views/update_recommended_message_box.cc",
1528 "views/update_recommended_message_box.h", 1553 "views/update_recommended_message_box.h",
1529 "views/website_settings/chosen_object_row.cc", 1554 "views/website_settings/chosen_object_row.cc",
1530 "views/website_settings/chosen_object_row.h", 1555 "views/website_settings/chosen_object_row.h",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 "views/passwords/credentials_item_view.cc", 1817 "views/passwords/credentials_item_view.cc",
1793 "views/passwords/credentials_item_view.h", 1818 "views/passwords/credentials_item_view.h",
1794 "views/passwords/credentials_selection_view.cc", 1819 "views/passwords/credentials_selection_view.cc",
1795 "views/passwords/credentials_selection_view.h", 1820 "views/passwords/credentials_selection_view.h",
1796 "views/passwords/manage_password_items_view.cc", 1821 "views/passwords/manage_password_items_view.cc",
1797 "views/passwords/manage_password_items_view.h", 1822 "views/passwords/manage_password_items_view.h",
1798 "views/passwords/manage_passwords_bubble_view.cc", 1823 "views/passwords/manage_passwords_bubble_view.cc",
1799 "views/passwords/manage_passwords_bubble_view.h", 1824 "views/passwords/manage_passwords_bubble_view.h",
1800 "views/passwords/manage_passwords_icon_views.cc", 1825 "views/passwords/manage_passwords_icon_views.cc",
1801 "views/passwords/manage_passwords_icon_views.h", 1826 "views/passwords/manage_passwords_icon_views.h",
1802 "views/payments/credit_card_editor_view_controller.cc",
1803 "views/payments/credit_card_editor_view_controller.h",
1804 "views/payments/editor_view_controller.cc",
1805 "views/payments/editor_view_controller.h",
1806 "views/payments/order_summary_view_controller.cc",
1807 "views/payments/order_summary_view_controller.h",
1808 "views/payments/payment_method_view_controller.cc",
1809 "views/payments/payment_method_view_controller.h",
1810 "views/payments/payment_request_dialog_view.cc",
1811 "views/payments/payment_request_dialog_view.h",
1812 "views/payments/payment_request_dialog_view_ids.h",
1813 "views/payments/payment_request_row_view.cc",
1814 "views/payments/payment_request_row_view.h",
1815 "views/payments/payment_request_sheet_controller.cc",
1816 "views/payments/payment_request_sheet_controller.h",
1817 "views/payments/payment_request_views_util.cc",
1818 "views/payments/payment_request_views_util.h",
1819 "views/payments/payment_sheet_view_controller.cc",
1820 "views/payments/payment_sheet_view_controller.h",
1821 "views/payments/shipping_list_view_controller.cc",
1822 "views/payments/shipping_list_view_controller.h",
1823 "views/payments/validating_textfield.cc",
1824 "views/payments/validating_textfield.h",
1825 "views/payments/view_stack.cc",
1826 "views/payments/view_stack.h",
please use gerrit instead 2017/02/10 16:40:27 These files are included if "mac_views_browser" is
tmartino 2017/02/10 17:41:16 No, mac_views_browser is currently false. That's b
1827 "views/process_singleton_dialog_linux.cc", 1827 "views/process_singleton_dialog_linux.cc",
1828 "views/profiles/profile_indicator_icon.cc", 1828 "views/profiles/profile_indicator_icon.cc",
1829 "views/profiles/profile_indicator_icon.h", 1829 "views/profiles/profile_indicator_icon.h",
1830 "views/profiles/signin_view_controller_delegate_views.cc", 1830 "views/profiles/signin_view_controller_delegate_views.cc",
1831 "views/profiles/signin_view_controller_delegate_views.h", 1831 "views/profiles/signin_view_controller_delegate_views.h",
1832 "views/profiles/user_manager_view.cc", 1832 "views/profiles/user_manager_view.cc",
1833 "views/profiles/user_manager_view.h", 1833 "views/profiles/user_manager_view.h",
1834 "views/proximity_auth/proximity_auth_error_bubble_view.cc", 1834 "views/proximity_auth/proximity_auth_error_bubble_view.cc",
1835 "views/proximity_auth/proximity_auth_error_bubble_view.h", 1835 "views/proximity_auth/proximity_auth_error_bubble_view.h",
1836 "views/session_crashed_bubble_view.cc", 1836 "views/session_crashed_bubble_view.cc",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 "webui/settings/certificates_handler.cc", 2135 "webui/settings/certificates_handler.cc",
2136 "webui/settings/certificates_handler.h", 2136 "webui/settings/certificates_handler.h",
2137 ] 2137 ]
2138 } 2138 }
2139 if (is_mac || is_win) { 2139 if (is_mac || is_win) {
2140 sources += [ 2140 sources += [
2141 "webui/settings/native_certificates_handler.cc", 2141 "webui/settings/native_certificates_handler.cc",
2142 "webui/settings/native_certificates_handler.h", 2142 "webui/settings/native_certificates_handler.h",
2143 ] 2143 ]
2144 } 2144 }
2145 if (is_win || is_linux) { 2145 if (is_win || is_linux || is_mac) {
please use gerrit instead 2017/02/10 16:40:27 Does Chrome OS fall under is_linux umbrella here?
tmartino 2017/02/10 17:41:16 Yes. https://cs.chromium.org/chromium/src/build/c
please use gerrit instead 2017/02/10 17:45:08 Perhaps this should be !is_android instead.
2146 deps += [ 2146 deps += [
2147 "//components/payments:payment_request_impl", 2147 "//components/payments:payment_request_impl",
2148 "//components/payments:payment_validation", 2148 "//components/payments:payment_validation",
2149 ] 2149 ]
2150 } 2150 }
2151 if (enable_print_preview) { 2151 if (enable_print_preview) {
2152 sources += [ 2152 sources += [
2153 "webui/print_preview/extension_printer_handler.cc", 2153 "webui/print_preview/extension_printer_handler.cc",
2154 "webui/print_preview/extension_printer_handler.h", 2154 "webui/print_preview/extension_printer_handler.h",
2155 "webui/print_preview/print_preview_handler.cc", 2155 "webui/print_preview/print_preview_handler.cc",
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3521 "test/test_confirm_bubble_model.cc", 3521 "test/test_confirm_bubble_model.cc",
3522 "test/test_confirm_bubble_model.h", 3522 "test/test_confirm_bubble_model.h",
3523 ] 3523 ]
3524 deps += [ "//chrome/test:test_support_ui" ] 3524 deps += [ "//chrome/test:test_support_ui" ]
3525 } 3525 }
3526 3526
3527 if (enable_extensions) { 3527 if (enable_extensions) {
3528 deps += [ "//extensions/browser" ] 3528 deps += [ "//extensions/browser" ]
3529 } 3529 }
3530 } 3530 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698