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

Side by Side Diff: third_party/WebKit/Source/modules/device_orientation/DEPS

Issue 2778713002: Clean up DEPS files under Source/modules (Closed)
Patch Set: Fixed csspaint Created 3 years, 8 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 "+bindings",
3 "+core",
4
5 # NOTE: These files are POD structs used to interpret shared memory across 2 # NOTE: These files are POD structs used to interpret shared memory across
6 # the Device Sensors implementation and the Blink client. 3 # the Device Sensors implementation and the Blink client.
7 "+device/sensors/public/cpp/motion_data.h", 4 "+device/sensors/public/cpp/motion_data.h",
8 "+device/sensors/public/cpp/orientation_data.h", 5 "+device/sensors/public/cpp/orientation_data.h",
9 6
10 "-modules", 7 "-modules",
11 "+modules/EventModules.h", 8 "+modules/EventModules.h",
12 "+modules/EventTargetModules.h", 9 "+modules/EventTargetModules.h",
13 "+modules/ModulesExport.h", 10 "+modules/ModulesExport.h",
14 "+modules/device_orientation", 11 "+modules/device_orientation",
15 "+platform",
16 "+public/platform",
17 "-web",
18 ] 12 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/device_light/DEPS ('k') | third_party/WebKit/Source/modules/donottrack/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698