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

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: fixed patch set Created 5 years, 7 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
« no previous file with comments | « chromecast/chromecast_tests.gypi ('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", 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
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698