| 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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 "//media/base:test_support", | 772 "//media/base:test_support", |
| 773 "//mojo/edk/system", | 773 "//mojo/edk/system", |
| 774 "//mojo/public/cpp/bindings", | 774 "//mojo/public/cpp/bindings", |
| 775 "//mojo/public/js", | 775 "//mojo/public/js", |
| 776 "//net:test_support", | 776 "//net:test_support", |
| 777 "//ppapi/features", | 777 "//ppapi/features", |
| 778 "//services/catalog:lib", | 778 "//services/catalog:lib", |
| 779 "//services/service_manager/public/cpp", | 779 "//services/service_manager/public/cpp", |
| 780 "//services/ui/gpu/interfaces", | 780 "//services/ui/gpu/interfaces", |
| 781 "//services/ui/public/cpp/gpu", | 781 "//services/ui/public/cpp/gpu", |
| 782 "//services/video_capture/public/cpp", |
| 782 "//storage/browser", | 783 "//storage/browser", |
| 783 "//testing/gmock", | 784 "//testing/gmock", |
| 784 "//testing/gtest", | 785 "//testing/gtest", |
| 785 "//third_party/WebKit/public:blink", | 786 "//third_party/WebKit/public:blink", |
| 786 "//third_party/leveldatabase", | 787 "//third_party/leveldatabase", |
| 787 "//third_party/mesa:osmesa", | 788 "//third_party/mesa:osmesa", |
| 788 "//third_party/zlib", | 789 "//third_party/zlib", |
| 789 "//ui/accessibility", | 790 "//ui/accessibility", |
| 790 "//ui/accessibility:ax_gen", | 791 "//ui/accessibility:ax_gen", |
| 791 "//ui/base:test_support", | 792 "//ui/base:test_support", |
| (...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1836 if (is_android) { | 1837 if (is_android) { |
| 1837 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1838 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1838 } | 1839 } |
| 1839 } | 1840 } |
| 1840 | 1841 |
| 1841 group("fuzzers") { | 1842 group("fuzzers") { |
| 1842 deps = [ | 1843 deps = [ |
| 1843 "//content/test/fuzzer", | 1844 "//content/test/fuzzer", |
| 1844 ] | 1845 ] |
| 1845 } | 1846 } |
| OLD | NEW |