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

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

Issue 2613153003: [Presentation API] Replaces type converters with typemaps (Closed)
Patch Set: Extend presentation ID max length to 64. Created 3 years, 10 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 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 "../browser/notifications/notification_database_data_unittest.cc", 1159 "../browser/notifications/notification_database_data_unittest.cc",
1160 "../browser/notifications/notification_database_unittest.cc", 1160 "../browser/notifications/notification_database_unittest.cc",
1161 "../browser/notifications/notification_id_generator_unittest.cc", 1161 "../browser/notifications/notification_id_generator_unittest.cc",
1162 "../browser/notifications/platform_notification_context_unittest.cc", 1162 "../browser/notifications/platform_notification_context_unittest.cc",
1163 "../browser/notifications/type_converters_unittest.cc", 1163 "../browser/notifications/type_converters_unittest.cc",
1164 "../browser/payments/payment_app_content_unittest_base.cc", 1164 "../browser/payments/payment_app_content_unittest_base.cc",
1165 "../browser/payments/payment_app_content_unittest_base.h", 1165 "../browser/payments/payment_app_content_unittest_base.h",
1166 "../browser/payments/payment_app_manager_unittest.cc", 1166 "../browser/payments/payment_app_manager_unittest.cc",
1167 "../browser/payments/payment_app_provider_impl_unittest.cc", 1167 "../browser/payments/payment_app_provider_impl_unittest.cc",
1168 "../browser/presentation/presentation_service_impl_unittest.cc", 1168 "../browser/presentation/presentation_service_impl_unittest.cc",
1169 "../browser/presentation/presentation_type_converters_unittest.cc",
1170 "../browser/quota/mock_quota_manager.cc", 1169 "../browser/quota/mock_quota_manager.cc",
1171 "../browser/quota/mock_quota_manager.h", 1170 "../browser/quota/mock_quota_manager.h",
1172 "../browser/quota/mock_quota_manager_proxy.cc", 1171 "../browser/quota/mock_quota_manager_proxy.cc",
1173 "../browser/quota/mock_quota_manager_proxy.h", 1172 "../browser/quota/mock_quota_manager_proxy.h",
1174 "../browser/quota/mock_quota_manager_unittest.cc", 1173 "../browser/quota/mock_quota_manager_unittest.cc",
1175 "../browser/quota/quota_backend_impl_unittest.cc", 1174 "../browser/quota/quota_backend_impl_unittest.cc",
1176 "../browser/quota/quota_database_unittest.cc", 1175 "../browser/quota/quota_database_unittest.cc",
1177 "../browser/quota/quota_manager_unittest.cc", 1176 "../browser/quota/quota_manager_unittest.cc",
1178 "../browser/quota/quota_reservation_manager_unittest.cc", 1177 "../browser/quota/quota_reservation_manager_unittest.cc",
1179 "../browser/quota/quota_temporary_storage_evictor_unittest.cc", 1178 "../browser/quota/quota_temporary_storage_evictor_unittest.cc",
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 if (is_android) { 1793 if (is_android) {
1795 deps += [ "//testing/android/native_test:native_test_native_code" ] 1794 deps += [ "//testing/android/native_test:native_test_native_code" ]
1796 } 1795 }
1797 } 1796 }
1798 1797
1799 group("fuzzers") { 1798 group("fuzzers") {
1800 deps = [ 1799 deps = [
1801 "//content/test/fuzzer", 1800 "//content/test/fuzzer",
1802 ] 1801 ]
1803 } 1802 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698