| 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 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1352 "../common/content_security_policy/csp_context_unittest.cc", | 1352 "../common/content_security_policy/csp_context_unittest.cc", |
| 1353 "../common/content_security_policy/csp_source_list_unittest.cc", | 1353 "../common/content_security_policy/csp_source_list_unittest.cc", |
| 1354 "../common/content_security_policy/csp_source_unittest.cc", | 1354 "../common/content_security_policy/csp_source_unittest.cc", |
| 1355 "../common/cross_site_document_classifier_unittest.cc", | 1355 "../common/cross_site_document_classifier_unittest.cc", |
| 1356 "../common/cursors/webcursor_unittest.cc", | 1356 "../common/cursors/webcursor_unittest.cc", |
| 1357 "../common/database_connections_unittest.cc", | 1357 "../common/database_connections_unittest.cc", |
| 1358 "../common/database_identifier_unittest.cc", | 1358 "../common/database_identifier_unittest.cc", |
| 1359 "../common/dom_storage/dom_storage_map_unittest.cc", | 1359 "../common/dom_storage/dom_storage_map_unittest.cc", |
| 1360 "../common/feature_policy/feature_policy_unittest.cc", | 1360 "../common/feature_policy/feature_policy_unittest.cc", |
| 1361 "../common/fileapi/file_system_util_unittest.cc", | 1361 "../common/fileapi/file_system_util_unittest.cc", |
| 1362 "../common/host_shared_bitmap_manager_unittest.cc", | |
| 1363 "../common/indexed_db/indexed_db_key_unittest.cc", | 1362 "../common/indexed_db/indexed_db_key_unittest.cc", |
| 1364 "../common/input/event_with_latency_info_unittest.cc", | 1363 "../common/input/event_with_latency_info_unittest.cc", |
| 1365 "../common/input/gesture_event_stream_validator_unittest.cc", | 1364 "../common/input/gesture_event_stream_validator_unittest.cc", |
| 1366 "../common/input/input_param_traits_unittest.cc", | 1365 "../common/input/input_param_traits_unittest.cc", |
| 1367 "../common/input/touch_event_stream_validator_unittest.cc", | 1366 "../common/input/touch_event_stream_validator_unittest.cc", |
| 1368 "../common/inter_process_time_ticks_converter_unittest.cc", | 1367 "../common/inter_process_time_ticks_converter_unittest.cc", |
| 1369 "../common/mac/attributed_string_coder_unittest.mm", | 1368 "../common/mac/attributed_string_coder_unittest.mm", |
| 1370 "../common/mac/font_descriptor_unittest.mm", | 1369 "../common/mac/font_descriptor_unittest.mm", |
| 1371 "../common/manifest_util_unittest.cc", | 1370 "../common/manifest_util_unittest.cc", |
| 1372 "../common/media/media_devices_unittest.cc", | 1371 "../common/media/media_devices_unittest.cc", |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1855 if (is_android) { | 1854 if (is_android) { |
| 1856 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1855 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1857 } | 1856 } |
| 1858 } | 1857 } |
| 1859 | 1858 |
| 1860 group("fuzzers") { | 1859 group("fuzzers") { |
| 1861 deps = [ | 1860 deps = [ |
| 1862 "//content/test/fuzzer", | 1861 "//content/test/fuzzer", |
| 1863 ] | 1862 ] |
| 1864 } | 1863 } |
| OLD | NEW |