| 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 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1307 "../common/android/gin_java_bridge_value_unittest.cc", | 1307 "../common/android/gin_java_bridge_value_unittest.cc", |
| 1308 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", | 1308 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", |
| 1309 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1309 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
| 1310 "../common/common_param_traits_unittest.cc", | 1310 "../common/common_param_traits_unittest.cc", |
| 1311 "../common/content_security_policy/content_security_policy_unittest.cc", | 1311 "../common/content_security_policy/content_security_policy_unittest.cc", |
| 1312 "../common/content_security_policy/csp_context_unittest.cc", | 1312 "../common/content_security_policy/csp_context_unittest.cc", |
| 1313 "../common/content_security_policy/csp_source_list_unittest.cc", | 1313 "../common/content_security_policy/csp_source_list_unittest.cc", |
| 1314 "../common/content_security_policy/csp_source_unittest.cc", | 1314 "../common/content_security_policy/csp_source_unittest.cc", |
| 1315 "../common/cross_site_document_classifier_unittest.cc", | 1315 "../common/cross_site_document_classifier_unittest.cc", |
| 1316 "../common/cursors/webcursor_unittest.cc", | 1316 "../common/cursors/webcursor_unittest.cc", |
| 1317 "../common/database_connections_unittest.cc", | |
| 1318 "../common/database_identifier_unittest.cc", | |
| 1319 "../common/dom_storage/dom_storage_map_unittest.cc", | 1317 "../common/dom_storage/dom_storage_map_unittest.cc", |
| 1320 "../common/feature_policy/feature_policy_unittest.cc", | 1318 "../common/feature_policy/feature_policy_unittest.cc", |
| 1321 "../common/fileapi/file_system_util_unittest.cc", | |
| 1322 "../common/indexed_db/indexed_db_key_unittest.cc", | 1319 "../common/indexed_db/indexed_db_key_unittest.cc", |
| 1323 "../common/input/event_with_latency_info_unittest.cc", | 1320 "../common/input/event_with_latency_info_unittest.cc", |
| 1324 "../common/input/gesture_event_stream_validator_unittest.cc", | 1321 "../common/input/gesture_event_stream_validator_unittest.cc", |
| 1325 "../common/input/input_param_traits_unittest.cc", | 1322 "../common/input/input_param_traits_unittest.cc", |
| 1326 "../common/input/touch_event_stream_validator_unittest.cc", | 1323 "../common/input/touch_event_stream_validator_unittest.cc", |
| 1327 "../common/inter_process_time_ticks_converter_unittest.cc", | 1324 "../common/inter_process_time_ticks_converter_unittest.cc", |
| 1328 "../common/mac/attributed_string_coder_unittest.mm", | 1325 "../common/mac/attributed_string_coder_unittest.mm", |
| 1329 "../common/mac/font_descriptor_unittest.mm", | 1326 "../common/mac/font_descriptor_unittest.mm", |
| 1330 "../common/manifest_util_unittest.cc", | 1327 "../common/manifest_util_unittest.cc", |
| 1331 "../common/media/media_devices_unittest.cc", | 1328 "../common/media/media_devices_unittest.cc", |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1816 if (is_android) { | 1813 if (is_android) { |
| 1817 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1814 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1818 } | 1815 } |
| 1819 } | 1816 } |
| 1820 | 1817 |
| 1821 group("fuzzers") { | 1818 group("fuzzers") { |
| 1822 deps = [ | 1819 deps = [ |
| 1823 "//content/test/fuzzer", | 1820 "//content/test/fuzzer", |
| 1824 ] | 1821 ] |
| 1825 } | 1822 } |
| OLD | NEW |