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

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

Issue 2557473003: PaymentApp: Factor out functions to serialize/deserialize manifest data. (Closed)
Patch Set: test 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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 "notifications/notification_id_generator.cc", 950 "notifications/notification_id_generator.cc",
951 "notifications/notification_id_generator.h", 951 "notifications/notification_id_generator.h",
952 "notifications/notification_message_filter.cc", 952 "notifications/notification_message_filter.cc",
953 "notifications/notification_message_filter.h", 953 "notifications/notification_message_filter.h",
954 "notifications/page_notification_delegate.cc", 954 "notifications/page_notification_delegate.cc",
955 "notifications/page_notification_delegate.h", 955 "notifications/page_notification_delegate.h",
956 "notifications/platform_notification_context_impl.cc", 956 "notifications/platform_notification_context_impl.cc",
957 "notifications/platform_notification_context_impl.h", 957 "notifications/platform_notification_context_impl.h",
958 "notifications/type_converters.cc", 958 "notifications/type_converters.cc",
959 "notifications/type_converters.h", 959 "notifications/type_converters.h",
960 "payments/payment_app_context.cc", 960 "payments/payment_app_context_impl.cc",
961 "payments/payment_app_context.h", 961 "payments/payment_app_context_impl.h",
962 "payments/payment_app_data_conversions.cc", 962 "payments/payment_app_data_conversions.cc",
963 "payments/payment_app_data_conversions.h", 963 "payments/payment_app_data_conversions.h",
964 "payments/payment_app_manager.cc", 964 "payments/payment_app_manager.cc",
965 "payments/payment_app_manager.h", 965 "payments/payment_app_manager.h",
966 "permissions/permission_service_context.cc", 966 "permissions/permission_service_context.cc",
967 "permissions/permission_service_context.h", 967 "permissions/permission_service_context.h",
968 "permissions/permission_service_impl.cc", 968 "permissions/permission_service_impl.cc",
969 "permissions/permission_service_impl.h", 969 "permissions/permission_service_impl.h",
970 "presentation/presentation_service_impl.cc", 970 "presentation/presentation_service_impl.cc",
971 "presentation/presentation_service_impl.h", 971 "presentation/presentation_service_impl.h",
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1977 if (!is_component_build) { 1977 if (!is_component_build) {
1978 public_deps = [ 1978 public_deps = [
1979 ":browser", 1979 ":browser",
1980 ] 1980 ]
1981 } else { 1981 } else {
1982 public_deps = [ 1982 public_deps = [
1983 "//third_party/leveldatabase", 1983 "//third_party/leveldatabase",
1984 ] 1984 ]
1985 } 1985 }
1986 } 1986 }
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