| 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 "//components/display_compositor", | 647 "//components/display_compositor", |
| 648 "//components/scheduler", | 648 "//components/scheduler", |
| 649 "//content:resources", | 649 "//content:resources", |
| 650 "//content/app:both_for_content_tests", | 650 "//content/app:both_for_content_tests", |
| 651 "//content/browser:for_content_tests", | 651 "//content/browser:for_content_tests", |
| 652 "//content/browser/cache_storage:cache_storage_proto", | 652 "//content/browser/cache_storage:cache_storage_proto", |
| 653 "//content/browser/notifications:notification_proto", | 653 "//content/browser/notifications:notification_proto", |
| 654 "//content/browser/service_worker:service_worker_proto", | 654 "//content/browser/service_worker:service_worker_proto", |
| 655 "//content/browser/speech/proto", | 655 "//content/browser/speech/proto", |
| 656 "//content/child:for_content_tests", | 656 "//content/child:for_content_tests", |
| 657 "//content/common", |
| 657 "//content/common:mojo_bindings", | 658 "//content/common:mojo_bindings", |
| 658 "//content/gpu", | 659 "//content/gpu", |
| 659 "//content/public/browser", | 660 "//content/public/browser", |
| 660 "//content/public/child", | 661 "//content/public/child", |
| 661 "//content/public/common", | 662 "//content/public/common", |
| 662 "//content/public/renderer", | 663 "//content/public/renderer", |
| 663 "//content/renderer:for_content_tests", | 664 "//content/renderer:for_content_tests", |
| 664 "//crypto", | 665 "//crypto", |
| 665 "//device/battery", | 666 "//device/battery", |
| 666 "//device/battery:mojo_bindings", | 667 "//device/battery:mojo_bindings", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 | 917 |
| 917 fuzzer_test("renderer_fuzzer") { | 918 fuzzer_test("renderer_fuzzer") { |
| 918 sources = [ | 919 sources = [ |
| 919 "renderer_fuzzer.cc", | 920 "renderer_fuzzer.cc", |
| 920 ] | 921 ] |
| 921 deps = [ | 922 deps = [ |
| 922 ":test_support", | 923 ":test_support", |
| 923 "//content/shell:content_shell_lib", | 924 "//content/shell:content_shell_lib", |
| 924 ] | 925 ] |
| 925 } | 926 } |
| OLD | NEW |