| 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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 "//media", | 785 "//media", |
| 786 "//media:test_support", | 786 "//media:test_support", |
| 787 "//media/audio:test_support", | 787 "//media/audio:test_support", |
| 788 "//media/base:test_support", | 788 "//media/base:test_support", |
| 789 "//mojo/edk/system", | 789 "//mojo/edk/system", |
| 790 "//mojo/public/cpp/bindings", | 790 "//mojo/public/cpp/bindings", |
| 791 "//mojo/public/js", | 791 "//mojo/public/js", |
| 792 "//net:test_support", | 792 "//net:test_support", |
| 793 "//ppapi/features", | 793 "//ppapi/features", |
| 794 "//services/catalog:lib", | 794 "//services/catalog:lib", |
| 795 "//services/device/public/cpp:device_features", |
| 795 "//services/device/public/interfaces", | 796 "//services/device/public/interfaces", |
| 796 "//services/device/public/interfaces:constants", | 797 "//services/device/public/interfaces:constants", |
| 797 "//services/service_manager/public/cpp", | 798 "//services/service_manager/public/cpp", |
| 798 "//services/ui/gpu/interfaces", | 799 "//services/ui/gpu/interfaces", |
| 799 "//services/ui/public/cpp/gpu", | 800 "//services/ui/public/cpp/gpu", |
| 800 "//services/video_capture/public/cpp", | 801 "//services/video_capture/public/cpp", |
| 801 "//storage/browser", | 802 "//storage/browser", |
| 802 "//testing/gmock", | 803 "//testing/gmock", |
| 803 "//testing/gtest", | 804 "//testing/gtest", |
| 804 "//third_party/WebKit/public:blink", | 805 "//third_party/WebKit/public:blink", |
| (...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 if (is_android) { | 1891 if (is_android) { |
| 1891 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1892 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1892 } | 1893 } |
| 1893 } | 1894 } |
| 1894 | 1895 |
| 1895 group("fuzzers") { | 1896 group("fuzzers") { |
| 1896 deps = [ | 1897 deps = [ |
| 1897 "//content/test/fuzzer", | 1898 "//content/test/fuzzer", |
| 1898 ] | 1899 ] |
| 1899 } | 1900 } |
| OLD | NEW |