| 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 "//ui/accessibility:ax_gen", | 784 "//ui/accessibility:ax_gen", |
| 785 "//ui/base:test_support", | 785 "//ui/base:test_support", |
| 786 "//ui/base/ime", | 786 "//ui/base/ime", |
| 787 "//ui/compositor", | 787 "//ui/compositor", |
| 788 "//ui/display", | 788 "//ui/display", |
| 789 "//ui/events:test_support", | 789 "//ui/events:test_support", |
| 790 "//ui/gfx", | 790 "//ui/gfx", |
| 791 "//ui/gfx/geometry", | 791 "//ui/gfx/geometry", |
| 792 "//ui/gl", | 792 "//ui/gl", |
| 793 "//ui/gl:test_support", | 793 "//ui/gl:test_support", |
| 794 "//ui/latency", |
| 794 "//ui/native_theme", | 795 "//ui/native_theme", |
| 795 "//ui/resources", | 796 "//ui/resources", |
| 796 "//ui/shell_dialogs", | 797 "//ui/shell_dialogs", |
| 797 "//ui/snapshot", | 798 "//ui/snapshot", |
| 798 ] | 799 ] |
| 799 | 800 |
| 800 data = [] | 801 data = [] |
| 801 | 802 |
| 802 data_deps = [ | 803 data_deps = [ |
| 803 "//content/shell:pak", | 804 "//content/shell:pak", |
| (...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1856 if (is_android) { | 1857 if (is_android) { |
| 1857 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1858 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1858 } | 1859 } |
| 1859 } | 1860 } |
| 1860 | 1861 |
| 1861 group("fuzzers") { | 1862 group("fuzzers") { |
| 1862 deps = [ | 1863 deps = [ |
| 1863 "//content/test/fuzzer", | 1864 "//content/test/fuzzer", |
| 1864 ] | 1865 ] |
| 1865 } | 1866 } |
| OLD | NEW |