| 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/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 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1339 "../child/indexed_db/webidbdatabase_impl_unittest.cc", | 1339 "../child/indexed_db/webidbdatabase_impl_unittest.cc", |
| 1340 "../child/memory/child_memory_coordinator_impl_unittest.cc", | 1340 "../child/memory/child_memory_coordinator_impl_unittest.cc", |
| 1341 "../child/notifications/notification_data_conversions_unittest.cc", | 1341 "../child/notifications/notification_data_conversions_unittest.cc", |
| 1342 "../child/resource_dispatcher_unittest.cc", | 1342 "../child/resource_dispatcher_unittest.cc", |
| 1343 "../child/service_worker/service_worker_dispatcher_unittest.cc", | 1343 "../child/service_worker/service_worker_dispatcher_unittest.cc", |
| 1344 "../child/shared_memory_data_consumer_handle_unittest.cc", | 1344 "../child/shared_memory_data_consumer_handle_unittest.cc", |
| 1345 "../child/shared_memory_received_data_factory_unittest.cc", | 1345 "../child/shared_memory_received_data_factory_unittest.cc", |
| 1346 "../child/site_isolation_stats_gatherer_unittest.cc", | 1346 "../child/site_isolation_stats_gatherer_unittest.cc", |
| 1347 "../child/test_request_peer.cc", | 1347 "../child/test_request_peer.cc", |
| 1348 "../child/test_request_peer.h", | 1348 "../child/test_request_peer.h", |
| 1349 "../child/throttling_url_loader_unittest.cc", |
| 1349 "../child/url_loader_client_impl_unittest.cc", | 1350 "../child/url_loader_client_impl_unittest.cc", |
| 1350 "../child/url_response_body_consumer_unittest.cc", | 1351 "../child/url_response_body_consumer_unittest.cc", |
| 1351 "../child/v8_value_converter_impl_unittest.cc", | 1352 "../child/v8_value_converter_impl_unittest.cc", |
| 1352 "../child/web_data_consumer_handle_impl_unittest.cc", | 1353 "../child/web_data_consumer_handle_impl_unittest.cc", |
| 1353 "../child/web_url_loader_impl_unittest.cc", | 1354 "../child/web_url_loader_impl_unittest.cc", |
| 1354 "../child/worker_thread_registry_unittest.cc", | 1355 "../child/worker_thread_registry_unittest.cc", |
| 1355 "../common/android/gin_java_bridge_value_unittest.cc", | 1356 "../common/android/gin_java_bridge_value_unittest.cc", |
| 1356 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", | 1357 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", |
| 1357 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1358 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
| 1358 "../common/common_param_traits_unittest.cc", | 1359 "../common/common_param_traits_unittest.cc", |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1869 if (is_android) { | 1870 if (is_android) { |
| 1870 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1871 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1871 } | 1872 } |
| 1872 } | 1873 } |
| 1873 | 1874 |
| 1874 group("fuzzers") { | 1875 group("fuzzers") { |
| 1875 deps = [ | 1876 deps = [ |
| 1876 "//content/test/fuzzer", | 1877 "//content/test/fuzzer", |
| 1877 ] | 1878 ] |
| 1878 } | 1879 } |
| OLD | NEW |