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

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: Final tweaks 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/renderer/gamepad_shared_memory_reader.cc ('k') | device/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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 "//content/public/browser", 663 "//content/public/browser",
664 "//content/public/child", 664 "//content/public/child",
665 "//content/public/common", 665 "//content/public/common",
666 "//content/public/renderer", 666 "//content/public/renderer",
667 "//content/renderer:for_content_tests", 667 "//content/renderer:for_content_tests",
668 "//crypto", 668 "//crypto",
669 "//device/battery", 669 "//device/battery",
670 "//device/battery:mojo_bindings", 670 "//device/battery:mojo_bindings",
671 "//device/bluetooth", 671 "//device/bluetooth",
672 "//device/bluetooth:mocks", 672 "//device/bluetooth:mocks",
673 "//device/gamepad",
674 "//device/gamepad:test_helpers",
673 "//gin", 675 "//gin",
674 "//gpu", 676 "//gpu",
675 "//gpu:test_support", 677 "//gpu:test_support",
676 "//ipc:test_support", 678 "//ipc:test_support",
677 "//media:shared_memory_support", 679 "//media:shared_memory_support",
678 "//media:test_support", 680 "//media:test_support",
679 "//media/audio:test_support", 681 "//media/audio:test_support",
680 "//media/base:test_support", 682 "//media/base:test_support",
681 "//media/capture", 683 "//media/capture",
682 "//media/midi:midi", 684 "//media/midi:midi",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 922
921 fuzzer_test("renderer_fuzzer") { 923 fuzzer_test("renderer_fuzzer") {
922 sources = [ 924 sources = [
923 "renderer_fuzzer.cc", 925 "renderer_fuzzer.cc",
924 ] 926 ]
925 deps = [ 927 deps = [
926 ":test_support", 928 ":test_support",
927 "//content/shell:content_shell_lib", 929 "//content/shell:content_shell_lib",
928 ] 930 ]
929 } 931 }
OLDNEW
« no previous file with comments | « content/renderer/gamepad_shared_memory_reader.cc ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698