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

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

Issue 2449953008: Port messages sent by WebIDBDatabaseImpl to Mojo. (Closed)
Patch Set: Address more comments from dcheng@. Created 4 years, 1 month 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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 "../browser/webui/web_ui_data_source_unittest.cc", 1241 "../browser/webui/web_ui_data_source_unittest.cc",
1242 "../browser/webui/web_ui_message_handler_unittest.cc", 1242 "../browser/webui/web_ui_message_handler_unittest.cc",
1243 "../child/background_sync/background_sync_type_converters_unittest.cc", 1243 "../child/background_sync/background_sync_type_converters_unittest.cc",
1244 "../child/blink_platform_impl_unittest.cc", 1244 "../child/blink_platform_impl_unittest.cc",
1245 "../child/blob_storage/blob_consolidation_unittest.cc", 1245 "../child/blob_storage/blob_consolidation_unittest.cc",
1246 "../child/blob_storage/blob_transport_controller_unittest.cc", 1246 "../child/blob_storage/blob_transport_controller_unittest.cc",
1247 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", 1247 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc",
1248 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", 1248 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc",
1249 "../child/fileapi/webfilewriter_base_unittest.cc", 1249 "../child/fileapi/webfilewriter_base_unittest.cc",
1250 "../child/font_warmup_win_unittest.cc", 1250 "../child/font_warmup_win_unittest.cc",
1251 "../child/indexed_db/indexed_db_dispatcher_unittest.cc",
1252 "../child/indexed_db/mock_webidbcallbacks.cc", 1251 "../child/indexed_db/mock_webidbcallbacks.cc",
1253 "../child/indexed_db/mock_webidbcallbacks.h", 1252 "../child/indexed_db/mock_webidbcallbacks.h",
1254 "../child/indexed_db/webidbcursor_impl_unittest.cc", 1253 "../child/indexed_db/webidbcursor_impl_unittest.cc",
1254 "../child/indexed_db/webidbdatabase_impl_unittest.cc",
1255 "../child/memory/child_memory_coordinator_impl_unittest.cc", 1255 "../child/memory/child_memory_coordinator_impl_unittest.cc",
1256 "../child/notifications/notification_data_conversions_unittest.cc", 1256 "../child/notifications/notification_data_conversions_unittest.cc",
1257 "../child/power_monitor_broadcast_source_unittest.cc", 1257 "../child/power_monitor_broadcast_source_unittest.cc",
1258 "../child/resource_dispatcher_unittest.cc", 1258 "../child/resource_dispatcher_unittest.cc",
1259 "../child/service_worker/service_worker_dispatcher_unittest.cc", 1259 "../child/service_worker/service_worker_dispatcher_unittest.cc",
1260 "../child/shared_memory_data_consumer_handle_unittest.cc", 1260 "../child/shared_memory_data_consumer_handle_unittest.cc",
1261 "../child/shared_memory_received_data_factory_unittest.cc", 1261 "../child/shared_memory_received_data_factory_unittest.cc",
1262 "../child/simple_webmimeregistry_impl_unittest.cc", 1262 "../child/simple_webmimeregistry_impl_unittest.cc",
1263 "../child/site_isolation_stats_gatherer_unittest.cc", 1263 "../child/site_isolation_stats_gatherer_unittest.cc",
1264 "../child/url_response_body_consumer_unittest.cc", 1264 "../child/url_response_body_consumer_unittest.cc",
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 if (is_android) { 1706 if (is_android) {
1707 deps += [ "//testing/android/native_test:native_test_native_code" ] 1707 deps += [ "//testing/android/native_test:native_test_native_code" ]
1708 } 1708 }
1709 } 1709 }
1710 1710
1711 group("fuzzers") { 1711 group("fuzzers") {
1712 deps = [ 1712 deps = [
1713 "//content/test/fuzzer", 1713 "//content/test/fuzzer",
1714 ] 1714 ]
1715 } 1715 }
OLDNEW
« no previous file with comments | « content/common/indexed_db/indexed_db_struct_traits.cc ('k') | mojo/public/cpp/bindings/lib/handle_interface_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698