| 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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1256 "../common/indexed_db/indexed_db_key_unittest.cc", | 1256 "../common/indexed_db/indexed_db_key_unittest.cc", |
| 1257 "../common/input/event_with_latency_info_unittest.cc", | 1257 "../common/input/event_with_latency_info_unittest.cc", |
| 1258 "../common/input/gesture_event_stream_validator_unittest.cc", | 1258 "../common/input/gesture_event_stream_validator_unittest.cc", |
| 1259 "../common/input/input_param_traits_unittest.cc", | 1259 "../common/input/input_param_traits_unittest.cc", |
| 1260 "../common/input/touch_event_stream_validator_unittest.cc", | 1260 "../common/input/touch_event_stream_validator_unittest.cc", |
| 1261 "../common/inter_process_time_ticks_converter_unittest.cc", | 1261 "../common/inter_process_time_ticks_converter_unittest.cc", |
| 1262 "../common/mac/attributed_string_coder_unittest.mm", | 1262 "../common/mac/attributed_string_coder_unittest.mm", |
| 1263 "../common/mac/font_descriptor_unittest.mm", | 1263 "../common/mac/font_descriptor_unittest.mm", |
| 1264 "../common/manifest_util_unittest.cc", | 1264 "../common/manifest_util_unittest.cc", |
| 1265 "../common/navigation_params_unittest.cc", | 1265 "../common/navigation_params_unittest.cc", |
| 1266 "../common/one_writer_seqlock_unittest.cc", | |
| 1267 "../common/origin_trials/trial_token_unittest.cc", | 1266 "../common/origin_trials/trial_token_unittest.cc", |
| 1268 "../common/origin_trials/trial_token_validator_unittest.cc", | 1267 "../common/origin_trials/trial_token_validator_unittest.cc", |
| 1269 "../common/origin_util_unittest.cc", | 1268 "../common/origin_util_unittest.cc", |
| 1270 "../common/page_state_serialization_unittest.cc", | 1269 "../common/page_state_serialization_unittest.cc", |
| 1271 "../common/page_zoom_unittest.cc", | 1270 "../common/page_zoom_unittest.cc", |
| 1272 "../common/plugin_list_unittest.cc", | 1271 "../common/plugin_list_unittest.cc", |
| 1273 "../common/sandbox_mac_compiler_unittest.mm", | 1272 "../common/sandbox_mac_compiler_unittest.mm", |
| 1274 "../common/sandbox_mac_diraccess_unittest.mm", | 1273 "../common/sandbox_mac_diraccess_unittest.mm", |
| 1275 "../common/sandbox_mac_fontloading_unittest.mm", | 1274 "../common/sandbox_mac_fontloading_unittest.mm", |
| 1276 "../common/sandbox_mac_system_access_unittest.mm", | 1275 "../common/sandbox_mac_system_access_unittest.mm", |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1672 if (is_android) { | 1671 if (is_android) { |
| 1673 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1672 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1674 } | 1673 } |
| 1675 } | 1674 } |
| 1676 | 1675 |
| 1677 group("fuzzers") { | 1676 group("fuzzers") { |
| 1678 deps = [ | 1677 deps = [ |
| 1679 "//content/test/fuzzer", | 1678 "//content/test/fuzzer", |
| 1680 ] | 1679 ] |
| 1681 } | 1680 } |
| OLD | NEW |