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("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 ] | 44 ] |
45 deps = [ | 45 deps = [ |
46 ":browsertest_base", | 46 ":browsertest_base", |
47 ":content_test_mojo_bindings", | 47 ":content_test_mojo_bindings", |
48 "//base/third_party/dynamic_annotations", | 48 "//base/third_party/dynamic_annotations", |
49 "//cc", | 49 "//cc", |
50 "//cc:test_support", | 50 "//cc:test_support", |
51 "//cc/blink", | 51 "//cc/blink", |
52 "//cc/surfaces", | 52 "//cc/surfaces", |
53 "//components/display_compositor", | 53 "//components/display_compositor", |
54 "//components/permissions", | |
55 "//components/scheduler:scheduler", | 54 "//components/scheduler:scheduler", |
56 "//components/scheduler:test_support", | 55 "//components/scheduler:test_support", |
57 "//content/app:both_for_content_tests", | 56 "//content/app:both_for_content_tests", |
58 "//content/browser/speech/proto", | 57 "//content/browser/speech/proto", |
59 "//content/child:for_content_tests", | 58 "//content/child:for_content_tests", |
60 "//content/gpu", | 59 "//content/gpu", |
61 "//content/public/browser", | 60 "//content/public/browser", |
62 "//content/public/child", | 61 "//content/public/child", |
63 "//content/public/renderer", | 62 "//content/public/renderer", |
64 "//content/public/utility", | 63 "//content/public/utility", |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 | 628 |
630 deps = [ | 629 deps = [ |
631 ":content_test_mojo_bindings", | 630 ":content_test_mojo_bindings", |
632 ":test_support", | 631 ":test_support", |
633 "//base/test:test_support", | 632 "//base/test:test_support", |
634 "//base/third_party/dynamic_annotations", | 633 "//base/third_party/dynamic_annotations", |
635 "//cc", | 634 "//cc", |
636 "//cc:test_support", | 635 "//cc:test_support", |
637 "//cc/surfaces", | 636 "//cc/surfaces", |
638 "//components/display_compositor", | 637 "//components/display_compositor", |
639 "//components/permissions", | |
640 "//components/scheduler", | 638 "//components/scheduler", |
641 "//content:resources", | 639 "//content:resources", |
642 "//content/app:both_for_content_tests", | 640 "//content/app:both_for_content_tests", |
643 "//content/browser:for_content_tests", | 641 "//content/browser:for_content_tests", |
644 "//content/browser/cache_storage:cache_storage_proto", | 642 "//content/browser/cache_storage:cache_storage_proto", |
645 "//content/browser/notifications:notification_proto", | 643 "//content/browser/notifications:notification_proto", |
646 "//content/browser/service_worker:service_worker_proto", | 644 "//content/browser/service_worker:service_worker_proto", |
647 "//content/browser/speech/proto", | 645 "//content/browser/speech/proto", |
648 "//content/child:for_content_tests", | 646 "//content/child:for_content_tests", |
649 "//content/common:mojo_bindings", | 647 "//content/common:mojo_bindings", |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 "//testing/gtest", | 890 "//testing/gtest", |
893 "//testing/perf", | 891 "//testing/perf", |
894 "//ui/gfx", | 892 "//ui/gfx", |
895 "//ui/gfx/geometry", | 893 "//ui/gfx/geometry", |
896 ] | 894 ] |
897 | 895 |
898 if (is_android) { | 896 if (is_android) { |
899 deps += [ "//testing/android/native_test:native_test_native_code" ] | 897 deps += [ "//testing/android/native_test:native_test_native_code" ] |
900 } | 898 } |
901 } | 899 } |
OLD | NEW |