| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 "//build/config/compiler:no_size_t_to_int_warning", | 414 "//build/config/compiler:no_size_t_to_int_warning", |
| 415 ] | 415 ] |
| 416 | 416 |
| 417 deps = [ | 417 deps = [ |
| 418 ":browsertest_support", | 418 ":browsertest_support", |
| 419 ":content_test_mojo_bindings", | 419 ":content_test_mojo_bindings", |
| 420 ":layouttest_support", | 420 ":layouttest_support", |
| 421 ":test_support", | 421 ":test_support", |
| 422 ":web_ui_test_mojo_bindings", | 422 ":web_ui_test_mojo_bindings", |
| 423 "//base/test:test_support", | 423 "//base/test:test_support", |
| 424 "//components/memory_coordinator/browser", |
| 424 "//components/network_session_configurator", | 425 "//components/network_session_configurator", |
| 425 "//components/scheduler", | 426 "//components/scheduler", |
| 426 "//content:resources", | 427 "//content:resources", |
| 427 "//content/app:both_for_content_tests", | 428 "//content/app:both_for_content_tests", |
| 428 "//content/browser:for_content_tests", | 429 "//content/browser:for_content_tests", |
| 429 "//content/browser/background_sync:background_sync_proto", | 430 "//content/browser/background_sync:background_sync_proto", |
| 430 "//content/child:for_content_tests", | 431 "//content/child:for_content_tests", |
| 431 "//content/common:mojo_bindings", | 432 "//content/common:mojo_bindings", |
| 432 "//content/gpu", | 433 "//content/gpu", |
| 433 "//content/public/browser", | 434 "//content/public/browser", |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 "renderer_fuzzer.cc", | 914 "renderer_fuzzer.cc", |
| 914 ] | 915 ] |
| 915 deps = [ | 916 deps = [ |
| 916 ":test_support", | 917 ":test_support", |
| 917 "//content/renderer:for_content_tests", | 918 "//content/renderer:for_content_tests", |
| 918 "//content/shell:content_shell_lib", | 919 "//content/shell:content_shell_lib", |
| 919 "//gin", | 920 "//gin", |
| 920 ] | 921 ] |
| 921 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" | 922 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" |
| 922 } | 923 } |
| OLD | NEW |