| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 59 "//components/scheduler:scheduler", |
| 60 "//components/scheduler:test_support", | 60 "//components/scheduler:test_support", |
| 61 "//components/web_bluetooth", |
| 61 "//content/app:both_for_content_tests", | 62 "//content/app:both_for_content_tests", |
| 62 "//content/browser:for_content_tests", | 63 "//content/browser:for_content_tests", |
| 63 "//content/browser/speech/proto", | 64 "//content/browser/speech/proto", |
| 64 "//content/child:for_content_tests", | 65 "//content/child:for_content_tests", |
| 65 "//content/gpu", | 66 "//content/gpu", |
| 66 "//content/public/browser", | 67 "//content/public/browser", |
| 67 "//content/public/child", | 68 "//content/public/child", |
| 68 "//content/public/renderer", | 69 "//content/public/renderer", |
| 69 "//content/public/utility", | 70 "//content/public/utility", |
| 70 "//content/renderer:for_content_tests", | 71 "//content/renderer:for_content_tests", |
| (...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 | 921 |
| 921 fuzzer_test("renderer_fuzzer") { | 922 fuzzer_test("renderer_fuzzer") { |
| 922 sources = [ | 923 sources = [ |
| 923 "renderer_fuzzer.cc", | 924 "renderer_fuzzer.cc", |
| 924 ] | 925 ] |
| 925 deps = [ | 926 deps = [ |
| 926 ":test_support", | 927 ":test_support", |
| 927 "//content/shell:content_shell_lib", | 928 "//content/shell:content_shell_lib", |
| 928 ] | 929 ] |
| 929 } | 930 } |
| OLD | NEW |