| 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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "//net:test_support", | 672 "//net:test_support", |
| 673 "//ppapi/c", | 673 "//ppapi/c", |
| 674 "//printing", | 674 "//printing", |
| 675 "//skia", | 675 "//skia", |
| 676 "//sql", | 676 "//sql", |
| 677 "//sql:test_support", | 677 "//sql:test_support", |
| 678 "//storage/browser", | 678 "//storage/browser", |
| 679 "//storage/common", | 679 "//storage/common", |
| 680 "//testing/gmock", | 680 "//testing/gmock", |
| 681 "//testing/gtest", | 681 "//testing/gtest", |
| 682 "//third_party/WebKit/Source/platform:mojo_bindings", |
| 682 "//third_party/WebKit/public:blink", | 683 "//third_party/WebKit/public:blink", |
| 683 "//third_party/WebKit/public:mojo_bindings", | |
| 684 "//third_party/icu", | 684 "//third_party/icu", |
| 685 "//third_party/leveldatabase", | 685 "//third_party/leveldatabase", |
| 686 "//third_party/libjingle", | 686 "//third_party/libjingle", |
| 687 "//third_party/re2", | 687 "//third_party/re2", |
| 688 "//third_party/widevine/cdm:version_h", | 688 "//third_party/widevine/cdm:version_h", |
| 689 "//ui/accessibility", | 689 "//ui/accessibility", |
| 690 "//ui/base:test_support", | 690 "//ui/base:test_support", |
| 691 "//ui/compositor:test_support", | 691 "//ui/compositor:test_support", |
| 692 "//ui/display", | 692 "//ui/display", |
| 693 "//ui/display:test_support", | 693 "//ui/display:test_support", |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 if (is_android) { | 901 if (is_android) { |
| 902 deps += [ "//testing/android/native_test:native_test_native_code" ] | 902 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 903 } | 903 } |
| 904 } | 904 } |
| 905 | 905 |
| 906 group("fuzzers") { | 906 group("fuzzers") { |
| 907 deps = [ | 907 deps = [ |
| 908 "//content/test/fuzzer", | 908 "//content/test/fuzzer", |
| 909 ] | 909 ] |
| 910 } | 910 } |
| OLD | NEW |