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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 "//media", | 790 "//media", |
791 "//media:test_support", | 791 "//media:test_support", |
792 "//media/audio:test_support", | 792 "//media/audio:test_support", |
793 "//media/base:test_support", | 793 "//media/base:test_support", |
794 "//mojo/edk/system", | 794 "//mojo/edk/system", |
795 "//mojo/public/cpp/bindings", | 795 "//mojo/public/cpp/bindings", |
796 "//mojo/public/js", | 796 "//mojo/public/js", |
797 "//net:test_support", | 797 "//net:test_support", |
798 "//ppapi/features", | 798 "//ppapi/features", |
799 "//services/catalog:lib", | 799 "//services/catalog:lib", |
| 800 "//services/device/public/cpp:device_features", |
800 "//services/device/public/interfaces", | 801 "//services/device/public/interfaces", |
801 "//services/device/public/interfaces:constants", | 802 "//services/device/public/interfaces:constants", |
802 "//services/service_manager/public/cpp", | 803 "//services/service_manager/public/cpp", |
803 "//services/ui/gpu/interfaces", | 804 "//services/ui/gpu/interfaces", |
804 "//services/ui/public/cpp/gpu", | 805 "//services/ui/public/cpp/gpu", |
805 "//services/video_capture/public/cpp", | 806 "//services/video_capture/public/cpp", |
806 "//services/video_capture/public/interfaces:constants", | 807 "//services/video_capture/public/interfaces:constants", |
807 "//storage/browser", | 808 "//storage/browser", |
808 "//testing/gmock", | 809 "//testing/gmock", |
809 "//testing/gtest", | 810 "//testing/gtest", |
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1904 if (is_android) { | 1905 if (is_android) { |
1905 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1906 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1906 } | 1907 } |
1907 } | 1908 } |
1908 | 1909 |
1909 group("fuzzers") { | 1910 group("fuzzers") { |
1910 deps = [ | 1911 deps = [ |
1911 "//content/test/fuzzer", | 1912 "//content/test/fuzzer", |
1912 ] | 1913 ] |
1913 } | 1914 } |
OLD | NEW |