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

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

Issue 2476343002: PaymentApp: Initial implementation for PaymentAppManager.setManifest(). (Closed)
Patch Set: fix lint error 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/DEPS » ('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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 24 matching lines...) Expand all
35 "//base/third_party/dynamic_annotations", 35 "//base/third_party/dynamic_annotations",
36 "//cc", 36 "//cc",
37 "//cc/surfaces", 37 "//cc/surfaces",
38 "//components/discardable_memory/common", 38 "//components/discardable_memory/common",
39 "//components/discardable_memory/service", 39 "//components/discardable_memory/service",
40 "//components/display_compositor", 40 "//components/display_compositor",
41 "//components/filesystem:lib", 41 "//components/filesystem:lib",
42 "//components/leveldb:lib", 42 "//components/leveldb:lib",
43 "//components/link_header_util", 43 "//components/link_header_util",
44 "//components/mime_util", 44 "//components/mime_util",
45 "//components/payments:payment_app",
45 "//components/tracing", 46 "//components/tracing",
46 "//components/tracing:startup_tracing", 47 "//components/tracing:startup_tracing",
47 "//components/url_formatter", 48 "//components/url_formatter",
48 "//content:resources", 49 "//content:resources",
49 "//content/app/resources", 50 "//content/app/resources",
50 "//content/app/strings", 51 "//content/app/strings",
51 "//content/browser/background_sync:background_sync_proto", 52 "//content/browser/background_sync:background_sync_proto",
52 "//content/browser/cache_storage:cache_storage_proto", 53 "//content/browser/cache_storage:cache_storage_proto",
53 "//content/browser/devtools:gen_devtools_protocol_handler", 54 "//content/browser/devtools:gen_devtools_protocol_handler",
54 "//content/browser/devtools:resources", 55 "//content/browser/devtools:resources",
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 "notifications/notification_id_generator.cc", 923 "notifications/notification_id_generator.cc",
923 "notifications/notification_id_generator.h", 924 "notifications/notification_id_generator.h",
924 "notifications/notification_message_filter.cc", 925 "notifications/notification_message_filter.cc",
925 "notifications/notification_message_filter.h", 926 "notifications/notification_message_filter.h",
926 "notifications/page_notification_delegate.cc", 927 "notifications/page_notification_delegate.cc",
927 "notifications/page_notification_delegate.h", 928 "notifications/page_notification_delegate.h",
928 "notifications/platform_notification_context_impl.cc", 929 "notifications/platform_notification_context_impl.cc",
929 "notifications/platform_notification_context_impl.h", 930 "notifications/platform_notification_context_impl.h",
930 "notifications/type_converters.cc", 931 "notifications/type_converters.cc",
931 "notifications/type_converters.h", 932 "notifications/type_converters.h",
933 "payments/payment_app_context.cc",
934 "payments/payment_app_context.h",
935 "payments/payment_app_manager.cc",
936 "payments/payment_app_manager.h",
932 "permissions/permission_service_context.cc", 937 "permissions/permission_service_context.cc",
933 "permissions/permission_service_context.h", 938 "permissions/permission_service_context.h",
934 "permissions/permission_service_impl.cc", 939 "permissions/permission_service_impl.cc",
935 "permissions/permission_service_impl.h", 940 "permissions/permission_service_impl.h",
936 "power_monitor_message_broadcaster.cc", 941 "power_monitor_message_broadcaster.cc",
937 "power_monitor_message_broadcaster.h", 942 "power_monitor_message_broadcaster.h",
938 "power_usage_monitor_impl.cc", 943 "power_usage_monitor_impl.cc",
939 "power_usage_monitor_impl.h", 944 "power_usage_monitor_impl.h",
940 "presentation/presentation_service_impl.cc", 945 "presentation/presentation_service_impl.cc",
941 "presentation/presentation_service_impl.h", 946 "presentation/presentation_service_impl.h",
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1949 if (!is_component_build) { 1954 if (!is_component_build) {
1950 public_deps = [ 1955 public_deps = [
1951 ":browser", 1956 ":browser",
1952 ] 1957 ]
1953 } else { 1958 } else {
1954 public_deps = [ 1959 public_deps = [
1955 "//third_party/leveldatabase", 1960 "//third_party/leveldatabase",
1956 ] 1961 ]
1957 } 1962 }
1958 } 1963 }
OLDNEW
« no previous file with comments | « components/payments/payment_app.mojom ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698