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

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

Issue 2497983002: PaymentApp: Implement PaymentAppManager.setManifest(). (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/payments/payment_app.mojom ('k') | content/browser/payments/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "//components/variations", 50 "//components/variations",
51 "//content:resources", 51 "//content:resources",
52 "//content/app/resources", 52 "//content/app/resources",
53 "//content/app/strings", 53 "//content/app/strings",
54 "//content/browser/background_sync:background_sync_proto", 54 "//content/browser/background_sync:background_sync_proto",
55 "//content/browser/cache_storage:cache_storage_proto", 55 "//content/browser/cache_storage:cache_storage_proto",
56 "//content/browser/devtools:gen_devtools_protocol_handler", 56 "//content/browser/devtools:gen_devtools_protocol_handler",
57 "//content/browser/devtools:protocol_sources", 57 "//content/browser/devtools:protocol_sources",
58 "//content/browser/devtools:resources", 58 "//content/browser/devtools:resources",
59 "//content/browser/notifications:notification_proto", 59 "//content/browser/notifications:notification_proto",
60 "//content/browser/payments:payment_app_proto",
60 "//content/browser/service_worker:service_worker_proto", 61 "//content/browser/service_worker:service_worker_proto",
61 "//content/browser/speech/proto", 62 "//content/browser/speech/proto",
62 "//content/common", 63 "//content/common",
63 "//content/public/common:common_sources", 64 "//content/public/common:common_sources",
64 "//crypto", 65 "//crypto",
65 "//device/battery", 66 "//device/battery",
66 "//device/battery:mojo_bindings", 67 "//device/battery:mojo_bindings",
67 "//device/bluetooth", 68 "//device/bluetooth",
68 "//device/gamepad", 69 "//device/gamepad",
69 "//device/generic_sensor", 70 "//device/generic_sensor",
(...skipping 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 if (!is_component_build) { 1967 if (!is_component_build) {
1967 public_deps = [ 1968 public_deps = [
1968 ":browser", 1969 ":browser",
1969 ] 1970 ]
1970 } else { 1971 } else {
1971 public_deps = [ 1972 public_deps = [
1972 "//third_party/leveldatabase", 1973 "//third_party/leveldatabase",
1973 ] 1974 ]
1974 } 1975 }
1975 } 1976 }
OLDNEW
« no previous file with comments | « components/payments/payment_app.mojom ('k') | content/browser/payments/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698