| 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", |
| 54 "//components/scheduler:scheduler", | 55 "//components/scheduler:scheduler", |
| 55 "//components/scheduler:test_support", | 56 "//components/scheduler:test_support", |
| 56 "//content/app:both_for_content_tests", | 57 "//content/app:both_for_content_tests", |
| 57 "//content/browser/speech/proto", | 58 "//content/browser/speech/proto", |
| 58 "//content/child:for_content_tests", | 59 "//content/child:for_content_tests", |
| 59 "//content/gpu", | 60 "//content/gpu", |
| 60 "//content/public/browser", | 61 "//content/public/browser", |
| 61 "//content/public/child", | 62 "//content/public/child", |
| 62 "//content/public/renderer", | 63 "//content/public/renderer", |
| 63 "//content/public/utility", | 64 "//content/public/utility", |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 | 629 |
| 629 deps = [ | 630 deps = [ |
| 630 ":content_test_mojo_bindings", | 631 ":content_test_mojo_bindings", |
| 631 ":test_support", | 632 ":test_support", |
| 632 "//base/test:test_support", | 633 "//base/test:test_support", |
| 633 "//base/third_party/dynamic_annotations", | 634 "//base/third_party/dynamic_annotations", |
| 634 "//cc", | 635 "//cc", |
| 635 "//cc:test_support", | 636 "//cc:test_support", |
| 636 "//cc/surfaces", | 637 "//cc/surfaces", |
| 637 "//components/display_compositor", | 638 "//components/display_compositor", |
| 639 "//components/permissions", |
| 638 "//components/scheduler", | 640 "//components/scheduler", |
| 639 "//content:resources", | 641 "//content:resources", |
| 640 "//content/app:both_for_content_tests", | 642 "//content/app:both_for_content_tests", |
| 641 "//content/browser:for_content_tests", | 643 "//content/browser:for_content_tests", |
| 642 "//content/browser/cache_storage:cache_storage_proto", | 644 "//content/browser/cache_storage:cache_storage_proto", |
| 643 "//content/browser/notifications:notification_proto", | 645 "//content/browser/notifications:notification_proto", |
| 644 "//content/browser/service_worker:service_worker_proto", | 646 "//content/browser/service_worker:service_worker_proto", |
| 645 "//content/browser/speech/proto", | 647 "//content/browser/speech/proto", |
| 646 "//content/child:for_content_tests", | 648 "//content/child:for_content_tests", |
| 647 "//content/common:mojo_bindings", | 649 "//content/common:mojo_bindings", |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 "//gpu:test_support", | 934 "//gpu:test_support", |
| 933 "//media/base/android", | 935 "//media/base/android", |
| 934 "//media/base/android:media_java", | 936 "//media/base/android:media_java", |
| 935 "//media/capture/video/android:capture_java", | 937 "//media/capture/video/android:capture_java", |
| 936 "//testing/gmock", | 938 "//testing/gmock", |
| 937 "//ui/android:ui_java", | 939 "//ui/android:ui_java", |
| 938 ] | 940 ] |
| 939 } | 941 } |
| 940 } | 942 } |
| 941 } | 943 } |
| OLD | NEW |