| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 deps = [ | 49 deps = [ |
| 50 ":browsertest_base", | 50 ":browsertest_base", |
| 51 ":content_test_mojo_bindings", | 51 ":content_test_mojo_bindings", |
| 52 "//base/third_party/dynamic_annotations", | 52 "//base/third_party/dynamic_annotations", |
| 53 "//cc", | 53 "//cc", |
| 54 "//cc:test_support", | 54 "//cc:test_support", |
| 55 "//cc/blink", | 55 "//cc/blink", |
| 56 "//cc/ipc", | 56 "//cc/ipc", |
| 57 "//cc/surfaces", | 57 "//cc/surfaces", |
| 58 "//components/display_compositor", | 58 "//components/display_compositor", |
| 59 "//components/scheduler:scheduler", | |
| 60 "//components/scheduler:test_support", | |
| 61 "//content/app:both_for_content_tests", | 59 "//content/app:both_for_content_tests", |
| 62 "//content/browser:for_content_tests", | 60 "//content/browser:for_content_tests", |
| 63 "//content/browser/speech/proto", | 61 "//content/browser/speech/proto", |
| 64 "//content/child:for_content_tests", | 62 "//content/child:for_content_tests", |
| 65 "//content/gpu", | 63 "//content/gpu", |
| 66 "//content/public/browser", | 64 "//content/public/browser", |
| 67 "//content/public/child", | 65 "//content/public/child", |
| 68 "//content/public/renderer", | 66 "//content/public/renderer", |
| 69 "//content/public/utility", | 67 "//content/public/utility", |
| 70 "//content/renderer:for_content_tests", | 68 "//content/renderer:for_content_tests", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 | 313 |
| 316 sources = | 314 sources = |
| 317 rebase_path(content_tests_gypi_values.layouttest_support_content_sources, | 315 rebase_path(content_tests_gypi_values.layouttest_support_content_sources, |
| 318 ".", | 316 ".", |
| 319 "//content") | 317 "//content") |
| 320 | 318 |
| 321 deps = [ | 319 deps = [ |
| 322 ":test_support", | 320 ":test_support", |
| 323 "//cc", | 321 "//cc", |
| 324 "//cc/blink", | 322 "//cc/blink", |
| 325 "//components/scheduler:test_support", | |
| 326 "//components/test_runner:test_runner", | 323 "//components/test_runner:test_runner", |
| 327 "//content/browser:for_content_tests", | 324 "//content/browser:for_content_tests", |
| 328 "//content/public/common", | 325 "//content/public/common", |
| 329 | 326 |
| 330 #"//content/shell:content_shell_lib", | 327 #"//content/shell:content_shell_lib", |
| 331 "//content/renderer:for_content_tests", | 328 "//content/renderer:for_content_tests", |
| 332 "//skia", | 329 "//skia", |
| 333 "//ui/accessibility:ax_gen", | 330 "//ui/accessibility:ax_gen", |
| 334 "//v8", | 331 "//v8", |
| 335 ] | 332 ] |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "//build/config:precompiled_headers", | 439 "//build/config:precompiled_headers", |
| 443 "//build/config/compiler:no_size_t_to_int_warning", | 440 "//build/config/compiler:no_size_t_to_int_warning", |
| 444 ] | 441 ] |
| 445 | 442 |
| 446 deps = [ | 443 deps = [ |
| 447 ":browsertest_base", | 444 ":browsertest_base", |
| 448 ":browsertest_support", | 445 ":browsertest_support", |
| 449 ":content_test_mojo_bindings", | 446 ":content_test_mojo_bindings", |
| 450 ":web_ui_test_mojo_bindings", | 447 ":web_ui_test_mojo_bindings", |
| 451 "//base/test:test_support", | 448 "//base/test:test_support", |
| 452 "//components/scheduler", | |
| 453 "//content:resources", | 449 "//content:resources", |
| 454 "//content/app:both_for_content_tests", | 450 "//content/app:both_for_content_tests", |
| 455 "//content/browser:for_content_tests", | 451 "//content/browser:for_content_tests", |
| 456 "//content/browser/background_sync:background_sync_proto", | 452 "//content/browser/background_sync:background_sync_proto", |
| 457 "//content/common:mojo_bindings", | 453 "//content/common:mojo_bindings", |
| 458 "//content/gpu", | 454 "//content/gpu", |
| 459 "//content/public/browser", | 455 "//content/public/browser", |
| 460 "//content/public/child", | 456 "//content/public/child", |
| 461 "//content/public/common", | 457 "//content/public/common", |
| 462 "//content/public/renderer", | 458 "//content/public/renderer", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 deps = [ | 638 deps = [ |
| 643 ":content_test_mojo_bindings", | 639 ":content_test_mojo_bindings", |
| 644 ":test_support", | 640 ":test_support", |
| 645 "//base/test:test_support", | 641 "//base/test:test_support", |
| 646 "//base/third_party/dynamic_annotations", | 642 "//base/third_party/dynamic_annotations", |
| 647 "//cc", | 643 "//cc", |
| 648 "//cc:test_support", | 644 "//cc:test_support", |
| 649 "//cc/ipc", | 645 "//cc/ipc", |
| 650 "//cc/surfaces", | 646 "//cc/surfaces", |
| 651 "//components/display_compositor", | 647 "//components/display_compositor", |
| 652 "//components/scheduler", | |
| 653 "//content:resources", | 648 "//content:resources", |
| 654 "//content/app:both_for_content_tests", | 649 "//content/app:both_for_content_tests", |
| 655 "//content/browser:for_content_tests", | 650 "//content/browser:for_content_tests", |
| 656 "//content/browser/cache_storage:cache_storage_proto", | 651 "//content/browser/cache_storage:cache_storage_proto", |
| 657 "//content/browser/notifications:notification_proto", | 652 "//content/browser/notifications:notification_proto", |
| 658 "//content/browser/service_worker:service_worker_proto", | 653 "//content/browser/service_worker:service_worker_proto", |
| 659 "//content/browser/speech/proto", | 654 "//content/browser/speech/proto", |
| 660 "//content/child:for_content_tests", | 655 "//content/child:for_content_tests", |
| 661 "//content/common:mojo_bindings", | 656 "//content/common:mojo_bindings", |
| 662 "//content/gpu", | 657 "//content/gpu", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 fuzzer_test("renderer_fuzzer") { | 918 fuzzer_test("renderer_fuzzer") { |
| 924 sources = [ | 919 sources = [ |
| 925 "renderer_fuzzer.cc", | 920 "renderer_fuzzer.cc", |
| 926 ] | 921 ] |
| 927 deps = [ | 922 deps = [ |
| 928 ":test_support", | 923 ":test_support", |
| 929 "//content/shell:content_shell_lib", | 924 "//content/shell:content_shell_lib", |
| 930 ] | 925 ] |
| 931 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" | 926 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" |
| 932 } | 927 } |
| OLD | NEW |