| 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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 "//media", | 729 "//media", |
| 730 "//media:test_support", | 730 "//media:test_support", |
| 731 "//media/audio:test_support", | 731 "//media/audio:test_support", |
| 732 "//media/base:test_support", | 732 "//media/base:test_support", |
| 733 "//mojo/edk/system", | 733 "//mojo/edk/system", |
| 734 "//mojo/public/cpp/bindings", | 734 "//mojo/public/cpp/bindings", |
| 735 "//mojo/public/js", | 735 "//mojo/public/js", |
| 736 "//net:test_support", | 736 "//net:test_support", |
| 737 "//ppapi/features", | 737 "//ppapi/features", |
| 738 "//services/catalog:lib", | 738 "//services/catalog:lib", |
| 739 "//services/resource_coordinator:lib", |
| 739 "//services/service_manager/public/cpp", | 740 "//services/service_manager/public/cpp", |
| 740 "//services/ui/public/cpp/gpu", | 741 "//services/ui/public/cpp/gpu", |
| 741 "//storage/browser", | 742 "//storage/browser", |
| 742 "//testing/gmock", | 743 "//testing/gmock", |
| 743 "//testing/gtest", | 744 "//testing/gtest", |
| 744 "//third_party/WebKit/public:blink", | 745 "//third_party/WebKit/public:blink", |
| 745 "//third_party/leveldatabase", | 746 "//third_party/leveldatabase", |
| 746 "//third_party/mesa:osmesa", | 747 "//third_party/mesa:osmesa", |
| 747 "//third_party/zlib", | 748 "//third_party/zlib", |
| 748 "//ui/accessibility", | 749 "//ui/accessibility", |
| (...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 if (is_android) { | 1816 if (is_android) { |
| 1816 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1817 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1817 } | 1818 } |
| 1818 } | 1819 } |
| 1819 | 1820 |
| 1820 group("fuzzers") { | 1821 group("fuzzers") { |
| 1821 deps = [ | 1822 deps = [ |
| 1822 "//content/test/fuzzer", | 1823 "//content/test/fuzzer", |
| 1823 ] | 1824 ] |
| 1824 } | 1825 } |
| OLD | NEW |