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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1297 "../child/worker_thread_registry_unittest.cc", | 1297 "../child/worker_thread_registry_unittest.cc", |
1298 "../common/android/address_parser_unittest.cc", | 1298 "../common/android/address_parser_unittest.cc", |
1299 "../common/android/gin_java_bridge_value_unittest.cc", | 1299 "../common/android/gin_java_bridge_value_unittest.cc", |
1300 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1300 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
1301 "../common/common_param_traits_unittest.cc", | 1301 "../common/common_param_traits_unittest.cc", |
1302 "../common/cross_site_document_classifier_unittest.cc", | 1302 "../common/cross_site_document_classifier_unittest.cc", |
1303 "../common/cursors/webcursor_unittest.cc", | 1303 "../common/cursors/webcursor_unittest.cc", |
1304 "../common/database_connections_unittest.cc", | 1304 "../common/database_connections_unittest.cc", |
1305 "../common/database_identifier_unittest.cc", | 1305 "../common/database_identifier_unittest.cc", |
1306 "../common/dom_storage/dom_storage_map_unittest.cc", | 1306 "../common/dom_storage/dom_storage_map_unittest.cc", |
| 1307 "../common/feature_policy/feature_policy_unittest.cc", |
1307 "../common/fileapi/file_system_util_unittest.cc", | 1308 "../common/fileapi/file_system_util_unittest.cc", |
1308 "../common/host_shared_bitmap_manager_unittest.cc", | 1309 "../common/host_shared_bitmap_manager_unittest.cc", |
1309 "../common/indexed_db/indexed_db_key_unittest.cc", | 1310 "../common/indexed_db/indexed_db_key_unittest.cc", |
1310 "../common/input/event_with_latency_info_unittest.cc", | 1311 "../common/input/event_with_latency_info_unittest.cc", |
1311 "../common/input/gesture_event_stream_validator_unittest.cc", | 1312 "../common/input/gesture_event_stream_validator_unittest.cc", |
1312 "../common/input/input_param_traits_unittest.cc", | 1313 "../common/input/input_param_traits_unittest.cc", |
1313 "../common/input/touch_event_stream_validator_unittest.cc", | 1314 "../common/input/touch_event_stream_validator_unittest.cc", |
1314 "../common/inter_process_time_ticks_converter_unittest.cc", | 1315 "../common/inter_process_time_ticks_converter_unittest.cc", |
1315 "../common/mac/attributed_string_coder_unittest.mm", | 1316 "../common/mac/attributed_string_coder_unittest.mm", |
1316 "../common/mac/font_descriptor_unittest.mm", | 1317 "../common/mac/font_descriptor_unittest.mm", |
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1777 if (is_android) { | 1778 if (is_android) { |
1778 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1779 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1779 } | 1780 } |
1780 } | 1781 } |
1781 | 1782 |
1782 group("fuzzers") { | 1783 group("fuzzers") { |
1783 deps = [ | 1784 deps = [ |
1784 "//content/test/fuzzer", | 1785 "//content/test/fuzzer", |
1785 ] | 1786 ] |
1786 } | 1787 } |
OLD | NEW |