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 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 deps = [ | 738 deps = [ |
739 ":browsertest_support", | 739 ":browsertest_support", |
740 ":content_test_mojo_bindings", | 740 ":content_test_mojo_bindings", |
741 ":layouttest_support", | 741 ":layouttest_support", |
742 ":test_support", | 742 ":test_support", |
743 ":web_ui_test_mojo_bindings", | 743 ":web_ui_test_mojo_bindings", |
744 "//base/test:test_support", | 744 "//base/test:test_support", |
745 "//components/discardable_memory/client", | 745 "//components/discardable_memory/client", |
746 "//components/discardable_memory/common", | 746 "//components/discardable_memory/common", |
747 "//components/discardable_memory/service", | 747 "//components/discardable_memory/service", |
| 748 "//components/network_session_configurator/common", |
748 "//components/payments/mojom:mojom_payment_app", | 749 "//components/payments/mojom:mojom_payment_app", |
749 "//content:resources", | 750 "//content:resources", |
750 "//content/app:both_for_content_tests", | 751 "//content/app:both_for_content_tests", |
751 "//content/browser:for_content_tests", | 752 "//content/browser:for_content_tests", |
752 "//content/browser/background_sync:background_sync_proto", | 753 "//content/browser/background_sync:background_sync_proto", |
753 "//content/child:for_content_tests", | 754 "//content/child:for_content_tests", |
754 "//content/gpu", | 755 "//content/gpu", |
755 "//content/public/browser", | 756 "//content/public/browser", |
756 "//content/public/child", | 757 "//content/public/child", |
757 "//content/public/common", | 758 "//content/public/common", |
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1876 if (is_android) { | 1877 if (is_android) { |
1877 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1878 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1878 } | 1879 } |
1879 } | 1880 } |
1880 | 1881 |
1881 group("fuzzers") { | 1882 group("fuzzers") { |
1882 deps = [ | 1883 deps = [ |
1883 "//content/test/fuzzer", | 1884 "//content/test/fuzzer", |
1884 ] | 1885 ] |
1885 } | 1886 } |
OLD | NEW |