Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Side by Side Diff: content/test/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/child/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//content/public/child", 64 "//content/public/child",
65 "//content/public/renderer", 65 "//content/public/renderer",
66 "//content/public/utility", 66 "//content/public/utility",
67 "//content/renderer:for_content_tests", 67 "//content/renderer:for_content_tests",
68 "//content/shell:pak", 68 "//content/shell:pak",
69 "//content/utility:for_content_tests", 69 "//content/utility:for_content_tests",
70 "//device/nfc:mojo_bindings", 70 "//device/nfc:mojo_bindings",
71 "//ipc:test_support", 71 "//ipc:test_support",
72 "//ipc/mojo", 72 "//ipc/mojo",
73 "//media", 73 "//media",
74 "//mojo/edk/system",
74 "//mojo/edk/test:test_support", 75 "//mojo/edk/test:test_support",
75 "//net:test_support", 76 "//net:test_support",
76 "//services/shell/public/cpp", 77 "//services/shell/public/cpp",
77 "//skia", 78 "//skia",
78 "//storage/browser", 79 "//storage/browser",
79 "//storage/common", 80 "//storage/common",
80 "//testing/gmock", 81 "//testing/gmock",
81 "//testing/gtest", 82 "//testing/gtest",
82 "//ui/accessibility:ax_gen", 83 "//ui/accessibility:ax_gen",
83 "//ui/base", 84 "//ui/base",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 ":test_support", 313 ":test_support",
313 "//cc", 314 "//cc",
314 "//cc/blink", 315 "//cc/blink",
315 "//components/scheduler:test_support", 316 "//components/scheduler:test_support",
316 "//components/test_runner:test_runner", 317 "//components/test_runner:test_runner",
317 "//content/browser:for_content_tests", 318 "//content/browser:for_content_tests",
318 "//content/public/common", 319 "//content/public/common",
319 320
320 #"//content/shell:content_shell_lib", 321 #"//content/shell:content_shell_lib",
321 "//content/renderer:for_content_tests", 322 "//content/renderer:for_content_tests",
322 "//mojo/edk/test:test_support",
323 "//skia", 323 "//skia",
324 "//ui/accessibility:ax_gen", 324 "//ui/accessibility:ax_gen",
325 "//v8", 325 "//v8",
326 ] 326 ]
327 327
328 if (is_android) { 328 if (is_android) {
329 deps += [ "//content/public/test/android:test_support_content_jni_headers" ] 329 deps += [ "//content/public/test/android:test_support_content_jni_headers" ]
330 } 330 }
331 } 331 }
332 332
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "//device/battery", 456 "//device/battery",
457 "//device/battery:mojo_bindings", 457 "//device/battery:mojo_bindings",
458 "//device/vibration:mojo_bindings", 458 "//device/vibration:mojo_bindings",
459 "//gin", 459 "//gin",
460 "//gpu", 460 "//gpu",
461 "//ipc:test_support", 461 "//ipc:test_support",
462 "//media", 462 "//media",
463 "//media:test_support", 463 "//media:test_support",
464 "//media/audio:test_support", 464 "//media/audio:test_support",
465 "//media/base:test_support", 465 "//media/base:test_support",
466 "//mojo/edk/system",
467 "//mojo/edk/test:test_support",
468 "//mojo/public/cpp/bindings", 466 "//mojo/public/cpp/bindings",
469 "//mojo/public/js", 467 "//mojo/public/js",
470 "//net:test_support", 468 "//net:test_support",
471 "//services/shell/public/cpp", 469 "//services/shell/public/cpp",
472 "//storage/browser", 470 "//storage/browser",
473 "//testing/gmock", 471 "//testing/gmock",
474 "//testing/gtest", 472 "//testing/gtest",
475 "//third_party/WebKit/public:blink", 473 "//third_party/WebKit/public:blink",
476 "//third_party/leveldatabase", 474 "//third_party/leveldatabase",
477 "//third_party/mesa:osmesa", 475 "//third_party/mesa:osmesa",
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 907
910 fuzzer_test("renderer_fuzzer") { 908 fuzzer_test("renderer_fuzzer") {
911 sources = [ 909 sources = [
912 "renderer_fuzzer.cc", 910 "renderer_fuzzer.cc",
913 ] 911 ]
914 deps = [ 912 deps = [
915 ":test_support", 913 ":test_support",
916 "//content/shell:content_shell_lib", 914 "//content/shell:content_shell_lib",
917 ] 915 ]
918 } 916 }
OLDNEW
« no previous file with comments | « content/child/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698