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

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

Issue 2785523003: PaymentHandler: Rename PaymentAppManager to PaymentManager. (Closed)
Patch Set: PaymentHandler: Rename PaymentAppManager to PaymentManager. Created 3 years, 8 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 "../browser/memory/test_memory_monitor.h", 1191 "../browser/memory/test_memory_monitor.h",
1192 "../browser/net/quota_policy_cookie_store_unittest.cc", 1192 "../browser/net/quota_policy_cookie_store_unittest.cc",
1193 "../browser/notification_service_impl_unittest.cc", 1193 "../browser/notification_service_impl_unittest.cc",
1194 "../browser/notifications/notification_database_data_unittest.cc", 1194 "../browser/notifications/notification_database_data_unittest.cc",
1195 "../browser/notifications/notification_database_unittest.cc", 1195 "../browser/notifications/notification_database_unittest.cc",
1196 "../browser/notifications/notification_id_generator_unittest.cc", 1196 "../browser/notifications/notification_id_generator_unittest.cc",
1197 "../browser/notifications/platform_notification_context_unittest.cc", 1197 "../browser/notifications/platform_notification_context_unittest.cc",
1198 "../browser/notifications/type_converters_unittest.cc", 1198 "../browser/notifications/type_converters_unittest.cc",
1199 "../browser/payments/payment_app_content_unittest_base.cc", 1199 "../browser/payments/payment_app_content_unittest_base.cc",
1200 "../browser/payments/payment_app_content_unittest_base.h", 1200 "../browser/payments/payment_app_content_unittest_base.h",
1201 "../browser/payments/payment_app_manager_unittest.cc",
1202 "../browser/payments/payment_app_provider_impl_unittest.cc", 1201 "../browser/payments/payment_app_provider_impl_unittest.cc",
1202 "../browser/payments/payment_manager_unittest.cc",
1203 "../browser/presentation/presentation_service_impl_unittest.cc", 1203 "../browser/presentation/presentation_service_impl_unittest.cc",
1204 "../browser/quota/mock_quota_manager.cc", 1204 "../browser/quota/mock_quota_manager.cc",
1205 "../browser/quota/mock_quota_manager.h", 1205 "../browser/quota/mock_quota_manager.h",
1206 "../browser/quota/mock_quota_manager_proxy.cc", 1206 "../browser/quota/mock_quota_manager_proxy.cc",
1207 "../browser/quota/mock_quota_manager_proxy.h", 1207 "../browser/quota/mock_quota_manager_proxy.h",
1208 "../browser/quota/mock_quota_manager_unittest.cc", 1208 "../browser/quota/mock_quota_manager_unittest.cc",
1209 "../browser/quota/quota_database_unittest.cc", 1209 "../browser/quota/quota_database_unittest.cc",
1210 "../browser/quota/quota_manager_unittest.cc", 1210 "../browser/quota/quota_manager_unittest.cc",
1211 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", 1211 "../browser/quota/quota_temporary_storage_evictor_unittest.cc",
1212 "../browser/quota/storage_monitor_unittest.cc", 1212 "../browser/quota/storage_monitor_unittest.cc",
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 if (is_android) { 1850 if (is_android) {
1851 deps += [ "//testing/android/native_test:native_test_native_code" ] 1851 deps += [ "//testing/android/native_test:native_test_native_code" ]
1852 } 1852 }
1853 } 1853 }
1854 1854
1855 group("fuzzers") { 1855 group("fuzzers") {
1856 deps = [ 1856 deps = [
1857 "//content/test/fuzzer", 1857 "//content/test/fuzzer",
1858 ] 1858 ]
1859 } 1859 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/test/data/payments/payment_app_invocation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698