| 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("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 "../child/indexed_db/mock_webidbcallbacks.h", | 1269 "../child/indexed_db/mock_webidbcallbacks.h", |
| 1270 "../child/indexed_db/webidbcursor_impl_unittest.cc", | 1270 "../child/indexed_db/webidbcursor_impl_unittest.cc", |
| 1271 "../child/indexed_db/webidbdatabase_impl_unittest.cc", | 1271 "../child/indexed_db/webidbdatabase_impl_unittest.cc", |
| 1272 "../child/memory/child_memory_coordinator_impl_unittest.cc", | 1272 "../child/memory/child_memory_coordinator_impl_unittest.cc", |
| 1273 "../child/notifications/notification_data_conversions_unittest.cc", | 1273 "../child/notifications/notification_data_conversions_unittest.cc", |
| 1274 "../child/resource_dispatcher_unittest.cc", | 1274 "../child/resource_dispatcher_unittest.cc", |
| 1275 "../child/service_worker/service_worker_dispatcher_unittest.cc", | 1275 "../child/service_worker/service_worker_dispatcher_unittest.cc", |
| 1276 "../child/shared_memory_data_consumer_handle_unittest.cc", | 1276 "../child/shared_memory_data_consumer_handle_unittest.cc", |
| 1277 "../child/shared_memory_received_data_factory_unittest.cc", | 1277 "../child/shared_memory_received_data_factory_unittest.cc", |
| 1278 "../child/site_isolation_stats_gatherer_unittest.cc", | 1278 "../child/site_isolation_stats_gatherer_unittest.cc", |
| 1279 "../child/test_request_peer.cc", |
| 1280 "../child/test_request_peer.h", |
| 1281 "../child/url_loader_client_impl_unittest.cc", |
| 1279 "../child/url_response_body_consumer_unittest.cc", | 1282 "../child/url_response_body_consumer_unittest.cc", |
| 1280 "../child/v8_value_converter_impl_unittest.cc", | 1283 "../child/v8_value_converter_impl_unittest.cc", |
| 1281 "../child/web_data_consumer_handle_impl_unittest.cc", | 1284 "../child/web_data_consumer_handle_impl_unittest.cc", |
| 1282 "../child/web_url_loader_impl_unittest.cc", | 1285 "../child/web_url_loader_impl_unittest.cc", |
| 1283 "../child/worker_thread_registry_unittest.cc", | 1286 "../child/worker_thread_registry_unittest.cc", |
| 1284 "../common/android/address_parser_unittest.cc", | 1287 "../common/android/address_parser_unittest.cc", |
| 1285 "../common/android/gin_java_bridge_value_unittest.cc", | 1288 "../common/android/gin_java_bridge_value_unittest.cc", |
| 1286 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1289 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
| 1287 "../common/common_param_traits_unittest.cc", | 1290 "../common/common_param_traits_unittest.cc", |
| 1288 "../common/cross_site_document_classifier_unittest.cc", | 1291 "../common/cross_site_document_classifier_unittest.cc", |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1733 if (is_android) { | 1736 if (is_android) { |
| 1734 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1737 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1735 } | 1738 } |
| 1736 } | 1739 } |
| 1737 | 1740 |
| 1738 group("fuzzers") { | 1741 group("fuzzers") { |
| 1739 deps = [ | 1742 deps = [ |
| 1740 "//content/test/fuzzer", | 1743 "//content/test/fuzzer", |
| 1741 ] | 1744 ] |
| 1742 } | 1745 } |
| OLD | NEW |