| 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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 "//media", | 726 "//media", |
| 727 "//media:test_support", | 727 "//media:test_support", |
| 728 "//media/audio:test_support", | 728 "//media/audio:test_support", |
| 729 "//media/base:test_support", | 729 "//media/base:test_support", |
| 730 "//mojo/edk/system", | 730 "//mojo/edk/system", |
| 731 "//mojo/public/cpp/bindings", | 731 "//mojo/public/cpp/bindings", |
| 732 "//mojo/public/js", | 732 "//mojo/public/js", |
| 733 "//net:test_support", | 733 "//net:test_support", |
| 734 "//ppapi/features", | 734 "//ppapi/features", |
| 735 "//services/catalog:lib", | 735 "//services/catalog:lib", |
| 736 "//services/resource_coordinator:lib", |
| 736 "//services/service_manager/public/cpp", | 737 "//services/service_manager/public/cpp", |
| 737 "//services/ui/public/cpp/gpu", | 738 "//services/ui/public/cpp/gpu", |
| 738 "//storage/browser", | 739 "//storage/browser", |
| 739 "//testing/gmock", | 740 "//testing/gmock", |
| 740 "//testing/gtest", | 741 "//testing/gtest", |
| 741 "//third_party/WebKit/public:blink", | 742 "//third_party/WebKit/public:blink", |
| 742 "//third_party/leveldatabase", | 743 "//third_party/leveldatabase", |
| 743 "//third_party/mesa:osmesa", | 744 "//third_party/mesa:osmesa", |
| 744 "//third_party/zlib", | 745 "//third_party/zlib", |
| 745 "//ui/accessibility", | 746 "//ui/accessibility", |
| (...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1806 if (is_android) { | 1807 if (is_android) { |
| 1807 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1808 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1808 } | 1809 } |
| 1809 } | 1810 } |
| 1810 | 1811 |
| 1811 group("fuzzers") { | 1812 group("fuzzers") { |
| 1812 deps = [ | 1813 deps = [ |
| 1813 "//content/test/fuzzer", | 1814 "//content/test/fuzzer", |
| 1814 ] | 1815 ] |
| 1815 } | 1816 } |
| OLD | NEW |