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

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

Issue 2873683002: PaymentHandler: Implement GetAllPaymentApps(). (Closed)
Patch Set: PaymentHandler: Implement GetAllPaymentApps(). Created 3 years, 7 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "notification_observer.h", 173 "notification_observer.h",
174 "notification_registrar.cc", 174 "notification_registrar.cc",
175 "notification_registrar.h", 175 "notification_registrar.h",
176 "notification_service.h", 176 "notification_service.h",
177 "notification_source.h", 177 "notification_source.h",
178 "notification_types.h", 178 "notification_types.h",
179 "overscroll_configuration.h", 179 "overscroll_configuration.h",
180 "page_navigator.cc", 180 "page_navigator.cc",
181 "page_navigator.h", 181 "page_navigator.h",
182 "payment_app_provider.h", 182 "payment_app_provider.h",
183 "payment_instrument.cc",
184 "payment_instrument.h",
183 "pepper_flash_settings_helper.h", 185 "pepper_flash_settings_helper.h",
184 "pepper_vpn_provider_resource_host_proxy.h", 186 "pepper_vpn_provider_resource_host_proxy.h",
185 "permission_manager.h", 187 "permission_manager.h",
186 "permission_type.h", 188 "permission_type.h",
187 "platform_notification_context.h", 189 "platform_notification_context.h",
188 "platform_notification_service.h", 190 "platform_notification_service.h",
189 "plugin_data_remover.h", 191 "plugin_data_remover.h",
190 "plugin_service.h", 192 "plugin_service.h",
191 "plugin_service_filter.h", 193 "plugin_service_filter.h",
192 "presentation_screen_availability_listener.h", 194 "presentation_screen_availability_listener.h",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 339
338 if (use_aura) { 340 if (use_aura) {
339 sources -= [ "context_factory.h" ] 341 sources -= [ "context_factory.h" ]
340 deps += [ "//ui/aura" ] 342 deps += [ "//ui/aura" ]
341 } 343 }
342 344
343 if (!is_android) { 345 if (!is_android) {
344 sources += [ "devtools_frontend_host.h" ] 346 sources += [ "devtools_frontend_host.h" ]
345 } 347 }
346 } 348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698