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

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

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: address comments Created 3 years, 8 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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 deps = [ 486 deps = [
487 ":test_support", 487 ":test_support",
488 "//cc", 488 "//cc",
489 "//cc/blink", 489 "//cc/blink",
490 "//content/browser:for_content_tests", 490 "//content/browser:for_content_tests",
491 "//content/child:for_content_tests", 491 "//content/child:for_content_tests",
492 "//content/public/common", 492 "//content/public/common",
493 "//content/renderer:for_content_tests", 493 "//content/renderer:for_content_tests",
494 "//content/shell/test_runner:test_runner", 494 "//content/shell/test_runner:test_runner",
495 "//device/bluetooth", 495 "//device/bluetooth",
496 "//device/gamepad/public/cpp:shared_with_blink",
496 "//device/sensors/public/cpp:full", 497 "//device/sensors/public/cpp:full",
497 "//services/ui/public/cpp/gpu", 498 "//services/ui/public/cpp/gpu",
498 "//skia", 499 "//skia",
499 "//ui/accessibility:ax_gen", 500 "//ui/accessibility:ax_gen",
500 "//ui/events/blink", 501 "//ui/events/blink",
501 "//ui/gfx:test_support", 502 "//ui/gfx:test_support",
502 "//v8", 503 "//v8",
503 ] 504 ]
504 505
505 if (is_android) { 506 if (is_android) {
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 "//content/public/common:service_names", 1484 "//content/public/common:service_names",
1484 "//content/public/renderer", 1485 "//content/public/renderer",
1485 "//content/renderer:for_content_tests", 1486 "//content/renderer:for_content_tests",
1486 "//crypto", 1487 "//crypto",
1487 "//device/battery", 1488 "//device/battery",
1488 "//device/battery:mojo_bindings", 1489 "//device/battery:mojo_bindings",
1489 "//device/bluetooth", 1490 "//device/bluetooth",
1490 "//device/bluetooth:mocks", 1491 "//device/bluetooth:mocks",
1491 "//device/gamepad", 1492 "//device/gamepad",
1492 "//device/gamepad:test_helpers", 1493 "//device/gamepad:test_helpers",
1494 "//device/gamepad/public/cpp:shared_with_blink",
1493 "//device/sensors/public/cpp:full", 1495 "//device/sensors/public/cpp:full",
1494 "//device/sensors/public/interfaces", 1496 "//device/sensors/public/interfaces",
1495 "//gin", 1497 "//gin",
1496 "//gpu", 1498 "//gpu",
1497 "//gpu:test_support", 1499 "//gpu:test_support",
1498 "//gpu/ipc/host", 1500 "//gpu/ipc/host",
1499 "//ipc:test_support", 1501 "//ipc:test_support",
1500 "//media:shared_memory_support", 1502 "//media:shared_memory_support",
1501 "//media:test_support", 1503 "//media:test_support",
1502 "//media/audio:test_support", 1504 "//media/audio:test_support",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 if (is_android) { 1852 if (is_android) {
1851 deps += [ "//testing/android/native_test:native_test_native_code" ] 1853 deps += [ "//testing/android/native_test:native_test_native_code" ]
1852 } 1854 }
1853 } 1855 }
1854 1856
1855 group("fuzzers") { 1857 group("fuzzers") {
1856 deps = [ 1858 deps = [
1857 "//content/test/fuzzer", 1859 "//content/test/fuzzer",
1858 ] 1860 ]
1859 } 1861 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698