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