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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 "//content/public/browser", | 451 "//content/public/browser", |
452 "//content/public/child", | 452 "//content/public/child", |
453 "//content/public/common", | 453 "//content/public/common", |
454 "//content/public/renderer", | 454 "//content/public/renderer", |
455 "//content/renderer:for_content_tests", | 455 "//content/renderer:for_content_tests", |
456 "//content/shell:content_shell_lib", | 456 "//content/shell:content_shell_lib", |
457 "//content/shell:pak", | 457 "//content/shell:pak", |
458 "//content/test:test_support", | 458 "//content/test:test_support", |
459 "//device/battery", | 459 "//device/battery", |
460 "//device/battery:mojo_bindings", | 460 "//device/battery:mojo_bindings", |
| 461 "//device/power_save_blocker", |
461 "//device/vibration:mojo_bindings", | 462 "//device/vibration:mojo_bindings", |
462 "//gin", | 463 "//gin", |
463 "//gpu", | 464 "//gpu", |
464 "//ipc:test_support", | 465 "//ipc:test_support", |
465 "//media", | 466 "//media", |
466 "//media:test_support", | 467 "//media:test_support", |
467 "//media/audio:test_support", | 468 "//media/audio:test_support", |
468 "//media/base:test_support", | 469 "//media/base:test_support", |
469 "//mojo/public/cpp/bindings", | 470 "//mojo/public/cpp/bindings", |
470 "//mojo/public/js", | 471 "//mojo/public/js", |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 | 911 |
911 fuzzer_test("renderer_fuzzer") { | 912 fuzzer_test("renderer_fuzzer") { |
912 sources = [ | 913 sources = [ |
913 "renderer_fuzzer.cc", | 914 "renderer_fuzzer.cc", |
914 ] | 915 ] |
915 deps = [ | 916 deps = [ |
916 ":test_support", | 917 ":test_support", |
917 "//content/shell:content_shell_lib", | 918 "//content/shell:content_shell_lib", |
918 ] | 919 ] |
919 } | 920 } |
OLD | NEW |