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

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

Issue 2953263002: Revert of Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: Created 3 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/renderer/device_sensors/device_motion_event_pump_unittest.cc ('k') | content/test/DEPS » ('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/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 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 "//content/public/common", 1523 "//content/public/common",
1524 "//content/public/common:service_names", 1524 "//content/public/common:service_names",
1525 "//content/public/renderer", 1525 "//content/public/renderer",
1526 "//content/renderer:for_content_tests", 1526 "//content/renderer:for_content_tests",
1527 "//crypto", 1527 "//crypto",
1528 "//device/bluetooth", 1528 "//device/bluetooth",
1529 "//device/bluetooth:mocks", 1529 "//device/bluetooth:mocks",
1530 "//device/gamepad", 1530 "//device/gamepad",
1531 "//device/gamepad:test_helpers", 1531 "//device/gamepad:test_helpers",
1532 "//device/gamepad/public/cpp:shared_with_blink", 1532 "//device/gamepad/public/cpp:shared_with_blink",
1533 "//device/generic_sensor/public/cpp",
1534 "//device/sensors/public/cpp:full", 1533 "//device/sensors/public/cpp:full",
1535 "//device/sensors/public/interfaces", 1534 "//device/sensors/public/interfaces",
1536 "//gin", 1535 "//gin",
1537 "//gpu", 1536 "//gpu",
1538 "//gpu:test_support", 1537 "//gpu:test_support",
1539 "//gpu/ipc/host", 1538 "//gpu/ipc/host",
1540 "//ipc:test_support", 1539 "//ipc:test_support",
1541 "//media:shared_memory_support", 1540 "//media:shared_memory_support",
1542 "//media:test_support", 1541 "//media:test_support",
1543 "//media/audio:test_support", 1542 "//media/audio:test_support",
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 if (is_android) { 1899 if (is_android) {
1901 deps += [ "//testing/android/native_test:native_test_native_code" ] 1900 deps += [ "//testing/android/native_test:native_test_native_code" ]
1902 } 1901 }
1903 } 1902 }
1904 1903
1905 group("fuzzers") { 1904 group("fuzzers") {
1906 deps = [ 1905 deps = [
1907 "//content/test/fuzzer", 1906 "//content/test/fuzzer",
1908 ] 1907 ]
1909 } 1908 }
OLDNEW
« no previous file with comments | « content/renderer/device_sensors/device_motion_event_pump_unittest.cc ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698