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 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1294 "../child/url_loader_client_impl_unittest.cc", | 1294 "../child/url_loader_client_impl_unittest.cc", |
1295 "../child/url_response_body_consumer_unittest.cc", | 1295 "../child/url_response_body_consumer_unittest.cc", |
1296 "../child/v8_value_converter_impl_unittest.cc", | 1296 "../child/v8_value_converter_impl_unittest.cc", |
1297 "../child/web_data_consumer_handle_impl_unittest.cc", | 1297 "../child/web_data_consumer_handle_impl_unittest.cc", |
1298 "../child/web_url_loader_impl_unittest.cc", | 1298 "../child/web_url_loader_impl_unittest.cc", |
1299 "../child/worker_thread_registry_unittest.cc", | 1299 "../child/worker_thread_registry_unittest.cc", |
1300 "../common/android/address_parser_unittest.cc", | 1300 "../common/android/address_parser_unittest.cc", |
1301 "../common/android/gin_java_bridge_value_unittest.cc", | 1301 "../common/android/gin_java_bridge_value_unittest.cc", |
1302 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1302 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
1303 "../common/common_param_traits_unittest.cc", | 1303 "../common/common_param_traits_unittest.cc", |
| 1304 "../common/content_security_policy/csp_context_unittest.cc", |
| 1305 "../common/content_security_policy/csp_policy_unittest.cc", |
| 1306 "../common/content_security_policy/csp_source_list_unittest.cc", |
| 1307 "../common/content_security_policy/csp_source_unittest.cc", |
1304 "../common/cross_site_document_classifier_unittest.cc", | 1308 "../common/cross_site_document_classifier_unittest.cc", |
1305 "../common/cursors/webcursor_unittest.cc", | 1309 "../common/cursors/webcursor_unittest.cc", |
1306 "../common/database_connections_unittest.cc", | 1310 "../common/database_connections_unittest.cc", |
1307 "../common/database_identifier_unittest.cc", | 1311 "../common/database_identifier_unittest.cc", |
1308 "../common/dom_storage/dom_storage_map_unittest.cc", | 1312 "../common/dom_storage/dom_storage_map_unittest.cc", |
1309 "../common/fileapi/file_system_util_unittest.cc", | 1313 "../common/fileapi/file_system_util_unittest.cc", |
1310 "../common/host_shared_bitmap_manager_unittest.cc", | 1314 "../common/host_shared_bitmap_manager_unittest.cc", |
1311 "../common/indexed_db/indexed_db_key_unittest.cc", | 1315 "../common/indexed_db/indexed_db_key_unittest.cc", |
1312 "../common/input/event_with_latency_info_unittest.cc", | 1316 "../common/input/event_with_latency_info_unittest.cc", |
1313 "../common/input/gesture_event_stream_validator_unittest.cc", | 1317 "../common/input/gesture_event_stream_validator_unittest.cc", |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1779 if (is_android) { | 1783 if (is_android) { |
1780 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1784 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1781 } | 1785 } |
1782 } | 1786 } |
1783 | 1787 |
1784 group("fuzzers") { | 1788 group("fuzzers") { |
1785 deps = [ | 1789 deps = [ |
1786 "//content/test/fuzzer", | 1790 "//content/test/fuzzer", |
1787 ] | 1791 ] |
1788 } | 1792 } |
OLD | NEW |