OLD | NEW |
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 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1225 "../browser/webui/web_ui_data_source_unittest.cc", | 1225 "../browser/webui/web_ui_data_source_unittest.cc", |
1226 "../browser/webui/web_ui_message_handler_unittest.cc", | 1226 "../browser/webui/web_ui_message_handler_unittest.cc", |
1227 "../child/background_sync/background_sync_type_converters_unittest.cc", | 1227 "../child/background_sync/background_sync_type_converters_unittest.cc", |
1228 "../child/blink_platform_impl_unittest.cc", | 1228 "../child/blink_platform_impl_unittest.cc", |
1229 "../child/blob_storage/blob_consolidation_unittest.cc", | 1229 "../child/blob_storage/blob_consolidation_unittest.cc", |
1230 "../child/blob_storage/blob_transport_controller_unittest.cc", | 1230 "../child/blob_storage/blob_transport_controller_unittest.cc", |
1231 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", | 1231 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", |
1232 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", | 1232 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", |
1233 "../child/fileapi/webfilewriter_base_unittest.cc", | 1233 "../child/fileapi/webfilewriter_base_unittest.cc", |
1234 "../child/font_warmup_win_unittest.cc", | 1234 "../child/font_warmup_win_unittest.cc", |
1235 "../child/indexed_db/indexed_db_dispatcher_unittest.cc", | |
1236 "../child/indexed_db/mock_webidbcallbacks.cc", | 1235 "../child/indexed_db/mock_webidbcallbacks.cc", |
1237 "../child/indexed_db/mock_webidbcallbacks.h", | 1236 "../child/indexed_db/mock_webidbcallbacks.h", |
1238 "../child/indexed_db/webidbcursor_impl_unittest.cc", | 1237 "../child/indexed_db/webidbcursor_impl_unittest.cc", |
| 1238 "../child/indexed_db/webidbdatabase_impl_unittest.cc", |
1239 "../child/memory/child_memory_coordinator_impl_unittest.cc", | 1239 "../child/memory/child_memory_coordinator_impl_unittest.cc", |
1240 "../child/notifications/notification_data_conversions_unittest.cc", | 1240 "../child/notifications/notification_data_conversions_unittest.cc", |
1241 "../child/power_monitor_broadcast_source_unittest.cc", | 1241 "../child/power_monitor_broadcast_source_unittest.cc", |
1242 "../child/resource_dispatcher_unittest.cc", | 1242 "../child/resource_dispatcher_unittest.cc", |
1243 "../child/service_worker/service_worker_dispatcher_unittest.cc", | 1243 "../child/service_worker/service_worker_dispatcher_unittest.cc", |
1244 "../child/shared_memory_data_consumer_handle_unittest.cc", | 1244 "../child/shared_memory_data_consumer_handle_unittest.cc", |
1245 "../child/shared_memory_received_data_factory_unittest.cc", | 1245 "../child/shared_memory_received_data_factory_unittest.cc", |
1246 "../child/simple_webmimeregistry_impl_unittest.cc", | 1246 "../child/simple_webmimeregistry_impl_unittest.cc", |
1247 "../child/site_isolation_stats_gatherer_unittest.cc", | 1247 "../child/site_isolation_stats_gatherer_unittest.cc", |
1248 "../child/url_response_body_consumer_unittest.cc", | 1248 "../child/url_response_body_consumer_unittest.cc", |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1693 if (is_android) { | 1693 if (is_android) { |
1694 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1694 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1695 } | 1695 } |
1696 } | 1696 } |
1697 | 1697 |
1698 group("fuzzers") { | 1698 group("fuzzers") { |
1699 deps = [ | 1699 deps = [ |
1700 "//content/test/fuzzer", | 1700 "//content/test/fuzzer", |
1701 ] | 1701 ] |
1702 } | 1702 } |
OLD | NEW |