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

Side by Side Diff: content/app/DEPS

Issue 1065743003: Reland: Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp fix Created 5 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 "+content", 2 "+content",
3 "+device/battery", 3 "+device/battery",
4 "+device/vibration", 4 "+device/vibration",
5 # For loading V8's initial snapshot from external files. 5 # For loading V8's initial snapshot from external files.
6 "+gin/public/isolate_holder.h", 6 "+gin/public/isolate_holder.h",
7 "+gin/public/snapshot_fd_data.h", 7 "+gin/public/snapshot_fd_data.h",
8 "+gin/v8_initializer.h", 8 "+gin/v8_initializer.h",
9 "+media/base", # For initializing media library. 9 "+media/base", # For initializing media library.
10 "+media/midi", # For initializing midi library.
10 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698