| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "//content/gpu", | 65 "//content/gpu", |
| 66 "//content/public/browser", | 66 "//content/public/browser", |
| 67 "//content/public/child", | 67 "//content/public/child", |
| 68 "//content/public/renderer", | 68 "//content/public/renderer", |
| 69 "//content/public/utility", | 69 "//content/public/utility", |
| 70 "//content/renderer:for_content_tests", | 70 "//content/renderer:for_content_tests", |
| 71 "//content/shell:pak", | 71 "//content/shell:pak", |
| 72 "//content/utility:for_content_tests", | 72 "//content/utility:for_content_tests", |
| 73 "//device/nfc:mojo_bindings", | 73 "//device/nfc:mojo_bindings", |
| 74 "//ipc:test_support", | 74 "//ipc:test_support", |
| 75 "//ipc/mojo", | |
| 76 "//media", | 75 "//media", |
| 77 "//media/capture", | 76 "//media/capture", |
| 78 "//mojo/edk/system", | 77 "//mojo/edk/system", |
| 79 "//mojo/edk/test:test_support", | 78 "//mojo/edk/test:test_support", |
| 80 "//net:test_support", | 79 "//net:test_support", |
| 81 "//services/shell/public/cpp", | 80 "//services/shell/public/cpp", |
| 82 "//skia", | 81 "//skia", |
| 83 "//storage/browser", | 82 "//storage/browser", |
| 84 "//storage/common", | 83 "//storage/common", |
| 85 "//testing/gmock", | 84 "//testing/gmock", |
| (...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 | 916 |
| 918 fuzzer_test("renderer_fuzzer") { | 917 fuzzer_test("renderer_fuzzer") { |
| 919 sources = [ | 918 sources = [ |
| 920 "renderer_fuzzer.cc", | 919 "renderer_fuzzer.cc", |
| 921 ] | 920 ] |
| 922 deps = [ | 921 deps = [ |
| 923 ":test_support", | 922 ":test_support", |
| 924 "//content/shell:content_shell_lib", | 923 "//content/shell:content_shell_lib", |
| 925 ] | 924 ] |
| 926 } | 925 } |
| OLD | NEW |