| 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 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1305 "../child/worker_thread_registry_unittest.cc", | 1305 "../child/worker_thread_registry_unittest.cc", |
| 1306 "../common/android/address_parser_unittest.cc", | 1306 "../common/android/address_parser_unittest.cc", |
| 1307 "../common/android/gin_java_bridge_value_unittest.cc", | 1307 "../common/android/gin_java_bridge_value_unittest.cc", |
| 1308 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1308 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
| 1309 "../common/common_param_traits_unittest.cc", | 1309 "../common/common_param_traits_unittest.cc", |
| 1310 "../common/cross_site_document_classifier_unittest.cc", | 1310 "../common/cross_site_document_classifier_unittest.cc", |
| 1311 "../common/cursors/webcursor_unittest.cc", | 1311 "../common/cursors/webcursor_unittest.cc", |
| 1312 "../common/database_connections_unittest.cc", | 1312 "../common/database_connections_unittest.cc", |
| 1313 "../common/database_identifier_unittest.cc", | 1313 "../common/database_identifier_unittest.cc", |
| 1314 "../common/dom_storage/dom_storage_map_unittest.cc", | 1314 "../common/dom_storage/dom_storage_map_unittest.cc", |
| 1315 "../common/feature_policy/feature_policy_unittest.cc", |
| 1315 "../common/fileapi/file_system_util_unittest.cc", | 1316 "../common/fileapi/file_system_util_unittest.cc", |
| 1316 "../common/host_shared_bitmap_manager_unittest.cc", | 1317 "../common/host_shared_bitmap_manager_unittest.cc", |
| 1317 "../common/indexed_db/indexed_db_key_unittest.cc", | 1318 "../common/indexed_db/indexed_db_key_unittest.cc", |
| 1318 "../common/input/event_with_latency_info_unittest.cc", | 1319 "../common/input/event_with_latency_info_unittest.cc", |
| 1319 "../common/input/gesture_event_stream_validator_unittest.cc", | 1320 "../common/input/gesture_event_stream_validator_unittest.cc", |
| 1320 "../common/input/input_param_traits_unittest.cc", | 1321 "../common/input/input_param_traits_unittest.cc", |
| 1321 "../common/input/touch_event_stream_validator_unittest.cc", | 1322 "../common/input/touch_event_stream_validator_unittest.cc", |
| 1322 "../common/inter_process_time_ticks_converter_unittest.cc", | 1323 "../common/inter_process_time_ticks_converter_unittest.cc", |
| 1323 "../common/mac/attributed_string_coder_unittest.mm", | 1324 "../common/mac/attributed_string_coder_unittest.mm", |
| 1324 "../common/mac/font_descriptor_unittest.mm", | 1325 "../common/mac/font_descriptor_unittest.mm", |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1794 if (is_android) { | 1795 if (is_android) { |
| 1795 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1796 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1796 } | 1797 } |
| 1797 } | 1798 } |
| 1798 | 1799 |
| 1799 group("fuzzers") { | 1800 group("fuzzers") { |
| 1800 deps = [ | 1801 deps = [ |
| 1801 "//content/test/fuzzer", | 1802 "//content/test/fuzzer", |
| 1802 ] | 1803 ] |
| 1803 } | 1804 } |
| OLD | NEW |