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

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

Issue 2556433002: PaymentApp: Implement GetAllManifests() in PaymentAppContext. (Closed)
Patch Set: 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
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 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 "../browser/memory/memory_monitor_win_unittest.cc", 1137 "../browser/memory/memory_monitor_win_unittest.cc",
1138 "../browser/memory/test_memory_monitor.cc", 1138 "../browser/memory/test_memory_monitor.cc",
1139 "../browser/memory/test_memory_monitor.h", 1139 "../browser/memory/test_memory_monitor.h",
1140 "../browser/net/quota_policy_cookie_store_unittest.cc", 1140 "../browser/net/quota_policy_cookie_store_unittest.cc",
1141 "../browser/notification_service_impl_unittest.cc", 1141 "../browser/notification_service_impl_unittest.cc",
1142 "../browser/notifications/notification_database_data_unittest.cc", 1142 "../browser/notifications/notification_database_data_unittest.cc",
1143 "../browser/notifications/notification_database_unittest.cc", 1143 "../browser/notifications/notification_database_unittest.cc",
1144 "../browser/notifications/notification_id_generator_unittest.cc", 1144 "../browser/notifications/notification_id_generator_unittest.cc",
1145 "../browser/notifications/platform_notification_context_unittest.cc", 1145 "../browser/notifications/platform_notification_context_unittest.cc",
1146 "../browser/notifications/type_converters_unittest.cc", 1146 "../browser/notifications/type_converters_unittest.cc",
1147 "../browser/payments/payment_app_content_unittest_base.cc",
1148 "../browser/payments/payment_app_content_unittest_base.h",
1149 "../browser/payments/payment_app_context_impl_unittest.cc",
1147 "../browser/payments/payment_app_manager_unittest.cc", 1150 "../browser/payments/payment_app_manager_unittest.cc",
1148 "../browser/presentation/presentation_service_impl_unittest.cc", 1151 "../browser/presentation/presentation_service_impl_unittest.cc",
1149 "../browser/presentation/presentation_type_converters_unittest.cc", 1152 "../browser/presentation/presentation_type_converters_unittest.cc",
1150 "../browser/quota/mock_quota_manager.cc", 1153 "../browser/quota/mock_quota_manager.cc",
1151 "../browser/quota/mock_quota_manager.h", 1154 "../browser/quota/mock_quota_manager.h",
1152 "../browser/quota/mock_quota_manager_proxy.cc", 1155 "../browser/quota/mock_quota_manager_proxy.cc",
1153 "../browser/quota/mock_quota_manager_proxy.h", 1156 "../browser/quota/mock_quota_manager_proxy.h",
1154 "../browser/quota/mock_quota_manager_unittest.cc", 1157 "../browser/quota/mock_quota_manager_unittest.cc",
1155 "../browser/quota/quota_backend_impl_unittest.cc", 1158 "../browser/quota/quota_backend_impl_unittest.cc",
1156 "../browser/quota/quota_database_unittest.cc", 1159 "../browser/quota/quota_database_unittest.cc",
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 if (is_android) { 1726 if (is_android) {
1724 deps += [ "//testing/android/native_test:native_test_native_code" ] 1727 deps += [ "//testing/android/native_test:native_test_native_code" ]
1725 } 1728 }
1726 } 1729 }
1727 1730
1728 group("fuzzers") { 1731 group("fuzzers") {
1729 deps = [ 1732 deps = [
1730 "//content/test/fuzzer", 1733 "//content/test/fuzzer",
1731 ] 1734 ]
1732 } 1735 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698