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

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

Issue 2776983002: [DeviceService] Move all vibration codes into //services/device (Closed)
Patch Set: Rebase only 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 "+device/vibration/vibration_manager.mojom-blink.h",
3 "-modules", 2 "-modules",
4 "+modules/ModulesExport.h", 3 "+modules/ModulesExport.h",
5 "+modules/vibration", 4 "+modules/vibration",
6 "+services/device/public/interfaces/constants.mojom-blink.h", 5 "+services/device/public/interfaces/constants.mojom-blink.h",
6 "+services/device/public/interfaces/vibration_manager.mojom-blink.h",
7 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698