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

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

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 years, 9 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/android/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('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/chrome_build.gni") 5 import("//build/config/chrome_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 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 1473 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
1474 "//components/offline_pages/core/recent_tabs", 1474 "//components/offline_pages/core/recent_tabs",
1475 "//components/offline_pages/core/request_header:request_header", 1475 "//components/offline_pages/core/request_header:request_header",
1476 "//components/omnibox/browser", 1476 "//components/omnibox/browser",
1477 "//components/os_crypt", 1477 "//components/os_crypt",
1478 "//components/packed_ct_ev_whitelist", 1478 "//components/packed_ct_ev_whitelist",
1479 "//components/password_manager/content/browser", 1479 "//components/password_manager/content/browser",
1480 "//components/password_manager/core/browser", 1480 "//components/password_manager/core/browser",
1481 "//components/password_manager/core/common", 1481 "//components/password_manager/core/common",
1482 "//components/password_manager/sync/browser", 1482 "//components/password_manager/sync/browser",
1483 "//components/payments/content:payment_app", 1483 "//components/payments/content:mojom",
1484 "//components/payments/content:payment_request", 1484 "//components/payments/content:mojom_payment_app",
1485 "//components/physical_web/eddystone", 1485 "//components/physical_web/eddystone",
1486 "//components/policy:generated", 1486 "//components/policy:generated",
1487 "//components/policy/core/browser", 1487 "//components/policy/core/browser",
1488 "//components/policy/proto", 1488 "//components/policy/proto",
1489 "//components/precache/core:proto", 1489 "//components/precache/core:proto",
1490 "//components/prefs:prefs", 1490 "//components/prefs:prefs",
1491 "//components/previews/core", 1491 "//components/previews/core",
1492 "//components/profile_metrics", 1492 "//components/profile_metrics",
1493 "//components/proxy_config", 1493 "//components/proxy_config",
1494 "//components/query_parser", 1494 "//components/query_parser",
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
3649 } 3649 }
3650 } 3650 }
3651 3651
3652 if (is_linux || is_win || is_mac) { 3652 if (is_linux || is_win || is_mac) {
3653 sources += [ 3653 sources += [
3654 "payments/chrome_payment_request_delegate.cc", 3654 "payments/chrome_payment_request_delegate.cc",
3655 "payments/chrome_payment_request_delegate.h", 3655 "payments/chrome_payment_request_delegate.h",
3656 "payments/payment_request_factory.cc", 3656 "payments/payment_request_factory.cc",
3657 "payments/payment_request_factory.h", 3657 "payments/payment_request_factory.h",
3658 ] 3658 ]
3659 deps += [ "//components/payments/content:payment_request_impl" ] 3659 deps += [ "//components/payments/content" ]
3660 } 3660 }
3661 3661
3662 if (is_linux || is_win) { 3662 if (is_linux || is_win) {
3663 sources += [ 3663 sources += [
3664 "renderer_context_menu/spelling_options_submenu_observer.cc", 3664 "renderer_context_menu/spelling_options_submenu_observer.cc",
3665 "renderer_context_menu/spelling_options_submenu_observer.h", 3665 "renderer_context_menu/spelling_options_submenu_observer.h",
3666 "webshare/share_service_impl.cc", 3666 "webshare/share_service_impl.cc",
3667 "webshare/share_service_impl.h", 3667 "webshare/share_service_impl.h",
3668 ] 3668 ]
3669 } 3669 }
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 "media/pepper_cdm_test_constants.cc", 4578 "media/pepper_cdm_test_constants.cc",
4579 "media/pepper_cdm_test_constants.h", 4579 "media/pepper_cdm_test_constants.h",
4580 ] 4580 ]
4581 } 4581 }
4582 } 4582 }
4583 4583
4584 service_manifest("preferences_manifest") { 4584 service_manifest("preferences_manifest") {
4585 name = "preferences" 4585 name = "preferences"
4586 source = "prefs/preferences_manifest.json" 4586 source = "prefs/preferences_manifest.json"
4587 } 4587 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698