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

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

Issue 2497983002: PaymentApp: Implement PaymentAppManager.setManifest(). (Closed)
Patch Set: 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//components/url_formatter", 49 "//components/url_formatter",
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:resources", 57 "//content/browser/devtools:resources",
58 "//content/browser/notifications:notification_proto", 58 "//content/browser/notifications:notification_proto",
59 "//content/browser/payments:payment_app_proto",
59 "//content/browser/service_worker:service_worker_proto", 60 "//content/browser/service_worker:service_worker_proto",
60 "//content/browser/speech/proto", 61 "//content/browser/speech/proto",
61 "//content/common", 62 "//content/common",
62 "//content/public/common:common_sources", 63 "//content/public/common:common_sources",
63 "//crypto", 64 "//crypto",
64 "//device/battery", 65 "//device/battery",
65 "//device/battery:mojo_bindings", 66 "//device/battery:mojo_bindings",
66 "//device/bluetooth", 67 "//device/bluetooth",
67 "//device/gamepad", 68 "//device/gamepad",
68 "//device/generic_sensor", 69 "//device/generic_sensor",
(...skipping 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 if (!is_component_build) { 1954 if (!is_component_build) {
1954 public_deps = [ 1955 public_deps = [
1955 ":browser", 1956 ":browser",
1956 ] 1957 ]
1957 } else { 1958 } else {
1958 public_deps = [ 1959 public_deps = [
1959 "//third_party/leveldatabase", 1960 "//third_party/leveldatabase",
1960 ] 1961 ]
1961 } 1962 }
1962 } 1963 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698