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

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

Issue 2476343002: PaymentApp: Initial implementation for 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 "notifications/notification_id_generator.cc", 922 "notifications/notification_id_generator.cc",
923 "notifications/notification_id_generator.h", 923 "notifications/notification_id_generator.h",
924 "notifications/notification_message_filter.cc", 924 "notifications/notification_message_filter.cc",
925 "notifications/notification_message_filter.h", 925 "notifications/notification_message_filter.h",
926 "notifications/page_notification_delegate.cc", 926 "notifications/page_notification_delegate.cc",
927 "notifications/page_notification_delegate.h", 927 "notifications/page_notification_delegate.h",
928 "notifications/platform_notification_context_impl.cc", 928 "notifications/platform_notification_context_impl.cc",
929 "notifications/platform_notification_context_impl.h", 929 "notifications/platform_notification_context_impl.h",
930 "notifications/type_converters.cc", 930 "notifications/type_converters.cc",
931 "notifications/type_converters.h", 931 "notifications/type_converters.h",
932 "payments/payment_app_context.cc",
933 "payments/payment_app_context.h",
934 "payments/payment_app_manager.cc",
935 "payments/payment_app_manager.h",
932 "permissions/permission_service_context.cc", 936 "permissions/permission_service_context.cc",
933 "permissions/permission_service_context.h", 937 "permissions/permission_service_context.h",
934 "permissions/permission_service_impl.cc", 938 "permissions/permission_service_impl.cc",
935 "permissions/permission_service_impl.h", 939 "permissions/permission_service_impl.h",
936 "power_monitor_message_broadcaster.cc", 940 "power_monitor_message_broadcaster.cc",
937 "power_monitor_message_broadcaster.h", 941 "power_monitor_message_broadcaster.h",
938 "power_usage_monitor_impl.cc", 942 "power_usage_monitor_impl.cc",
939 "power_usage_monitor_impl.h", 943 "power_usage_monitor_impl.h",
940 "presentation/presentation_service_impl.cc", 944 "presentation/presentation_service_impl.cc",
941 "presentation/presentation_service_impl.h", 945 "presentation/presentation_service_impl.h",
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1949 if (!is_component_build) { 1953 if (!is_component_build) {
1950 public_deps = [ 1954 public_deps = [
1951 ":browser", 1955 ":browser",
1952 ] 1956 ]
1953 } else { 1957 } else {
1954 public_deps = [ 1958 public_deps = [
1955 "//third_party/leveldatabase", 1959 "//third_party/leveldatabase",
1956 ] 1960 ]
1957 } 1961 }
1958 } 1962 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | third_party/WebKit/public/platform/modules/payments/payment_app.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698