| 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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1336 "../child/shared_memory_received_data_factory_unittest.cc", | 1336 "../child/shared_memory_received_data_factory_unittest.cc", |
| 1337 "../child/site_isolation_stats_gatherer_unittest.cc", | 1337 "../child/site_isolation_stats_gatherer_unittest.cc", |
| 1338 "../child/test_request_peer.cc", | 1338 "../child/test_request_peer.cc", |
| 1339 "../child/test_request_peer.h", | 1339 "../child/test_request_peer.h", |
| 1340 "../child/url_loader_client_impl_unittest.cc", | 1340 "../child/url_loader_client_impl_unittest.cc", |
| 1341 "../child/url_response_body_consumer_unittest.cc", | 1341 "../child/url_response_body_consumer_unittest.cc", |
| 1342 "../child/v8_value_converter_impl_unittest.cc", | 1342 "../child/v8_value_converter_impl_unittest.cc", |
| 1343 "../child/web_data_consumer_handle_impl_unittest.cc", | 1343 "../child/web_data_consumer_handle_impl_unittest.cc", |
| 1344 "../child/web_url_loader_impl_unittest.cc", | 1344 "../child/web_url_loader_impl_unittest.cc", |
| 1345 "../child/worker_thread_registry_unittest.cc", | 1345 "../child/worker_thread_registry_unittest.cc", |
| 1346 "../common/android/address_parser_unittest.cc", | |
| 1347 "../common/android/gin_java_bridge_value_unittest.cc", | 1346 "../common/android/gin_java_bridge_value_unittest.cc", |
| 1348 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", | 1347 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", |
| 1349 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1348 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
| 1350 "../common/common_param_traits_unittest.cc", | 1349 "../common/common_param_traits_unittest.cc", |
| 1351 "../common/content_security_policy/content_security_policy_unittest.cc", | 1350 "../common/content_security_policy/content_security_policy_unittest.cc", |
| 1352 "../common/content_security_policy/csp_context_unittest.cc", | 1351 "../common/content_security_policy/csp_context_unittest.cc", |
| 1353 "../common/content_security_policy/csp_source_list_unittest.cc", | 1352 "../common/content_security_policy/csp_source_list_unittest.cc", |
| 1354 "../common/content_security_policy/csp_source_unittest.cc", | 1353 "../common/content_security_policy/csp_source_unittest.cc", |
| 1355 "../common/cross_site_document_classifier_unittest.cc", | 1354 "../common/cross_site_document_classifier_unittest.cc", |
| 1356 "../common/cursors/webcursor_unittest.cc", | 1355 "../common/cursors/webcursor_unittest.cc", |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1854 if (is_android) { | 1853 if (is_android) { |
| 1855 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1854 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1856 } | 1855 } |
| 1857 } | 1856 } |
| 1858 | 1857 |
| 1859 group("fuzzers") { | 1858 group("fuzzers") { |
| 1860 deps = [ | 1859 deps = [ |
| 1861 "//content/test/fuzzer", | 1860 "//content/test/fuzzer", |
| 1862 ] | 1861 ] |
| 1863 } | 1862 } |
| OLD | NEW |