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

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

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: updated test code Created 3 years, 7 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 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 "//content/public/common", 1484 "//content/public/common",
1485 "//content/public/common:service_names", 1485 "//content/public/common:service_names",
1486 "//content/public/renderer", 1486 "//content/public/renderer",
1487 "//content/renderer:for_content_tests", 1487 "//content/renderer:for_content_tests",
1488 "//crypto", 1488 "//crypto",
1489 "//device/bluetooth", 1489 "//device/bluetooth",
1490 "//device/bluetooth:mocks", 1490 "//device/bluetooth:mocks",
1491 "//device/gamepad", 1491 "//device/gamepad",
1492 "//device/gamepad:test_helpers", 1492 "//device/gamepad:test_helpers",
1493 "//device/gamepad/public/cpp:shared_with_blink", 1493 "//device/gamepad/public/cpp:shared_with_blink",
1494 "//device/generic_sensor/public/cpp",
1495 "//device/generic_sensor/public/interfaces",
1494 "//device/sensors/public/cpp:full", 1496 "//device/sensors/public/cpp:full",
1495 "//device/sensors/public/interfaces", 1497 "//device/sensors/public/interfaces",
1496 "//gin", 1498 "//gin",
1497 "//gpu", 1499 "//gpu",
1498 "//gpu:test_support", 1500 "//gpu:test_support",
1499 "//gpu/ipc/host", 1501 "//gpu/ipc/host",
1500 "//ipc:test_support", 1502 "//ipc:test_support",
1501 "//media:shared_memory_support", 1503 "//media:shared_memory_support",
1502 "//media:test_support", 1504 "//media:test_support",
1503 "//media/audio:test_support", 1505 "//media/audio:test_support",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 if (is_android) { 1855 if (is_android) {
1854 deps += [ "//testing/android/native_test:native_test_native_code" ] 1856 deps += [ "//testing/android/native_test:native_test_native_code" ]
1855 } 1857 }
1856 } 1858 }
1857 1859
1858 group("fuzzers") { 1860 group("fuzzers") {
1859 deps = [ 1861 deps = [
1860 "//content/test/fuzzer", 1862 "//content/test/fuzzer",
1861 ] 1863 ]
1862 } 1864 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698