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

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

Issue 2609103002: PaymentApp: Add PaymentAppProvider class. (Closed)
Patch Set: PaymentApp: Add PaymentAppProvider class. Created 3 years, 11 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "notification_event_dispatcher.h", 165 "notification_event_dispatcher.h",
166 "notification_observer.h", 166 "notification_observer.h",
167 "notification_registrar.cc", 167 "notification_registrar.cc",
168 "notification_registrar.h", 168 "notification_registrar.h",
169 "notification_service.h", 169 "notification_service.h",
170 "notification_source.h", 170 "notification_source.h",
171 "notification_types.h", 171 "notification_types.h",
172 "overscroll_configuration.h", 172 "overscroll_configuration.h",
173 "page_navigator.cc", 173 "page_navigator.cc",
174 "page_navigator.h", 174 "page_navigator.h",
175 "payment_app_provider.h",
175 "pepper_flash_settings_helper.h", 176 "pepper_flash_settings_helper.h",
176 "pepper_vpn_provider_resource_host_proxy.h", 177 "pepper_vpn_provider_resource_host_proxy.h",
177 "permission_manager.h", 178 "permission_manager.h",
178 "permission_type.h", 179 "permission_type.h",
179 "platform_notification_context.h", 180 "platform_notification_context.h",
180 "platform_notification_service.h", 181 "platform_notification_service.h",
181 "plugin_data_remover.h", 182 "plugin_data_remover.h",
182 "plugin_service.h", 183 "plugin_service.h",
183 "plugin_service_filter.h", 184 "plugin_service_filter.h",
184 "presentation_connection_message.cc", 185 "presentation_connection_message.cc",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 329
329 if (is_android) { 330 if (is_android) {
330 deps += [ "//ui/android" ] 331 deps += [ "//ui/android" ]
331 } 332 }
332 333
333 if (use_aura) { 334 if (use_aura) {
334 sources -= [ "context_factory.h" ] 335 sources -= [ "context_factory.h" ]
335 deps += [ "//ui/aura" ] 336 deps += [ "//ui/aura" ]
336 } 337 }
337 } 338 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698