| 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 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1325 "../child/test_request_peer.cc", | 1325 "../child/test_request_peer.cc", |
| 1326 "../child/test_request_peer.h", | 1326 "../child/test_request_peer.h", |
| 1327 "../child/url_loader_client_impl_unittest.cc", | 1327 "../child/url_loader_client_impl_unittest.cc", |
| 1328 "../child/url_response_body_consumer_unittest.cc", | 1328 "../child/url_response_body_consumer_unittest.cc", |
| 1329 "../child/v8_value_converter_impl_unittest.cc", | 1329 "../child/v8_value_converter_impl_unittest.cc", |
| 1330 "../child/web_data_consumer_handle_impl_unittest.cc", | 1330 "../child/web_data_consumer_handle_impl_unittest.cc", |
| 1331 "../child/web_url_loader_impl_unittest.cc", | 1331 "../child/web_url_loader_impl_unittest.cc", |
| 1332 "../child/worker_thread_registry_unittest.cc", | 1332 "../child/worker_thread_registry_unittest.cc", |
| 1333 "../common/android/address_parser_unittest.cc", | 1333 "../common/android/address_parser_unittest.cc", |
| 1334 "../common/android/gin_java_bridge_value_unittest.cc", | 1334 "../common/android/gin_java_bridge_value_unittest.cc", |
| 1335 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", |
| 1335 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1336 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
| 1336 "../common/common_param_traits_unittest.cc", | 1337 "../common/common_param_traits_unittest.cc", |
| 1337 "../common/content_security_policy/content_security_policy_unittest.cc", | 1338 "../common/content_security_policy/content_security_policy_unittest.cc", |
| 1338 "../common/content_security_policy/csp_context_unittest.cc", | 1339 "../common/content_security_policy/csp_context_unittest.cc", |
| 1339 "../common/content_security_policy/csp_source_list_unittest.cc", | 1340 "../common/content_security_policy/csp_source_list_unittest.cc", |
| 1340 "../common/content_security_policy/csp_source_unittest.cc", | 1341 "../common/content_security_policy/csp_source_unittest.cc", |
| 1341 "../common/cross_site_document_classifier_unittest.cc", | 1342 "../common/cross_site_document_classifier_unittest.cc", |
| 1342 "../common/cursors/webcursor_unittest.cc", | 1343 "../common/cursors/webcursor_unittest.cc", |
| 1343 "../common/database_connections_unittest.cc", | 1344 "../common/database_connections_unittest.cc", |
| 1344 "../common/database_identifier_unittest.cc", | 1345 "../common/database_identifier_unittest.cc", |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 if (is_android) { | 1839 if (is_android) { |
| 1839 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1840 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1840 } | 1841 } |
| 1841 } | 1842 } |
| 1842 | 1843 |
| 1843 group("fuzzers") { | 1844 group("fuzzers") { |
| 1844 deps = [ | 1845 deps = [ |
| 1845 "//content/test/fuzzer", | 1846 "//content/test/fuzzer", |
| 1846 ] | 1847 ] |
| 1847 } | 1848 } |
| OLD | NEW |