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

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

Issue 2948253002: Revert of 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 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 "//content/public/common", 1518 "//content/public/common",
1519 "//content/public/common:service_names", 1519 "//content/public/common:service_names",
1520 "//content/public/renderer", 1520 "//content/public/renderer",
1521 "//content/renderer:for_content_tests", 1521 "//content/renderer:for_content_tests",
1522 "//crypto", 1522 "//crypto",
1523 "//device/bluetooth", 1523 "//device/bluetooth",
1524 "//device/bluetooth:mocks", 1524 "//device/bluetooth:mocks",
1525 "//device/gamepad", 1525 "//device/gamepad",
1526 "//device/gamepad:test_helpers", 1526 "//device/gamepad:test_helpers",
1527 "//device/gamepad/public/cpp:shared_with_blink", 1527 "//device/gamepad/public/cpp:shared_with_blink",
1528 "//device/generic_sensor/public/cpp",
1529 "//device/sensors/public/cpp:full", 1528 "//device/sensors/public/cpp:full",
1530 "//device/sensors/public/interfaces", 1529 "//device/sensors/public/interfaces",
1531 "//gin", 1530 "//gin",
1532 "//gpu", 1531 "//gpu",
1533 "//gpu:test_support", 1532 "//gpu:test_support",
1534 "//gpu/ipc/host", 1533 "//gpu/ipc/host",
1535 "//ipc:test_support", 1534 "//ipc:test_support",
1536 "//media:shared_memory_support", 1535 "//media:shared_memory_support",
1537 "//media:test_support", 1536 "//media:test_support",
1538 "//media/audio:test_support", 1537 "//media/audio:test_support",
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 if (is_android) { 1894 if (is_android) {
1896 deps += [ "//testing/android/native_test:native_test_native_code" ] 1895 deps += [ "//testing/android/native_test:native_test_native_code" ]
1897 } 1896 }
1898 } 1897 }
1899 1898
1900 group("fuzzers") { 1899 group("fuzzers") {
1901 deps = [ 1900 deps = [
1902 "//content/test/fuzzer", 1901 "//content/test/fuzzer",
1903 ] 1902 ]
1904 } 1903 }
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