| 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/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 ] | 222 ] |
| 223 deps = [ | 223 deps = [ |
| 224 ":content_test_mojo_bindings", | 224 ":content_test_mojo_bindings", |
| 225 "//base/third_party/dynamic_annotations", | 225 "//base/third_party/dynamic_annotations", |
| 226 "//cc:test_support", | 226 "//cc:test_support", |
| 227 "//cc/blink", | 227 "//cc/blink", |
| 228 "//cc/ipc", | 228 "//cc/ipc", |
| 229 "//cc/surfaces", | 229 "//cc/surfaces", |
| 230 "//components/display_compositor", | 230 "//components/display_compositor", |
| 231 "//components/leveldb/public/interfaces", | 231 "//components/leveldb/public/interfaces", |
| 232 "//components/payments:payment_app", |
| 232 "//content/app:both_for_content_tests", | 233 "//content/app:both_for_content_tests", |
| 233 "//content/browser:for_content_tests", | 234 "//content/browser:for_content_tests", |
| 234 "//content/browser/speech/proto", | 235 "//content/browser/speech/proto", |
| 235 "//content/child:for_content_tests", | 236 "//content/child:for_content_tests", |
| 236 "//content/gpu", | 237 "//content/gpu", |
| 237 "//content/public/browser", | 238 "//content/public/browser", |
| 238 "//content/public/child", | 239 "//content/public/child", |
| 239 "//content/public/renderer", | 240 "//content/public/renderer", |
| 240 "//content/public/utility", | 241 "//content/public/utility", |
| 241 "//content/renderer:for_content_tests", | 242 "//content/renderer:for_content_tests", |
| (...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1776 if (is_android) { | 1777 if (is_android) { |
| 1777 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1778 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1778 } | 1779 } |
| 1779 } | 1780 } |
| 1780 | 1781 |
| 1781 group("fuzzers") { | 1782 group("fuzzers") { |
| 1782 deps = [ | 1783 deps = [ |
| 1783 "//content/test/fuzzer", | 1784 "//content/test/fuzzer", |
| 1784 ] | 1785 ] |
| 1785 } | 1786 } |
| OLD | NEW |