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

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

Issue 2925063003: [Payments] Implement payment instrument icons (Closed)
Patch Set: rebase Created 3 years, 6 months 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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 "notifications/platform_notification_context_impl.cc", 1062 "notifications/platform_notification_context_impl.cc",
1063 "notifications/platform_notification_context_impl.h", 1063 "notifications/platform_notification_context_impl.h",
1064 "notifications/type_converters.cc", 1064 "notifications/type_converters.cc",
1065 "notifications/type_converters.h", 1065 "notifications/type_converters.h",
1066 "payments/payment_app_context_impl.cc", 1066 "payments/payment_app_context_impl.cc",
1067 "payments/payment_app_context_impl.h", 1067 "payments/payment_app_context_impl.h",
1068 "payments/payment_app_database.cc", 1068 "payments/payment_app_database.cc",
1069 "payments/payment_app_database.h", 1069 "payments/payment_app_database.h",
1070 "payments/payment_app_provider_impl.cc", 1070 "payments/payment_app_provider_impl.cc",
1071 "payments/payment_app_provider_impl.h", 1071 "payments/payment_app_provider_impl.h",
1072 "payments/payment_instrument_icon_fetcher.cc",
1073 "payments/payment_instrument_icon_fetcher.h",
1072 "payments/payment_manager.cc", 1074 "payments/payment_manager.cc",
1073 "payments/payment_manager.h", 1075 "payments/payment_manager.h",
1074 "permissions/permission_service_context.cc", 1076 "permissions/permission_service_context.cc",
1075 "permissions/permission_service_context.h", 1077 "permissions/permission_service_context.h",
1076 "permissions/permission_service_impl.cc", 1078 "permissions/permission_service_impl.cc",
1077 "permissions/permission_service_impl.h", 1079 "permissions/permission_service_impl.h",
1078 "presentation/presentation_service_impl.cc", 1080 "presentation/presentation_service_impl.cc",
1079 "presentation/presentation_service_impl.h", 1081 "presentation/presentation_service_impl.h",
1080 "profiler_controller_impl.cc", 1082 "profiler_controller_impl.cc",
1081 "profiler_controller_impl.h", 1083 "profiler_controller_impl.h",
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 if (!is_component_build) { 2151 if (!is_component_build) {
2150 public_deps = [ 2152 public_deps = [
2151 ":browser", 2153 ":browser",
2152 ] 2154 ]
2153 } else { 2155 } else {
2154 public_deps = [ 2156 public_deps = [
2155 "//third_party/leveldatabase", 2157 "//third_party/leveldatabase",
2156 ] 2158 ]
2157 } 2159 }
2158 } 2160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698