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

Side by Side Diff: content/app/DEPS

Issue 826613003: Revert of Vibration API : migrate to device/vibration using mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « BUILD.gn ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content", 2 "+content",
3 "+device/battery", 3 "+device/battery",
4 "+device/vibration",
5 # For loading V8's initial snapshot from external files. 4 # For loading V8's initial snapshot from external files.
6 "+gin/public/isolate_holder.h", 5 "+gin/public/isolate_holder.h",
7 "+media/base", # For initializing media library. 6 "+media/base", # For initializing media library.
8 ] 7 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698