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 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1327 "../browser/shared_worker/shared_worker_instance_unittest.cc", | 1327 "../browser/shared_worker/shared_worker_instance_unittest.cc", |
1328 "../browser/shared_worker/shared_worker_service_impl_unittest.cc", | 1328 "../browser/shared_worker/shared_worker_service_impl_unittest.cc", |
1329 "../browser/site_instance_impl_unittest.cc", | 1329 "../browser/site_instance_impl_unittest.cc", |
1330 "../browser/ssl/ssl_manager_unittest.cc", | 1330 "../browser/ssl/ssl_manager_unittest.cc", |
1331 "../browser/startup_task_runner_unittest.cc", | 1331 "../browser/startup_task_runner_unittest.cc", |
1332 "../browser/storage_partition_impl_map_unittest.cc", | 1332 "../browser/storage_partition_impl_map_unittest.cc", |
1333 "../browser/storage_partition_impl_unittest.cc", | 1333 "../browser/storage_partition_impl_unittest.cc", |
1334 "../browser/streams/stream_unittest.cc", | 1334 "../browser/streams/stream_unittest.cc", |
1335 "../browser/streams/stream_url_request_job_unittest.cc", | 1335 "../browser/streams/stream_url_request_job_unittest.cc", |
1336 "../browser/tracing/background_tracing_config_unittest.cc", | 1336 "../browser/tracing/background_tracing_config_unittest.cc", |
| 1337 "../browser/tracing/tracing_ui_unittest.cc", |
1337 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc", | 1338 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc", |
1338 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", | 1339 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", |
1339 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", | 1340 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", |
1340 "../browser/web_contents/web_contents_delegate_unittest.cc", | 1341 "../browser/web_contents/web_contents_delegate_unittest.cc", |
1341 "../browser/web_contents/web_contents_impl_unittest.cc", | 1342 "../browser/web_contents/web_contents_impl_unittest.cc", |
1342 "../browser/web_contents/web_contents_user_data_unittest.cc", | 1343 "../browser/web_contents/web_contents_user_data_unittest.cc", |
1343 "../browser/web_contents/web_contents_view_aura_unittest.cc", | 1344 "../browser/web_contents/web_contents_view_aura_unittest.cc", |
1344 "../browser/web_contents/web_contents_view_mac_unittest.mm", | 1345 "../browser/web_contents/web_contents_view_mac_unittest.mm", |
1345 "../browser/web_contents/web_drag_dest_mac_unittest.mm", | 1346 "../browser/web_contents/web_drag_dest_mac_unittest.mm", |
1346 "../browser/web_contents/web_drag_source_mac_unittest.mm", | 1347 "../browser/web_contents/web_drag_source_mac_unittest.mm", |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1899 if (is_android) { | 1900 if (is_android) { |
1900 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1901 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1901 } | 1902 } |
1902 } | 1903 } |
1903 | 1904 |
1904 group("fuzzers") { | 1905 group("fuzzers") { |
1905 deps = [ | 1906 deps = [ |
1906 "//content/test/fuzzer", | 1907 "//content/test/fuzzer", |
1907 ] | 1908 ] |
1908 } | 1909 } |
OLD | NEW |