| 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 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 "../common/page_zoom_unittest.cc", | 1358 "../common/page_zoom_unittest.cc", |
| 1359 "../common/plugin_list_unittest.cc", | 1359 "../common/plugin_list_unittest.cc", |
| 1360 "../common/quarantine/quarantine_linux_unittest.cc", | 1360 "../common/quarantine/quarantine_linux_unittest.cc", |
| 1361 "../common/quarantine/quarantine_mac_unittest.mm", | 1361 "../common/quarantine/quarantine_mac_unittest.mm", |
| 1362 "../common/quarantine/quarantine_win_unittest.cc", | 1362 "../common/quarantine/quarantine_win_unittest.cc", |
| 1363 "../common/sandbox_mac_diraccess_unittest.mm", | 1363 "../common/sandbox_mac_diraccess_unittest.mm", |
| 1364 "../common/sandbox_mac_fontloading_unittest.mm", | 1364 "../common/sandbox_mac_fontloading_unittest.mm", |
| 1365 "../common/sandbox_mac_system_access_unittest.mm", | 1365 "../common/sandbox_mac_system_access_unittest.mm", |
| 1366 "../common/sandbox_mac_unittest_helper.h", | 1366 "../common/sandbox_mac_unittest_helper.h", |
| 1367 "../common/sandbox_mac_unittest_helper.mm", | 1367 "../common/sandbox_mac_unittest_helper.mm", |
| 1368 "../common/service_manager/service_manager_connection_impl_unittest.cc", | |
| 1369 "../common/service_worker/service_worker_utils_unittest.cc", | 1368 "../common/service_worker/service_worker_utils_unittest.cc", |
| 1370 "../common/webplugininfo_unittest.cc", | 1369 "../common/webplugininfo_unittest.cc", |
| 1371 "../public/test/referrer_unittest.cc", | 1370 "../public/test/referrer_unittest.cc", |
| 1372 "../renderer/android/disambiguation_popup_helper_unittest.cc", | 1371 "../renderer/android/disambiguation_popup_helper_unittest.cc", |
| 1373 "../renderer/android/email_detector_unittest.cc", | 1372 "../renderer/android/email_detector_unittest.cc", |
| 1374 "../renderer/android/phone_number_detector_unittest.cc", | 1373 "../renderer/android/phone_number_detector_unittest.cc", |
| 1375 "../renderer/bmp_image_decoder_unittest.cc", | 1374 "../renderer/bmp_image_decoder_unittest.cc", |
| 1376 "../renderer/categorized_worker_pool_unittest.cc", | 1375 "../renderer/categorized_worker_pool_unittest.cc", |
| 1377 "../renderer/device_sensors/device_light_event_pump_unittest.cc", | 1376 "../renderer/device_sensors/device_light_event_pump_unittest.cc", |
| 1378 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", | 1377 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1830 if (is_android) { | 1829 if (is_android) { |
| 1831 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1830 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1832 } | 1831 } |
| 1833 } | 1832 } |
| 1834 | 1833 |
| 1835 group("fuzzers") { | 1834 group("fuzzers") { |
| 1836 deps = [ | 1835 deps = [ |
| 1837 "//content/test/fuzzer", | 1836 "//content/test/fuzzer", |
| 1838 ] | 1837 ] |
| 1839 } | 1838 } |
| OLD | NEW |