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

Side by Side Diff: content/test/DEPS

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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/leveldb", 4 "+components/leveldb",
5 "+components/network_session_configurator/common", 5 "+components/network_session_configurator/common",
6 "+components/scheduler/renderer", 6 "+components/scheduler/renderer",
7 "+components/scheduler/test", 7 "+components/scheduler/test",
8 8
9 "+cc/blink", 9 "+cc/blink",
10 "+chromeos/audio", # For WebRTC tests. 10 "+chromeos/audio", # For WebRTC tests.
11 # Testing utilities can access anything in content/ 11 # Testing utilities can access anything in content/
12 "+content", 12 "+content",
13 "+device/bluetooth", # For WebBluetooth tests 13 "+device/bluetooth", # For WebBluetooth tests
14 "+device/gamepad/public/cpp", 14 "+device/gamepad/public/cpp",
15 "+device/generic_sensor/public/cpp",
16 "+device/sensors/public/cpp", 15 "+device/sensors/public/cpp",
17 # For loading V8's initial snapshot from external files. 16 # For loading V8's initial snapshot from external files.
18 "+gin/v8_initializer.h", 17 "+gin/v8_initializer.h",
19 "+services/catalog", 18 "+services/catalog",
20 "+ui/base/resource/data_pack.h", 19 "+ui/base/resource/data_pack.h",
21 "+ui/base/resource/resource_bundle.h", 20 "+ui/base/resource/resource_bundle.h",
22 "!v8/include/v8.h", 21 "!v8/include/v8.h",
23 ] 22 ]
24 23
25 specific_include_rules = { 24 specific_include_rules = {
26 "layouttest_support.cc": [ 25 "layouttest_support.cc": [
27 "+content/shell/test_runner", 26 "+content/shell/test_runner",
28 "+content/shell/common/shell_switches.h", 27 "+content/shell/common/shell_switches.h",
29 "+services/ui/public/cpp/gpu", 28 "+services/ui/public/cpp/gpu",
30 ], 29 ],
31 } 30 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/data/device_sensors/device_motion_only_some_sensors_are_available_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698