| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 "layouttest_support.cc", | 487 "layouttest_support.cc", |
| 488 ] | 488 ] |
| 489 | 489 |
| 490 deps = [ | 490 deps = [ |
| 491 ":test_support", | 491 ":test_support", |
| 492 "//cc", | 492 "//cc", |
| 493 "//cc/blink", | 493 "//cc/blink", |
| 494 "//content/browser:for_content_tests", | 494 "//content/browser:for_content_tests", |
| 495 "//content/child:for_content_tests", | 495 "//content/child:for_content_tests", |
| 496 "//content/public/common", | 496 "//content/public/common", |
| 497 "//content/public/renderer", |
| 497 "//content/renderer:for_content_tests", | 498 "//content/renderer:for_content_tests", |
| 498 "//content/shell/test_runner:test_runner", | 499 "//content/shell/test_runner:test_runner", |
| 499 "//device/bluetooth", | 500 "//device/bluetooth", |
| 500 "//device/gamepad/public/cpp:shared_with_blink", | 501 "//device/gamepad/public/cpp:shared_with_blink", |
| 501 "//device/sensors/public/cpp:full", | 502 "//device/sensors/public/cpp:full", |
| 502 "//services/ui/public/cpp/gpu", | 503 "//services/ui/public/cpp/gpu", |
| 503 "//skia", | 504 "//skia", |
| 504 "//ui/accessibility:ax_gen", | 505 "//ui/accessibility:ax_gen", |
| 505 "//ui/events/blink", | 506 "//ui/events/blink", |
| 506 "//ui/gfx:test_support", | 507 "//ui/gfx:test_support", |
| (...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1829 if (is_android) { | 1830 if (is_android) { |
| 1830 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1831 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1831 } | 1832 } |
| 1832 } | 1833 } |
| 1833 | 1834 |
| 1834 group("fuzzers") { | 1835 group("fuzzers") { |
| 1835 deps = [ | 1836 deps = [ |
| 1836 "//content/test/fuzzer", | 1837 "//content/test/fuzzer", |
| 1837 ] | 1838 ] |
| 1838 } | 1839 } |
| OLD | NEW |