| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "//components/test_runner:test_runner", | 472 "//components/test_runner:test_runner", |
| 473 "//content/browser:for_content_tests", | 473 "//content/browser:for_content_tests", |
| 474 "//content/child:for_content_tests", | 474 "//content/child:for_content_tests", |
| 475 "//content/public/common", | 475 "//content/public/common", |
| 476 "//content/renderer:for_content_tests", | 476 "//content/renderer:for_content_tests", |
| 477 "//device/bluetooth", | 477 "//device/bluetooth", |
| 478 "//services/ui/public/cpp/gpu", | 478 "//services/ui/public/cpp/gpu", |
| 479 "//skia", | 479 "//skia", |
| 480 "//ui/accessibility:ax_gen", | 480 "//ui/accessibility:ax_gen", |
| 481 "//ui/events/blink", | 481 "//ui/events/blink", |
| 482 "//ui/gfx:test_support", | |
| 483 "//v8", | 482 "//v8", |
| 484 ] | 483 ] |
| 485 | 484 |
| 486 if (is_android) { | 485 if (is_android) { |
| 487 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] | 486 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] |
| 488 } | 487 } |
| 489 } | 488 } |
| 490 | 489 |
| 491 if (is_android) { | 490 if (is_android) { |
| 492 import("//build/config/android/rules.gni") | 491 import("//build/config/android/rules.gni") |
| (...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 if (is_android) { | 1740 if (is_android) { |
| 1742 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1741 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1743 } | 1742 } |
| 1744 } | 1743 } |
| 1745 | 1744 |
| 1746 group("fuzzers") { | 1745 group("fuzzers") { |
| 1747 deps = [ | 1746 deps = [ |
| 1748 "//content/test/fuzzer", | 1747 "//content/test/fuzzer", |
| 1749 ] | 1748 ] |
| 1750 } | 1749 } |
| OLD | NEW |