| 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 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1312 "../common/host_shared_bitmap_manager_unittest.cc", | 1312 "../common/host_shared_bitmap_manager_unittest.cc", |
| 1313 "../common/indexed_db/indexed_db_key_unittest.cc", | 1313 "../common/indexed_db/indexed_db_key_unittest.cc", |
| 1314 "../common/input/event_with_latency_info_unittest.cc", | 1314 "../common/input/event_with_latency_info_unittest.cc", |
| 1315 "../common/input/gesture_event_stream_validator_unittest.cc", | 1315 "../common/input/gesture_event_stream_validator_unittest.cc", |
| 1316 "../common/input/input_param_traits_unittest.cc", | 1316 "../common/input/input_param_traits_unittest.cc", |
| 1317 "../common/input/touch_event_stream_validator_unittest.cc", | 1317 "../common/input/touch_event_stream_validator_unittest.cc", |
| 1318 "../common/inter_process_time_ticks_converter_unittest.cc", | 1318 "../common/inter_process_time_ticks_converter_unittest.cc", |
| 1319 "../common/mac/attributed_string_coder_unittest.mm", | 1319 "../common/mac/attributed_string_coder_unittest.mm", |
| 1320 "../common/mac/font_descriptor_unittest.mm", | 1320 "../common/mac/font_descriptor_unittest.mm", |
| 1321 "../common/manifest_util_unittest.cc", | 1321 "../common/manifest_util_unittest.cc", |
| 1322 "../common/media/media_devices_unittest.cc", |
| 1322 "../common/navigation_params_unittest.cc", | 1323 "../common/navigation_params_unittest.cc", |
| 1323 "../common/origin_trials/trial_token_unittest.cc", | 1324 "../common/origin_trials/trial_token_unittest.cc", |
| 1324 "../common/origin_trials/trial_token_validator_unittest.cc", | 1325 "../common/origin_trials/trial_token_validator_unittest.cc", |
| 1325 "../common/origin_util_unittest.cc", | 1326 "../common/origin_util_unittest.cc", |
| 1326 "../common/page_state_serialization_unittest.cc", | 1327 "../common/page_state_serialization_unittest.cc", |
| 1327 "../common/page_zoom_unittest.cc", | 1328 "../common/page_zoom_unittest.cc", |
| 1328 "../common/plugin_list_unittest.cc", | 1329 "../common/plugin_list_unittest.cc", |
| 1329 "../common/quarantine/quarantine_linux_unittest.cc", | 1330 "../common/quarantine/quarantine_linux_unittest.cc", |
| 1330 "../common/quarantine/quarantine_mac_unittest.mm", | 1331 "../common/quarantine/quarantine_mac_unittest.mm", |
| 1331 "../common/quarantine/quarantine_win_unittest.cc", | 1332 "../common/quarantine/quarantine_win_unittest.cc", |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1791 if (is_android) { | 1792 if (is_android) { |
| 1792 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1793 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1793 } | 1794 } |
| 1794 } | 1795 } |
| 1795 | 1796 |
| 1796 group("fuzzers") { | 1797 group("fuzzers") { |
| 1797 deps = [ | 1798 deps = [ |
| 1798 "//content/test/fuzzer", | 1799 "//content/test/fuzzer", |
| 1799 ] | 1800 ] |
| 1800 } | 1801 } |
| OLD | NEW |