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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1377 "../child/web_url_loader_impl_unittest.cc", | 1377 "../child/web_url_loader_impl_unittest.cc", |
1378 "../child/worker_thread_registry_unittest.cc", | 1378 "../child/worker_thread_registry_unittest.cc", |
1379 "../common/android/gin_java_bridge_value_unittest.cc", | 1379 "../common/android/gin_java_bridge_value_unittest.cc", |
1380 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", | 1380 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", |
1381 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", | 1381 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", |
1382 "../common/common_param_traits_unittest.cc", | 1382 "../common/common_param_traits_unittest.cc", |
1383 "../common/content_security_policy/content_security_policy_unittest.cc", | 1383 "../common/content_security_policy/content_security_policy_unittest.cc", |
1384 "../common/content_security_policy/csp_context_unittest.cc", | 1384 "../common/content_security_policy/csp_context_unittest.cc", |
1385 "../common/content_security_policy/csp_source_list_unittest.cc", | 1385 "../common/content_security_policy/csp_source_list_unittest.cc", |
1386 "../common/content_security_policy/csp_source_unittest.cc", | 1386 "../common/content_security_policy/csp_source_unittest.cc", |
| 1387 "../common/cookie_service_impl_unittest.cc", |
1387 "../common/cross_site_document_classifier_unittest.cc", | 1388 "../common/cross_site_document_classifier_unittest.cc", |
1388 "../common/cursors/webcursor_unittest.cc", | 1389 "../common/cursors/webcursor_unittest.cc", |
1389 "../common/dom_storage/dom_storage_map_unittest.cc", | 1390 "../common/dom_storage/dom_storage_map_unittest.cc", |
1390 "../common/feature_policy/feature_policy_unittest.cc", | 1391 "../common/feature_policy/feature_policy_unittest.cc", |
1391 "../common/indexed_db/indexed_db_key_unittest.cc", | 1392 "../common/indexed_db/indexed_db_key_unittest.cc", |
1392 "../common/input/event_with_latency_info_unittest.cc", | 1393 "../common/input/event_with_latency_info_unittest.cc", |
1393 "../common/input/gesture_event_stream_validator_unittest.cc", | 1394 "../common/input/gesture_event_stream_validator_unittest.cc", |
1394 "../common/input/input_param_traits_unittest.cc", | 1395 "../common/input/input_param_traits_unittest.cc", |
1395 "../common/input/touch_event_stream_validator_unittest.cc", | 1396 "../common/input/touch_event_stream_validator_unittest.cc", |
1396 "../common/inter_process_time_ticks_converter_unittest.cc", | 1397 "../common/inter_process_time_ticks_converter_unittest.cc", |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1901 if (is_android) { | 1902 if (is_android) { |
1902 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1903 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1903 } | 1904 } |
1904 } | 1905 } |
1905 | 1906 |
1906 group("fuzzers") { | 1907 group("fuzzers") { |
1907 deps = [ | 1908 deps = [ |
1908 "//content/test/fuzzer", | 1909 "//content/test/fuzzer", |
1909 ] | 1910 ] |
1910 } | 1911 } |
OLD | NEW |