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 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 "//ui/accessibility:ax_gen", | 709 "//ui/accessibility:ax_gen", |
710 "//ui/base:test_support", | 710 "//ui/base:test_support", |
711 "//ui/base/ime", | 711 "//ui/base/ime", |
712 "//ui/compositor", | 712 "//ui/compositor", |
713 "//ui/display", | 713 "//ui/display", |
714 "//ui/events:test_support", | 714 "//ui/events:test_support", |
715 "//ui/gfx", | 715 "//ui/gfx", |
716 "//ui/gfx/geometry", | 716 "//ui/gfx/geometry", |
717 "//ui/gl", | 717 "//ui/gl", |
718 "//ui/gl:test_support", | 718 "//ui/gl:test_support", |
| 719 "//ui/native_theme", |
719 "//ui/resources", | 720 "//ui/resources", |
720 "//ui/shell_dialogs", | 721 "//ui/shell_dialogs", |
721 "//ui/snapshot", | 722 "//ui/snapshot", |
722 ] | 723 ] |
723 | 724 |
724 data = [] | 725 data = [] |
725 | 726 |
726 data_deps = [ | 727 data_deps = [ |
727 "//content/shell:pak", | 728 "//content/shell:pak", |
728 "//third_party/mesa:osmesa", | 729 "//third_party/mesa:osmesa", |
(...skipping 979 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 |