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

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

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build Created 3 years, 8 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
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 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 1507 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
1508 "//components/offline_pages/core/recent_tabs", 1508 "//components/offline_pages/core/recent_tabs",
1509 "//components/offline_pages/core/request_header:request_header", 1509 "//components/offline_pages/core/request_header:request_header",
1510 "//components/omnibox/browser", 1510 "//components/omnibox/browser",
1511 "//components/os_crypt", 1511 "//components/os_crypt",
1512 "//components/packed_ct_ev_whitelist", 1512 "//components/packed_ct_ev_whitelist",
1513 "//components/password_manager/content/browser", 1513 "//components/password_manager/content/browser",
1514 "//components/password_manager/core/browser", 1514 "//components/password_manager/core/browser",
1515 "//components/password_manager/core/common", 1515 "//components/password_manager/core/common",
1516 "//components/password_manager/sync/browser", 1516 "//components/password_manager/sync/browser",
1517 "//components/payments/content:mojom", 1517 "//components/payments/mojom",
1518 "//components/payments/content:mojom_payment_app", 1518 "//components/payments/mojom:mojom_payment_app",
1519 "//components/physical_web/eddystone", 1519 "//components/physical_web/eddystone",
1520 "//components/policy:generated", 1520 "//components/policy:generated",
1521 "//components/policy/core/browser", 1521 "//components/policy/core/browser",
1522 "//components/policy/proto", 1522 "//components/policy/proto",
1523 "//components/precache/core", 1523 "//components/precache/core",
1524 "//components/prefs:prefs", 1524 "//components/prefs:prefs",
1525 "//components/previews/core", 1525 "//components/previews/core",
1526 "//components/profile_metrics", 1526 "//components/profile_metrics",
1527 "//components/proxy_config", 1527 "//components/proxy_config",
1528 "//components/query_parser", 1528 "//components/query_parser",
(...skipping 3159 matching lines...) Expand 10 before | Expand all | Expand 10 after
4688 "media/pepper_cdm_test_constants.cc", 4688 "media/pepper_cdm_test_constants.cc",
4689 "media/pepper_cdm_test_constants.h", 4689 "media/pepper_cdm_test_constants.h",
4690 ] 4690 ]
4691 } 4691 }
4692 } 4692 }
4693 4693
4694 service_manifest("preferences_forwarder_manifest") { 4694 service_manifest("preferences_forwarder_manifest") {
4695 name = "preferences_forwarder" 4695 name = "preferences_forwarder"
4696 source = "prefs/forwarder_manifest.json" 4696 source = "prefs/forwarder_manifest.json"
4697 } 4697 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/android/payments/service_worker_payment_app_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698