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

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

Issue 2575583003: PaymentApp: Add a interface to query all payment app manifests. (Closed)
Patch Set: PaymentApp: Add a interface to query all payment app manifests. Created 4 years 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 | « no previous file | content/browser/payments/payment_app_context.h » ('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("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 "notifications/notification_id_generator.cc", 949 "notifications/notification_id_generator.cc",
950 "notifications/notification_id_generator.h", 950 "notifications/notification_id_generator.h",
951 "notifications/notification_message_filter.cc", 951 "notifications/notification_message_filter.cc",
952 "notifications/notification_message_filter.h", 952 "notifications/notification_message_filter.h",
953 "notifications/page_notification_delegate.cc", 953 "notifications/page_notification_delegate.cc",
954 "notifications/page_notification_delegate.h", 954 "notifications/page_notification_delegate.h",
955 "notifications/platform_notification_context_impl.cc", 955 "notifications/platform_notification_context_impl.cc",
956 "notifications/platform_notification_context_impl.h", 956 "notifications/platform_notification_context_impl.h",
957 "notifications/type_converters.cc", 957 "notifications/type_converters.cc",
958 "notifications/type_converters.h", 958 "notifications/type_converters.h",
959 "payments/payment_app_context.cc", 959 "payments/payment_app_context_impl.cc",
960 "payments/payment_app_context.h", 960 "payments/payment_app_context_impl.h",
961 "payments/payment_app_manager.cc", 961 "payments/payment_app_manager.cc",
962 "payments/payment_app_manager.h", 962 "payments/payment_app_manager.h",
963 "permissions/permission_service_context.cc", 963 "permissions/permission_service_context.cc",
964 "permissions/permission_service_context.h", 964 "permissions/permission_service_context.h",
965 "permissions/permission_service_impl.cc", 965 "permissions/permission_service_impl.cc",
966 "permissions/permission_service_impl.h", 966 "permissions/permission_service_impl.h",
967 "presentation/presentation_service_impl.cc", 967 "presentation/presentation_service_impl.cc",
968 "presentation/presentation_service_impl.h", 968 "presentation/presentation_service_impl.h",
969 "presentation/presentation_type_converters.cc", 969 "presentation/presentation_type_converters.cc",
970 "presentation/presentation_type_converters.h", 970 "presentation/presentation_type_converters.h",
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 if (!is_component_build) { 1960 if (!is_component_build) {
1961 public_deps = [ 1961 public_deps = [
1962 ":browser", 1962 ":browser",
1963 ] 1963 ]
1964 } else { 1964 } else {
1965 public_deps = [ 1965 public_deps = [
1966 "//third_party/leveldatabase", 1966 "//third_party/leveldatabase",
1967 ] 1967 ]
1968 } 1968 }
1969 } 1969 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/payments/payment_app_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698