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

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

Issue 2647243002: PaymentApp: Implement PaymentAppProvider for LayoutTest.
Patch Set: PaymentApp: Implement PaymentAppProvider for LayoutTest. 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
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/shell/DEPS » ('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/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "browser/layout_test/layout_test_download_manager_delegate.cc", 77 "browser/layout_test/layout_test_download_manager_delegate.cc",
78 "browser/layout_test/layout_test_download_manager_delegate.h", 78 "browser/layout_test/layout_test_download_manager_delegate.h",
79 "browser/layout_test/layout_test_first_device_bluetooth_chooser.cc", 79 "browser/layout_test/layout_test_first_device_bluetooth_chooser.cc",
80 "browser/layout_test/layout_test_first_device_bluetooth_chooser.h", 80 "browser/layout_test/layout_test_first_device_bluetooth_chooser.h",
81 "browser/layout_test/layout_test_javascript_dialog_manager.cc", 81 "browser/layout_test/layout_test_javascript_dialog_manager.cc",
82 "browser/layout_test/layout_test_javascript_dialog_manager.h", 82 "browser/layout_test/layout_test_javascript_dialog_manager.h",
83 "browser/layout_test/layout_test_message_filter.cc", 83 "browser/layout_test/layout_test_message_filter.cc",
84 "browser/layout_test/layout_test_message_filter.h", 84 "browser/layout_test/layout_test_message_filter.h",
85 "browser/layout_test/layout_test_notification_manager.cc", 85 "browser/layout_test/layout_test_notification_manager.cc",
86 "browser/layout_test/layout_test_notification_manager.h", 86 "browser/layout_test/layout_test_notification_manager.h",
87 "browser/layout_test/layout_test_payment_app_provider_impl.cc",
88 "browser/layout_test/layout_test_payment_app_provider_impl.h",
87 "browser/layout_test/layout_test_permission_manager.cc", 89 "browser/layout_test/layout_test_permission_manager.cc",
88 "browser/layout_test/layout_test_permission_manager.h", 90 "browser/layout_test/layout_test_permission_manager.h",
89 "browser/layout_test/layout_test_push_messaging_service.cc", 91 "browser/layout_test/layout_test_push_messaging_service.cc",
90 "browser/layout_test/layout_test_push_messaging_service.h", 92 "browser/layout_test/layout_test_push_messaging_service.h",
91 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", 93 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
92 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", 94 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h",
93 "browser/layout_test/layout_test_url_request_context_getter.cc", 95 "browser/layout_test/layout_test_url_request_context_getter.cc",
94 "browser/layout_test/layout_test_url_request_context_getter.h", 96 "browser/layout_test/layout_test_url_request_context_getter.h",
95 "browser/layout_test/secondary_test_window_observer.cc", 97 "browser/layout_test/secondary_test_window_observer.cc",
96 "browser/layout_test/secondary_test_window_observer.h", 98 "browser/layout_test/secondary_test_window_observer.h",
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 ] 756 ]
755 outputs = [ 757 outputs = [
756 "{{bundle_resources_dir}}/{{source_file_part}}", 758 "{{bundle_resources_dir}}/{{source_file_part}}",
757 ] 759 ]
758 } 760 }
759 } 761 }
760 762
761 mojom("mojo_bindings") { 763 mojom("mojo_bindings") {
762 sources = [ 764 sources = [
763 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 765 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
766 "common/layout_test/layout_test_payment_app_provider.mojom",
764 ] 767 ]
765 } 768 }
OLDNEW
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698