| 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 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1328 "../common/quarantine/quarantine_mac_unittest.mm", | 1328 "../common/quarantine/quarantine_mac_unittest.mm", |
| 1329 "../common/quarantine/quarantine_win_unittest.cc", | 1329 "../common/quarantine/quarantine_win_unittest.cc", |
| 1330 "../common/sandbox_mac_compiler_unittest.mm", | 1330 "../common/sandbox_mac_compiler_unittest.mm", |
| 1331 "../common/sandbox_mac_diraccess_unittest.mm", | 1331 "../common/sandbox_mac_diraccess_unittest.mm", |
| 1332 "../common/sandbox_mac_fontloading_unittest.mm", | 1332 "../common/sandbox_mac_fontloading_unittest.mm", |
| 1333 "../common/sandbox_mac_system_access_unittest.mm", | 1333 "../common/sandbox_mac_system_access_unittest.mm", |
| 1334 "../common/sandbox_mac_unittest_helper.h", | 1334 "../common/sandbox_mac_unittest_helper.h", |
| 1335 "../common/sandbox_mac_unittest_helper.mm", | 1335 "../common/sandbox_mac_unittest_helper.mm", |
| 1336 "../common/service_worker/service_worker_utils_unittest.cc", | 1336 "../common/service_worker/service_worker_utils_unittest.cc", |
| 1337 "../common/webplugininfo_unittest.cc", | 1337 "../common/webplugininfo_unittest.cc", |
| 1338 "../common/worker_use_counter_unittest.cc", |
| 1338 "../renderer/android/disambiguation_popup_helper_unittest.cc", | 1339 "../renderer/android/disambiguation_popup_helper_unittest.cc", |
| 1339 "../renderer/android/email_detector_unittest.cc", | 1340 "../renderer/android/email_detector_unittest.cc", |
| 1340 "../renderer/android/phone_number_detector_unittest.cc", | 1341 "../renderer/android/phone_number_detector_unittest.cc", |
| 1341 "../renderer/bmp_image_decoder_unittest.cc", | 1342 "../renderer/bmp_image_decoder_unittest.cc", |
| 1342 "../renderer/categorized_worker_pool_unittest.cc", | 1343 "../renderer/categorized_worker_pool_unittest.cc", |
| 1343 "../renderer/device_sensors/device_light_event_pump_unittest.cc", | 1344 "../renderer/device_sensors/device_light_event_pump_unittest.cc", |
| 1344 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", | 1345 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", |
| 1345 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", | 1346 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", |
| 1346 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", | 1347 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", |
| 1347 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc", | 1348 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc", |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1777 if (is_android) { | 1778 if (is_android) { |
| 1778 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1779 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1779 } | 1780 } |
| 1780 } | 1781 } |
| 1781 | 1782 |
| 1782 group("fuzzers") { | 1783 group("fuzzers") { |
| 1783 deps = [ | 1784 deps = [ |
| 1784 "//content/test/fuzzer", | 1785 "//content/test/fuzzer", |
| 1785 ] | 1786 ] |
| 1786 } | 1787 } |
| OLD | NEW |