| 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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1383 "../common/sandbox_mac_diraccess_unittest.mm", | 1383 "../common/sandbox_mac_diraccess_unittest.mm", |
| 1384 "../common/sandbox_mac_fontloading_unittest.mm", | 1384 "../common/sandbox_mac_fontloading_unittest.mm", |
| 1385 "../common/sandbox_mac_system_access_unittest.mm", | 1385 "../common/sandbox_mac_system_access_unittest.mm", |
| 1386 "../common/sandbox_mac_unittest_helper.h", | 1386 "../common/sandbox_mac_unittest_helper.h", |
| 1387 "../common/sandbox_mac_unittest_helper.mm", | 1387 "../common/sandbox_mac_unittest_helper.mm", |
| 1388 "../common/service_manager/service_manager_connection_impl_unittest.cc", | 1388 "../common/service_manager/service_manager_connection_impl_unittest.cc", |
| 1389 "../common/service_worker/service_worker_utils_unittest.cc", | 1389 "../common/service_worker/service_worker_utils_unittest.cc", |
| 1390 "../common/webplugininfo_unittest.cc", | 1390 "../common/webplugininfo_unittest.cc", |
| 1391 "../public/test/referrer_unittest.cc", | 1391 "../public/test/referrer_unittest.cc", |
| 1392 "../renderer/android/disambiguation_popup_helper_unittest.cc", | 1392 "../renderer/android/disambiguation_popup_helper_unittest.cc", |
| 1393 "../renderer/android/email_detector_unittest.cc", | |
| 1394 "../renderer/android/phone_number_detector_unittest.cc", | |
| 1395 "../renderer/bmp_image_decoder_unittest.cc", | 1393 "../renderer/bmp_image_decoder_unittest.cc", |
| 1396 "../renderer/categorized_worker_pool_unittest.cc", | 1394 "../renderer/categorized_worker_pool_unittest.cc", |
| 1397 "../renderer/device_sensors/device_light_event_pump_unittest.cc", | 1395 "../renderer/device_sensors/device_light_event_pump_unittest.cc", |
| 1398 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", | 1396 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", |
| 1399 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", | 1397 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", |
| 1400 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", | 1398 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", |
| 1401 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc", | 1399 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc", |
| 1402 "../renderer/gpu/frame_swap_message_queue_unittest.cc", | 1400 "../renderer/gpu/frame_swap_message_queue_unittest.cc", |
| 1403 "../renderer/gpu/queue_message_swap_promise_unittest.cc", | 1401 "../renderer/gpu/queue_message_swap_promise_unittest.cc", |
| 1404 "../renderer/gpu/render_widget_compositor_unittest.cc", | 1402 "../renderer/gpu/render_widget_compositor_unittest.cc", |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1856 if (is_android) { | 1854 if (is_android) { |
| 1857 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1855 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1858 } | 1856 } |
| 1859 } | 1857 } |
| 1860 | 1858 |
| 1861 group("fuzzers") { | 1859 group("fuzzers") { |
| 1862 deps = [ | 1860 deps = [ |
| 1863 "//content/test/fuzzer", | 1861 "//content/test/fuzzer", |
| 1864 ] | 1862 ] |
| 1865 } | 1863 } |
| OLD | NEW |