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

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

Issue 2556433002: PaymentApp: Implement GetAllManifests() in PaymentAppContext. (Closed)
Patch Set: addressed comments Created 4 years 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/browser/storage_partition_impl.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 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 "../browser/memory/memory_monitor_win_unittest.cc", 1133 "../browser/memory/memory_monitor_win_unittest.cc",
1134 "../browser/memory/test_memory_monitor.cc", 1134 "../browser/memory/test_memory_monitor.cc",
1135 "../browser/memory/test_memory_monitor.h", 1135 "../browser/memory/test_memory_monitor.h",
1136 "../browser/net/quota_policy_cookie_store_unittest.cc", 1136 "../browser/net/quota_policy_cookie_store_unittest.cc",
1137 "../browser/notification_service_impl_unittest.cc", 1137 "../browser/notification_service_impl_unittest.cc",
1138 "../browser/notifications/notification_database_data_unittest.cc", 1138 "../browser/notifications/notification_database_data_unittest.cc",
1139 "../browser/notifications/notification_database_unittest.cc", 1139 "../browser/notifications/notification_database_unittest.cc",
1140 "../browser/notifications/notification_id_generator_unittest.cc", 1140 "../browser/notifications/notification_id_generator_unittest.cc",
1141 "../browser/notifications/platform_notification_context_unittest.cc", 1141 "../browser/notifications/platform_notification_context_unittest.cc",
1142 "../browser/notifications/type_converters_unittest.cc", 1142 "../browser/notifications/type_converters_unittest.cc",
1143 "../browser/payments/payment_app_content_unittest_base.cc",
1144 "../browser/payments/payment_app_content_unittest_base.h",
1145 "../browser/payments/payment_app_context_impl_unittest.cc",
1143 "../browser/payments/payment_app_manager_unittest.cc", 1146 "../browser/payments/payment_app_manager_unittest.cc",
1144 "../browser/presentation/presentation_service_impl_unittest.cc", 1147 "../browser/presentation/presentation_service_impl_unittest.cc",
1145 "../browser/presentation/presentation_type_converters_unittest.cc", 1148 "../browser/presentation/presentation_type_converters_unittest.cc",
1146 "../browser/quota/mock_quota_manager.cc", 1149 "../browser/quota/mock_quota_manager.cc",
1147 "../browser/quota/mock_quota_manager.h", 1150 "../browser/quota/mock_quota_manager.h",
1148 "../browser/quota/mock_quota_manager_proxy.cc", 1151 "../browser/quota/mock_quota_manager_proxy.cc",
1149 "../browser/quota/mock_quota_manager_proxy.h", 1152 "../browser/quota/mock_quota_manager_proxy.h",
1150 "../browser/quota/mock_quota_manager_unittest.cc", 1153 "../browser/quota/mock_quota_manager_unittest.cc",
1151 "../browser/quota/quota_backend_impl_unittest.cc", 1154 "../browser/quota/quota_backend_impl_unittest.cc",
1152 "../browser/quota/quota_database_unittest.cc", 1155 "../browser/quota/quota_database_unittest.cc",
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 if (is_android) { 1728 if (is_android) {
1726 deps += [ "//testing/android/native_test:native_test_native_code" ] 1729 deps += [ "//testing/android/native_test:native_test_native_code" ]
1727 } 1730 }
1728 } 1731 }
1729 1732
1730 group("fuzzers") { 1733 group("fuzzers") {
1731 deps = [ 1734 deps = [
1732 "//content/test/fuzzer", 1735 "//content/test/fuzzer",
1733 ] 1736 ]
1734 } 1737 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698