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

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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "gpu_service_registry.h", 124 "gpu_service_registry.h",
125 "gpu_utils.cc", 125 "gpu_utils.cc",
126 "gpu_utils.h", 126 "gpu_utils.h",
127 "guest_host.h", 127 "guest_host.h",
128 "guest_mode.cc", 128 "guest_mode.cc",
129 "guest_mode.h", 129 "guest_mode.h",
130 "histogram_fetcher.h", 130 "histogram_fetcher.h",
131 "host_zoom_map.h", 131 "host_zoom_map.h",
132 "indexed_db_context.h", 132 "indexed_db_context.h",
133 "indexed_db_info.h", 133 "indexed_db_info.h",
134 "installed_payment_instrument.cc",
135 "installed_payment_instrument.h",
134 "interstitial_page.h", 136 "interstitial_page.h",
135 "interstitial_page_delegate.cc", 137 "interstitial_page_delegate.cc",
136 "interstitial_page_delegate.h", 138 "interstitial_page_delegate.h",
137 "invalidate_type.h", 139 "invalidate_type.h",
138 "javascript_dialog_manager.cc", 140 "javascript_dialog_manager.cc",
139 "javascript_dialog_manager.h", 141 "javascript_dialog_manager.h",
140 "keyboard_event_processing_result.h", 142 "keyboard_event_processing_result.h",
141 "load_notification_details.h", 143 "load_notification_details.h",
142 "local_storage_usage_info.h", 144 "local_storage_usage_info.h",
143 "media_capture_devices.h", 145 "media_capture_devices.h",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 340
339 if (use_aura) { 341 if (use_aura) {
340 sources -= [ "context_factory.h" ] 342 sources -= [ "context_factory.h" ]
341 deps += [ "//ui/aura" ] 343 deps += [ "//ui/aura" ]
342 } 344 }
343 345
344 if (!is_android) { 346 if (!is_android) {
345 sources += [ "devtools_frontend_host.h" ] 347 sources += [ "devtools_frontend_host.h" ]
346 } 348 }
347 } 349 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698