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

Side by Side Diff: content/test/DEPS

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Fix gn check Created 4 years, 2 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/scheduler/renderer", 4 "+components/scheduler/renderer",
5 "+components/scheduler/test", 5 "+components/scheduler/test",
6 6
7 "+cc/blink", 7 "+cc/blink",
8 "+chromeos/audio", # For WebRTC tests. 8 "+chromeos/audio", # For WebRTC tests.
9 # Testing utilities can access anything in content/ 9 # Testing utilities can access anything in content/
10 "+content", 10 "+content",
11 "+device/bluetooth", # For WebBluetooth tests 11 "+device/bluetooth", # For WebBluetooth tests
12 "+device/sensors/public/cpp",
12 # For loading V8's initial snapshot from external files. 13 # For loading V8's initial snapshot from external files.
13 "+gin/v8_initializer.h", 14 "+gin/v8_initializer.h",
14 "+ui/base/resource/data_pack.h", 15 "+ui/base/resource/data_pack.h",
15 "+ui/base/resource/resource_bundle.h", 16 "+ui/base/resource/resource_bundle.h",
16 "!v8/include/v8.h", 17 "!v8/include/v8.h",
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 "layouttest_support.cc": [ 21 "layouttest_support.cc": [
21 "+components/test_runner", 22 "+components/test_runner",
22 "+content/shell/common/shell_switches.h", 23 "+content/shell/common/shell_switches.h",
23 ], 24 ],
24 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698