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

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

Issue 2102443002: [GN] content_unittests should depeng on //content/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac Created 4 years, 5 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/public/common/content_switches.h ('k') | no next file » | 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698