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