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

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

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android and Unit tests 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
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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "//content/public/browser", 656 "//content/public/browser",
657 "//content/public/child", 657 "//content/public/child",
658 "//content/public/common", 658 "//content/public/common",
659 "//content/public/renderer", 659 "//content/public/renderer",
660 "//content/renderer:for_content_tests", 660 "//content/renderer:for_content_tests",
661 "//crypto", 661 "//crypto",
662 "//device/battery", 662 "//device/battery",
663 "//device/battery:mojo_bindings", 663 "//device/battery:mojo_bindings",
664 "//device/bluetooth", 664 "//device/bluetooth",
665 "//device/bluetooth:mocks", 665 "//device/bluetooth:mocks",
666 "//device/gamepad",
667 "//device/gamepad:test_helpers",
666 "//gin", 668 "//gin",
667 "//gpu", 669 "//gpu",
668 "//gpu:test_support", 670 "//gpu:test_support",
669 "//ipc:test_support", 671 "//ipc:test_support",
670 "//media:shared_memory_support", 672 "//media:shared_memory_support",
671 "//media:test_support", 673 "//media:test_support",
672 "//media/audio:test_support", 674 "//media/audio:test_support",
673 "//media/base:test_support", 675 "//media/base:test_support",
674 "//media/capture", 676 "//media/capture",
675 "//media/midi:midi", 677 "//media/midi:midi",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 914
913 fuzzer_test("renderer_fuzzer") { 915 fuzzer_test("renderer_fuzzer") {
914 sources = [ 916 sources = [
915 "renderer_fuzzer.cc", 917 "renderer_fuzzer.cc",
916 ] 918 ]
917 deps = [ 919 deps = [
918 ":test_support", 920 ":test_support",
919 "//content/shell:content_shell_lib", 921 "//content/shell:content_shell_lib",
920 ] 922 ]
921 } 923 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698