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

Side by Side Diff: content/app/DEPS

Issue 1119113002: bluetooth: Initial JNI setup for device/bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed armansito comments 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 | « no previous file | content/app/android/library_loader_hooks.cc » ('j') | device/bluetooth/BUILD.gn » ('J')
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/bluetooth",
4 "+device/vibration", 5 "+device/vibration",
5 # For loading V8's initial snapshot from external files. 6 # For loading V8's initial snapshot from external files.
6 "+gin/public/isolate_holder.h", 7 "+gin/public/isolate_holder.h",
7 "+gin/public/snapshot_fd_data.h", 8 "+gin/public/snapshot_fd_data.h",
8 "+gin/v8_initializer.h", 9 "+gin/v8_initializer.h",
9 "+media/base", # For initializing media library. 10 "+media/base", # For initializing media library.
10 "+media/midi", # For initializing midi library. 11 "+media/midi", # For initializing midi library.
11 ] 12 ]
OLDNEW
« no previous file with comments | « no previous file | content/app/android/library_loader_hooks.cc » ('j') | device/bluetooth/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698