| 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 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1333 "../child/indexed_db/webidbdatabase_impl_unittest.cc", | 1333 "../child/indexed_db/webidbdatabase_impl_unittest.cc", |
| 1334 "../child/memory/child_memory_coordinator_impl_unittest.cc", | 1334 "../child/memory/child_memory_coordinator_impl_unittest.cc", |
| 1335 "../child/notifications/notification_data_conversions_unittest.cc", | 1335 "../child/notifications/notification_data_conversions_unittest.cc", |
| 1336 "../child/resource_dispatcher_unittest.cc", | 1336 "../child/resource_dispatcher_unittest.cc", |
| 1337 "../child/service_worker/service_worker_dispatcher_unittest.cc", | 1337 "../child/service_worker/service_worker_dispatcher_unittest.cc", |
| 1338 "../child/shared_memory_data_consumer_handle_unittest.cc", | 1338 "../child/shared_memory_data_consumer_handle_unittest.cc", |
| 1339 "../child/shared_memory_received_data_factory_unittest.cc", | 1339 "../child/shared_memory_received_data_factory_unittest.cc", |
| 1340 "../child/site_isolation_stats_gatherer_unittest.cc", | 1340 "../child/site_isolation_stats_gatherer_unittest.cc", |
| 1341 "../child/test_request_peer.cc", | 1341 "../child/test_request_peer.cc", |
| 1342 "../child/test_request_peer.h", | 1342 "../child/test_request_peer.h", |
| 1343 "../child/throttling_url_loader_unittest.cc", |
| 1343 "../child/url_loader_client_impl_unittest.cc", | 1344 "../child/url_loader_client_impl_unittest.cc", |
| 1344 "../child/url_response_body_consumer_unittest.cc", | 1345 "../child/url_response_body_consumer_unittest.cc", |
| 1345 "../child/v8_value_converter_impl_unittest.cc", | 1346 "../child/v8_value_converter_impl_unittest.cc", |
| 1346 "../child/web_data_consumer_handle_impl_unittest.cc", | 1347 "../child/web_data_consumer_handle_impl_unittest.cc", |
| 1347 "../child/web_url_loader_impl_unittest.cc", | 1348 "../child/web_url_loader_impl_unittest.cc", |
| 1348 "../child/worker_thread_registry_unittest.cc", | 1349 "../child/worker_thread_registry_unittest.cc", |
| 1349 "../common/android/gin_java_bridge_value_unittest.cc", | 1350 "../common/android/gin_java_bridge_value_unittest.cc", |
| 1350 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", | 1351 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", |
| 1351 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1352 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
| 1352 "../common/common_param_traits_unittest.cc", | 1353 "../common/common_param_traits_unittest.cc", |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1858 if (is_android) { | 1859 if (is_android) { |
| 1859 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1860 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1860 } | 1861 } |
| 1861 } | 1862 } |
| 1862 | 1863 |
| 1863 group("fuzzers") { | 1864 group("fuzzers") { |
| 1864 deps = [ | 1865 deps = [ |
| 1865 "//content/test/fuzzer", | 1866 "//content/test/fuzzer", |
| 1866 ] | 1867 ] |
| 1867 } | 1868 } |
| OLD | NEW |