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

Side by Side Diff: content/browser/DEPS

Issue 787953004: bluetooth: Use BluetoothAdapter in BluetoothDispatcherHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: virtual/override replaced Created 5 years, 11 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 | « content/browser/BUILD.gn ('k') | content/browser/bluetooth/bluetooth_dispatcher_host.h » ('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/app/strings/grit", # For generated headers 2 "+content/app/strings/grit", # For generated headers
3 "+content/public/browser", 3 "+content/public/browser",
4 "+device/battery", # For battery status service. 4 "+device/battery", # For battery status service.
5 "+device/bluetooth", # For Web Bluetooth API in content/*/bluetooth.
5 "+device/vibration", # For Vibration API 6 "+device/vibration", # For Vibration API
6 "+media/audio", # For audio input for speech input feature. 7 "+media/audio", # For audio input for speech input feature.
7 "+media/base", # For Android JNI registration. 8 "+media/base", # For Android JNI registration.
8 "+media/filters", # For reporting GPU decoding UMA. 9 "+media/filters", # For reporting GPU decoding UMA.
9 "+media/midi", # For Web MIDI API 10 "+media/midi", # For Web MIDI API
10 "+media/video", # For Video Device monitoring in Mac. 11 "+media/video", # For Video Device monitoring in Mac.
11 "+mojo", 12 "+mojo",
12 "+sql", 13 "+sql",
13 "+ui/webui", 14 "+ui/webui",
14 "+win8/util", 15 "+win8/util",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "+third_party/WebKit/public/web/WebTextDirection.h", 80 "+third_party/WebKit/public/web/WebTextDirection.h",
80 "+third_party/WebKit/public/web/WebTextInputType.h", 81 "+third_party/WebKit/public/web/WebTextInputType.h",
81 82
82 # These should be burned down. http://crbug.com/237267 83 # These should be burned down. http://crbug.com/237267
83 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 84 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
84 85
85 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 86 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
86 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 87 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
87 # for more information. 88 # for more information.
88 ] 89 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/bluetooth/bluetooth_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698