| 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("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 "//ui/accessibility:ax_gen", | 712 "//ui/accessibility:ax_gen", |
| 713 "//ui/base:test_support", | 713 "//ui/base:test_support", |
| 714 "//ui/base/ime", | 714 "//ui/base/ime", |
| 715 "//ui/compositor", | 715 "//ui/compositor", |
| 716 "//ui/display", | 716 "//ui/display", |
| 717 "//ui/events:test_support", | 717 "//ui/events:test_support", |
| 718 "//ui/gfx", | 718 "//ui/gfx", |
| 719 "//ui/gfx/geometry", | 719 "//ui/gfx/geometry", |
| 720 "//ui/gl", | 720 "//ui/gl", |
| 721 "//ui/gl:test_support", | 721 "//ui/gl:test_support", |
| 722 "//ui/native_theme", |
| 722 "//ui/resources", | 723 "//ui/resources", |
| 723 "//ui/shell_dialogs", | 724 "//ui/shell_dialogs", |
| 724 "//ui/snapshot", | 725 "//ui/snapshot", |
| 725 ] | 726 ] |
| 726 | 727 |
| 727 data = [] | 728 data = [] |
| 728 | 729 |
| 729 data_deps = [ | 730 data_deps = [ |
| 730 "//content/shell:pak", | 731 "//content/shell:pak", |
| 731 "//testing/buildbot/filters:content_browsertests", | 732 "//testing/buildbot/filters:content_browsertests", |
| (...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 if (is_android) { | 1709 if (is_android) { |
| 1709 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1710 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1710 } | 1711 } |
| 1711 } | 1712 } |
| 1712 | 1713 |
| 1713 group("fuzzers") { | 1714 group("fuzzers") { |
| 1714 deps = [ | 1715 deps = [ |
| 1715 "//content/test/fuzzer", | 1716 "//content/test/fuzzer", |
| 1716 ] | 1717 ] |
| 1717 } | 1718 } |
| OLD | NEW |