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

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

Issue 2609103002: PaymentApp: Add PaymentAppProvider class. (Closed)
Patch Set: Remove override keyword 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 | « content/public/browser/storage_partition.h ('k') | no next file » | 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 "../browser/memory/test_memory_monitor.h", 1145 "../browser/memory/test_memory_monitor.h",
1146 "../browser/net/quota_policy_cookie_store_unittest.cc", 1146 "../browser/net/quota_policy_cookie_store_unittest.cc",
1147 "../browser/notification_service_impl_unittest.cc", 1147 "../browser/notification_service_impl_unittest.cc",
1148 "../browser/notifications/notification_database_data_unittest.cc", 1148 "../browser/notifications/notification_database_data_unittest.cc",
1149 "../browser/notifications/notification_database_unittest.cc", 1149 "../browser/notifications/notification_database_unittest.cc",
1150 "../browser/notifications/notification_id_generator_unittest.cc", 1150 "../browser/notifications/notification_id_generator_unittest.cc",
1151 "../browser/notifications/platform_notification_context_unittest.cc", 1151 "../browser/notifications/platform_notification_context_unittest.cc",
1152 "../browser/notifications/type_converters_unittest.cc", 1152 "../browser/notifications/type_converters_unittest.cc",
1153 "../browser/payments/payment_app_content_unittest_base.cc", 1153 "../browser/payments/payment_app_content_unittest_base.cc",
1154 "../browser/payments/payment_app_content_unittest_base.h", 1154 "../browser/payments/payment_app_content_unittest_base.h",
1155 "../browser/payments/payment_app_context_impl_unittest.cc",
1156 "../browser/payments/payment_app_manager_unittest.cc", 1155 "../browser/payments/payment_app_manager_unittest.cc",
1156 "../browser/payments/payment_app_provider_impl_unittest.cc",
1157 "../browser/presentation/presentation_service_impl_unittest.cc", 1157 "../browser/presentation/presentation_service_impl_unittest.cc",
1158 "../browser/presentation/presentation_type_converters_unittest.cc", 1158 "../browser/presentation/presentation_type_converters_unittest.cc",
1159 "../browser/quota/mock_quota_manager.cc", 1159 "../browser/quota/mock_quota_manager.cc",
1160 "../browser/quota/mock_quota_manager.h", 1160 "../browser/quota/mock_quota_manager.h",
1161 "../browser/quota/mock_quota_manager_proxy.cc", 1161 "../browser/quota/mock_quota_manager_proxy.cc",
1162 "../browser/quota/mock_quota_manager_proxy.h", 1162 "../browser/quota/mock_quota_manager_proxy.h",
1163 "../browser/quota/mock_quota_manager_unittest.cc", 1163 "../browser/quota/mock_quota_manager_unittest.cc",
1164 "../browser/quota/quota_backend_impl_unittest.cc", 1164 "../browser/quota/quota_backend_impl_unittest.cc",
1165 "../browser/quota/quota_database_unittest.cc", 1165 "../browser/quota/quota_database_unittest.cc",
1166 "../browser/quota/quota_manager_unittest.cc", 1166 "../browser/quota/quota_manager_unittest.cc",
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 if (is_android) { 1757 if (is_android) {
1758 deps += [ "//testing/android/native_test:native_test_native_code" ] 1758 deps += [ "//testing/android/native_test:native_test_native_code" ]
1759 } 1759 }
1760 } 1760 }
1761 1761
1762 group("fuzzers") { 1762 group("fuzzers") {
1763 deps = [ 1763 deps = [
1764 "//content/test/fuzzer", 1764 "//content/test/fuzzer",
1765 ] 1765 ]
1766 } 1766 }
OLDNEW
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698