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

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

Issue 2072403002: Remove content/browser/power_save_blocker_factory.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp 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/content_tests.gypi ('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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "//content/public/browser", 451 "//content/public/browser",
452 "//content/public/child", 452 "//content/public/child",
453 "//content/public/common", 453 "//content/public/common",
454 "//content/public/renderer", 454 "//content/public/renderer",
455 "//content/renderer:for_content_tests", 455 "//content/renderer:for_content_tests",
456 "//content/shell:content_shell_lib", 456 "//content/shell:content_shell_lib",
457 "//content/shell:pak", 457 "//content/shell:pak",
458 "//content/test:test_support", 458 "//content/test:test_support",
459 "//device/battery", 459 "//device/battery",
460 "//device/battery:mojo_bindings", 460 "//device/battery:mojo_bindings",
461 "//device/power_save_blocker",
461 "//device/vibration:mojo_bindings", 462 "//device/vibration:mojo_bindings",
462 "//gin", 463 "//gin",
463 "//gpu", 464 "//gpu",
464 "//ipc:test_support", 465 "//ipc:test_support",
465 "//media", 466 "//media",
466 "//media:test_support", 467 "//media:test_support",
467 "//media/audio:test_support", 468 "//media/audio:test_support",
468 "//media/base:test_support", 469 "//media/base:test_support",
469 "//mojo/public/cpp/bindings", 470 "//mojo/public/cpp/bindings",
470 "//mojo/public/js", 471 "//mojo/public/js",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 911
911 fuzzer_test("renderer_fuzzer") { 912 fuzzer_test("renderer_fuzzer") {
912 sources = [ 913 sources = [
913 "renderer_fuzzer.cc", 914 "renderer_fuzzer.cc",
914 ] 915 ]
915 deps = [ 916 deps = [
916 ":test_support", 917 ":test_support",
917 "//content/shell:content_shell_lib", 918 "//content/shell:content_shell_lib",
918 ] 919 ]
919 } 920 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698