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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 deps = [ | 748 deps = [ |
749 ":browsertest_support", | 749 ":browsertest_support", |
750 ":content_test_mojo_bindings", | 750 ":content_test_mojo_bindings", |
751 ":layouttest_support", | 751 ":layouttest_support", |
752 ":test_support", | 752 ":test_support", |
753 ":web_ui_test_mojo_bindings", | 753 ":web_ui_test_mojo_bindings", |
754 "//base/test:test_support", | 754 "//base/test:test_support", |
755 "//components/discardable_memory/client", | 755 "//components/discardable_memory/client", |
756 "//components/discardable_memory/common", | 756 "//components/discardable_memory/common", |
757 "//components/discardable_memory/service", | 757 "//components/discardable_memory/service", |
| 758 "//components/network_session_configurator/common", |
758 "//components/payments/mojom:mojom_payment_app", | 759 "//components/payments/mojom:mojom_payment_app", |
759 "//content:resources", | 760 "//content:resources", |
760 "//content/app:both_for_content_tests", | 761 "//content/app:both_for_content_tests", |
761 "//content/browser:for_content_tests", | 762 "//content/browser:for_content_tests", |
762 "//content/browser/background_sync:background_sync_proto", | 763 "//content/browser/background_sync:background_sync_proto", |
763 "//content/child:for_content_tests", | 764 "//content/child:for_content_tests", |
764 "//content/gpu", | 765 "//content/gpu", |
765 "//content/public/browser", | 766 "//content/public/browser", |
766 "//content/public/child", | 767 "//content/public/child", |
767 "//content/public/common", | 768 "//content/public/common", |
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1890 if (is_android) { | 1891 if (is_android) { |
1891 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1892 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1892 } | 1893 } |
1893 } | 1894 } |
1894 | 1895 |
1895 group("fuzzers") { | 1896 group("fuzzers") { |
1896 deps = [ | 1897 deps = [ |
1897 "//content/test/fuzzer", | 1898 "//content/test/fuzzer", |
1898 ] | 1899 ] |
1899 } | 1900 } |
OLD | NEW |