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

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

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: 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 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 1499 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
1500 "//components/offline_pages/core/recent_tabs", 1500 "//components/offline_pages/core/recent_tabs",
1501 "//components/offline_pages/core/request_header:request_header", 1501 "//components/offline_pages/core/request_header:request_header",
1502 "//components/omnibox/browser", 1502 "//components/omnibox/browser",
1503 "//components/os_crypt", 1503 "//components/os_crypt",
1504 "//components/packed_ct_ev_whitelist", 1504 "//components/packed_ct_ev_whitelist",
1505 "//components/password_manager/content/browser", 1505 "//components/password_manager/content/browser",
1506 "//components/password_manager/core/browser", 1506 "//components/password_manager/core/browser",
1507 "//components/password_manager/core/common", 1507 "//components/password_manager/core/common",
1508 "//components/password_manager/sync/browser", 1508 "//components/password_manager/sync/browser",
1509 "//components/payments/content:mojom", 1509 "//components/payments/mojom",
please use gerrit instead 2017/04/12 17:19:30 Nice! :-D
gogerald1 2017/04/12 17:36:26 Acknowledged.
1510 "//components/payments/content:mojom_payment_app", 1510 "//components/payments/mojom:mojom_payment_app",
1511 "//components/physical_web/eddystone", 1511 "//components/physical_web/eddystone",
1512 "//components/policy:generated", 1512 "//components/policy:generated",
1513 "//components/policy/core/browser", 1513 "//components/policy/core/browser",
1514 "//components/policy/proto", 1514 "//components/policy/proto",
1515 "//components/precache/core", 1515 "//components/precache/core",
1516 "//components/prefs:prefs", 1516 "//components/prefs:prefs",
1517 "//components/previews/core", 1517 "//components/previews/core",
1518 "//components/profile_metrics", 1518 "//components/profile_metrics",
1519 "//components/proxy_config", 1519 "//components/proxy_config",
1520 "//components/query_parser", 1520 "//components/query_parser",
(...skipping 3150 matching lines...) Expand 10 before | Expand all | Expand 10 after
4671 "media/pepper_cdm_test_constants.cc", 4671 "media/pepper_cdm_test_constants.cc",
4672 "media/pepper_cdm_test_constants.h", 4672 "media/pepper_cdm_test_constants.h",
4673 ] 4673 ]
4674 } 4674 }
4675 } 4675 }
4676 4676
4677 service_manifest("preferences_forwarder_manifest") { 4677 service_manifest("preferences_forwarder_manifest") {
4678 name = "preferences_forwarder" 4678 name = "preferences_forwarder"
4679 source = "prefs/forwarder_manifest.json" 4679 source = "prefs/forwarder_manifest.json"
4680 } 4680 }
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