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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1265 "../common/indexed_db/indexed_db_key_unittest.cc", | 1265 "../common/indexed_db/indexed_db_key_unittest.cc", |
1266 "../common/input/event_with_latency_info_unittest.cc", | 1266 "../common/input/event_with_latency_info_unittest.cc", |
1267 "../common/input/gesture_event_stream_validator_unittest.cc", | 1267 "../common/input/gesture_event_stream_validator_unittest.cc", |
1268 "../common/input/input_param_traits_unittest.cc", | 1268 "../common/input/input_param_traits_unittest.cc", |
1269 "../common/input/touch_event_stream_validator_unittest.cc", | 1269 "../common/input/touch_event_stream_validator_unittest.cc", |
1270 "../common/inter_process_time_ticks_converter_unittest.cc", | 1270 "../common/inter_process_time_ticks_converter_unittest.cc", |
1271 "../common/mac/attributed_string_coder_unittest.mm", | 1271 "../common/mac/attributed_string_coder_unittest.mm", |
1272 "../common/mac/font_descriptor_unittest.mm", | 1272 "../common/mac/font_descriptor_unittest.mm", |
1273 "../common/manifest_util_unittest.cc", | 1273 "../common/manifest_util_unittest.cc", |
1274 "../common/navigation_params_unittest.cc", | 1274 "../common/navigation_params_unittest.cc", |
1275 "../common/one_writer_seqlock_unittest.cc", | |
1276 "../common/origin_trials/trial_token_unittest.cc", | 1275 "../common/origin_trials/trial_token_unittest.cc", |
1277 "../common/origin_trials/trial_token_validator_unittest.cc", | 1276 "../common/origin_trials/trial_token_validator_unittest.cc", |
1278 "../common/origin_util_unittest.cc", | 1277 "../common/origin_util_unittest.cc", |
1279 "../common/page_state_serialization_unittest.cc", | 1278 "../common/page_state_serialization_unittest.cc", |
1280 "../common/page_zoom_unittest.cc", | 1279 "../common/page_zoom_unittest.cc", |
1281 "../common/plugin_list_unittest.cc", | 1280 "../common/plugin_list_unittest.cc", |
1282 "../common/sandbox_mac_compiler_unittest.mm", | 1281 "../common/sandbox_mac_compiler_unittest.mm", |
1283 "../common/sandbox_mac_diraccess_unittest.mm", | 1282 "../common/sandbox_mac_diraccess_unittest.mm", |
1284 "../common/sandbox_mac_fontloading_unittest.mm", | 1283 "../common/sandbox_mac_fontloading_unittest.mm", |
1285 "../common/sandbox_mac_system_access_unittest.mm", | 1284 "../common/sandbox_mac_system_access_unittest.mm", |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1689 if (is_android) { | 1688 if (is_android) { |
1690 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1689 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1691 } | 1690 } |
1692 } | 1691 } |
1693 | 1692 |
1694 group("fuzzers") { | 1693 group("fuzzers") { |
1695 deps = [ | 1694 deps = [ |
1696 "//content/test/fuzzer", | 1695 "//content/test/fuzzer", |
1697 ] | 1696 ] |
1698 } | 1697 } |
OLD | NEW |