| 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 "//media:test_support", | 734 "//media:test_support", |
| 735 "//media/audio:test_support", | 735 "//media/audio:test_support", |
| 736 "//media/base:test_support", | 736 "//media/base:test_support", |
| 737 "//mojo/edk/system", | 737 "//mojo/edk/system", |
| 738 "//mojo/public/cpp/bindings", | 738 "//mojo/public/cpp/bindings", |
| 739 "//mojo/public/js", | 739 "//mojo/public/js", |
| 740 "//net:test_support", | 740 "//net:test_support", |
| 741 "//ppapi/features", | 741 "//ppapi/features", |
| 742 "//services/catalog:lib", | 742 "//services/catalog:lib", |
| 743 "//services/service_manager/public/cpp", | 743 "//services/service_manager/public/cpp", |
| 744 "//services/ui/gpu/interfaces", |
| 744 "//services/ui/public/cpp/gpu", | 745 "//services/ui/public/cpp/gpu", |
| 745 "//storage/browser", | 746 "//storage/browser", |
| 746 "//testing/gmock", | 747 "//testing/gmock", |
| 747 "//testing/gtest", | 748 "//testing/gtest", |
| 748 "//third_party/WebKit/public:blink", | 749 "//third_party/WebKit/public:blink", |
| 749 "//third_party/leveldatabase", | 750 "//third_party/leveldatabase", |
| 750 "//third_party/mesa:osmesa", | 751 "//third_party/mesa:osmesa", |
| 751 "//third_party/zlib", | 752 "//third_party/zlib", |
| 752 "//ui/accessibility", | 753 "//ui/accessibility", |
| 753 "//ui/accessibility:ax_gen", | 754 "//ui/accessibility:ax_gen", |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1827 if (is_android) { | 1828 if (is_android) { |
| 1828 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1829 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1829 } | 1830 } |
| 1830 } | 1831 } |
| 1831 | 1832 |
| 1832 group("fuzzers") { | 1833 group("fuzzers") { |
| 1833 deps = [ | 1834 deps = [ |
| 1834 "//content/test/fuzzer", | 1835 "//content/test/fuzzer", |
| 1835 ] | 1836 ] |
| 1836 } | 1837 } |
| OLD | NEW |