| 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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 "../common/sandbox_mac_diraccess_unittest.mm", | 1355 "../common/sandbox_mac_diraccess_unittest.mm", |
| 1356 "../common/sandbox_mac_fontloading_unittest.mm", | 1356 "../common/sandbox_mac_fontloading_unittest.mm", |
| 1357 "../common/sandbox_mac_system_access_unittest.mm", | 1357 "../common/sandbox_mac_system_access_unittest.mm", |
| 1358 "../common/sandbox_mac_unittest_helper.h", | 1358 "../common/sandbox_mac_unittest_helper.h", |
| 1359 "../common/sandbox_mac_unittest_helper.mm", | 1359 "../common/sandbox_mac_unittest_helper.mm", |
| 1360 "../common/service_manager/service_manager_connection_impl_unittest.cc", | 1360 "../common/service_manager/service_manager_connection_impl_unittest.cc", |
| 1361 "../common/service_worker/service_worker_utils_unittest.cc", | 1361 "../common/service_worker/service_worker_utils_unittest.cc", |
| 1362 "../common/webplugininfo_unittest.cc", | 1362 "../common/webplugininfo_unittest.cc", |
| 1363 "../network/url_loader_unittest.cc", | 1363 "../network/url_loader_unittest.cc", |
| 1364 "../public/test/referrer_unittest.cc", | 1364 "../public/test/referrer_unittest.cc", |
| 1365 "../public/test/test_browser_thread_bundle_unittest.cc", | |
| 1366 "../renderer/android/disambiguation_popup_helper_unittest.cc", | 1365 "../renderer/android/disambiguation_popup_helper_unittest.cc", |
| 1367 "../renderer/bmp_image_decoder_unittest.cc", | 1366 "../renderer/bmp_image_decoder_unittest.cc", |
| 1368 "../renderer/categorized_worker_pool_unittest.cc", | 1367 "../renderer/categorized_worker_pool_unittest.cc", |
| 1369 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", | 1368 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", |
| 1370 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", | 1369 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", |
| 1371 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", | 1370 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", |
| 1372 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc", | 1371 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc", |
| 1373 "../renderer/gpu/frame_swap_message_queue_unittest.cc", | 1372 "../renderer/gpu/frame_swap_message_queue_unittest.cc", |
| 1374 "../renderer/gpu/queue_message_swap_promise_unittest.cc", | 1373 "../renderer/gpu/queue_message_swap_promise_unittest.cc", |
| 1375 "../renderer/gpu/render_widget_compositor_unittest.cc", | 1374 "../renderer/gpu/render_widget_compositor_unittest.cc", |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1828 if (is_android) { | 1827 if (is_android) { |
| 1829 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1828 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1830 } | 1829 } |
| 1831 } | 1830 } |
| 1832 | 1831 |
| 1833 group("fuzzers") { | 1832 group("fuzzers") { |
| 1834 deps = [ | 1833 deps = [ |
| 1835 "//content/test/fuzzer", | 1834 "//content/test/fuzzer", |
| 1836 ] | 1835 ] |
| 1837 } | 1836 } |
| OLD | NEW |