| 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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1413 "../common/quarantine/quarantine_win_unittest.cc", | 1413 "../common/quarantine/quarantine_win_unittest.cc", |
| 1414 "../common/sandbox_mac_diraccess_unittest.mm", | 1414 "../common/sandbox_mac_diraccess_unittest.mm", |
| 1415 "../common/sandbox_mac_fontloading_unittest.mm", | 1415 "../common/sandbox_mac_fontloading_unittest.mm", |
| 1416 "../common/sandbox_mac_system_access_unittest.mm", | 1416 "../common/sandbox_mac_system_access_unittest.mm", |
| 1417 "../common/sandbox_mac_unittest_helper.h", | 1417 "../common/sandbox_mac_unittest_helper.h", |
| 1418 "../common/sandbox_mac_unittest_helper.mm", | 1418 "../common/sandbox_mac_unittest_helper.mm", |
| 1419 "../common/service_manager/service_manager_connection_impl_unittest.cc", | 1419 "../common/service_manager/service_manager_connection_impl_unittest.cc", |
| 1420 "../common/service_worker/service_worker_utils_unittest.cc", | 1420 "../common/service_worker/service_worker_utils_unittest.cc", |
| 1421 "../common/throttling_url_loader_unittest.cc", | 1421 "../common/throttling_url_loader_unittest.cc", |
| 1422 "../common/webplugininfo_unittest.cc", | 1422 "../common/webplugininfo_unittest.cc", |
| 1423 "../network/network_service_unittest.cc", | |
| 1424 "../network/url_loader_unittest.cc", | 1423 "../network/url_loader_unittest.cc", |
| 1425 "../public/test/referrer_unittest.cc", | 1424 "../public/test/referrer_unittest.cc", |
| 1426 "../public/test/test_browser_thread_bundle_unittest.cc", | 1425 "../public/test/test_browser_thread_bundle_unittest.cc", |
| 1427 "../renderer/android/disambiguation_popup_helper_unittest.cc", | 1426 "../renderer/android/disambiguation_popup_helper_unittest.cc", |
| 1428 "../renderer/bmp_image_decoder_unittest.cc", | 1427 "../renderer/bmp_image_decoder_unittest.cc", |
| 1429 "../renderer/categorized_worker_pool_unittest.cc", | 1428 "../renderer/categorized_worker_pool_unittest.cc", |
| 1430 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", | 1429 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", |
| 1431 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", | 1430 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", |
| 1432 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", | 1431 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", |
| 1433 "../renderer/dom_storage/local_storage_cached_area_unittest.cc", | 1432 "../renderer/dom_storage/local_storage_cached_area_unittest.cc", |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1903 if (is_android) { | 1902 if (is_android) { |
| 1904 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1903 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1905 } | 1904 } |
| 1906 } | 1905 } |
| 1907 | 1906 |
| 1908 group("fuzzers") { | 1907 group("fuzzers") { |
| 1909 deps = [ | 1908 deps = [ |
| 1910 "//content/test/fuzzer", | 1909 "//content/test/fuzzer", |
| 1911 ] | 1910 ] |
| 1912 } | 1911 } |
| OLD | NEW |