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

Side by Side Diff: chrome/browser/DEPS

Issue 1371793004: Provide the DeviceManager service to the renderer directly, no app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface_permission
Patch Set: Fix header inclusion in chrome_content_browser_client.cc. Created 5 years, 2 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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "+components/web_modal", 112 "+components/web_modal",
113 "+components/web_resource", 113 "+components/web_resource",
114 "+components/webdata/common", 114 "+components/webdata/common",
115 "+components/webdata_services", 115 "+components/webdata_services",
116 "+components/webusb", 116 "+components/webusb",
117 "+content/public/browser", 117 "+content/public/browser",
118 "+content/test/net", 118 "+content/test/net",
119 "+courgette", 119 "+courgette",
120 "+device/bluetooth", 120 "+device/bluetooth",
121 "+device/core", 121 "+device/core",
122 "+device/devices_app/public", 122 "+device/devices_app/public",
Ken Rockot(use gerrit already) 2015/09/28 22:23:14 no longer used, right?
Reilly Grant (use Gerrit) 2015/09/28 23:32:00 Done.
123 "+device/devices_app/usb",
123 "+device/hid", 124 "+device/hid",
124 "+device/usb", 125 "+device/usb",
125 "+device/media_transfer_protocol", 126 "+device/media_transfer_protocol",
126 "+extensions/browser", 127 "+extensions/browser",
127 "+extensions/common", 128 "+extensions/common",
128 "+extensions/components/javascript_dialog_extensions_client", 129 "+extensions/components/javascript_dialog_extensions_client",
129 "+extensions/grit", 130 "+extensions/grit",
130 "+extensions/test", 131 "+extensions/test",
131 "+gin", 132 "+gin",
132 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 133 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 200 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
200 "+third_party/WebKit/public/web/WebCache.h", 201 "+third_party/WebKit/public/web/WebCache.h",
201 "+third_party/WebKit/public/web/WebContextMenuData.h", 202 "+third_party/WebKit/public/web/WebContextMenuData.h",
202 "+third_party/WebKit/public/web/WebFindOptions.h", 203 "+third_party/WebKit/public/web/WebFindOptions.h",
203 "+third_party/WebKit/public/web/WebInputEvent.h", 204 "+third_party/WebKit/public/web/WebInputEvent.h",
204 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 205 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
205 "+third_party/WebKit/public/web/WebPluginAction.h", 206 "+third_party/WebKit/public/web/WebPluginAction.h",
206 "+third_party/WebKit/public/web/WebTextDirection.h", 207 "+third_party/WebKit/public/web/WebTextDirection.h",
207 "+third_party/WebKit/public/web/WebWindowFeatures.h", 208 "+third_party/WebKit/public/web/WebWindowFeatures.h",
208 ] 209 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698