| 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 "//ui/gl:test_support", | 721 "//ui/gl:test_support", |
| 722 "//ui/resources", | 722 "//ui/resources", |
| 723 "//ui/shell_dialogs", | 723 "//ui/shell_dialogs", |
| 724 "//ui/snapshot", | 724 "//ui/snapshot", |
| 725 ] | 725 ] |
| 726 | 726 |
| 727 data = [] | 727 data = [] |
| 728 | 728 |
| 729 data_deps = [ | 729 data_deps = [ |
| 730 "//content/shell:pak", | 730 "//content/shell:pak", |
| 731 "//testing/buildbot/filters:content_browsertests", | 731 "//testing/buildbot/filters:content_browsertests_filters", |
| 732 "//third_party/mesa:osmesa", | 732 "//third_party/mesa:osmesa", |
| 733 ] | 733 ] |
| 734 | 734 |
| 735 if (enable_plugins) { | 735 if (enable_plugins) { |
| 736 deps += [ | 736 deps += [ |
| 737 "//ppapi/host", | 737 "//ppapi/host", |
| 738 "//ppapi/proxy", | 738 "//ppapi/proxy", |
| 739 "//ppapi/proxy:ipc", | 739 "//ppapi/proxy:ipc", |
| 740 "//ppapi/shared_impl:test_support", | 740 "//ppapi/shared_impl:test_support", |
| 741 ] | 741 ] |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 if (is_android) { | 1708 if (is_android) { |
| 1709 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1709 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1710 } | 1710 } |
| 1711 } | 1711 } |
| 1712 | 1712 |
| 1713 group("fuzzers") { | 1713 group("fuzzers") { |
| 1714 deps = [ | 1714 deps = [ |
| 1715 "//content/test/fuzzer", | 1715 "//content/test/fuzzer", |
| 1716 ] | 1716 ] |
| 1717 } | 1717 } |
| OLD | NEW |