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

Side by Side Diff: chrome/browser/DEPS

Issue 1289423002: Add webusb notification UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modified WebUsbBrowserClient::Set function Created 5 years, 4 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "+components/url_formatter", 100 "+components/url_formatter",
101 "+components/url_matcher", 101 "+components/url_matcher",
102 "+components/user_manager", 102 "+components/user_manager",
103 "+components/user_prefs", 103 "+components/user_prefs",
104 "+components/version_info", 104 "+components/version_info",
105 "+components/web_cache/browser", 105 "+components/web_cache/browser",
106 "+components/web_modal", 106 "+components/web_modal",
107 "+components/web_resource", 107 "+components/web_resource",
108 "+components/webdata/common", 108 "+components/webdata/common",
109 "+components/webdata_services", 109 "+components/webdata_services",
110 "+components/webusb",
110 "+content/public/browser", 111 "+content/public/browser",
111 "+content/test/net", 112 "+content/test/net",
112 "+courgette", 113 "+courgette",
113 "+device/bluetooth", 114 "+device/bluetooth",
114 "+device/core", 115 "+device/core",
115 "+device/devices_app/public", 116 "+device/devices_app/public",
116 "+device/hid", 117 "+device/hid",
117 "+device/usb", 118 "+device/usb",
118 "+device/media_transfer_protocol", 119 "+device/media_transfer_protocol",
119 "+extensions/browser", 120 "+extensions/browser",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 192 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
192 "+third_party/WebKit/public/web/WebCache.h", 193 "+third_party/WebKit/public/web/WebCache.h",
193 "+third_party/WebKit/public/web/WebContextMenuData.h", 194 "+third_party/WebKit/public/web/WebContextMenuData.h",
194 "+third_party/WebKit/public/web/WebFindOptions.h", 195 "+third_party/WebKit/public/web/WebFindOptions.h",
195 "+third_party/WebKit/public/web/WebInputEvent.h", 196 "+third_party/WebKit/public/web/WebInputEvent.h",
196 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 197 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
197 "+third_party/WebKit/public/web/WebPluginAction.h", 198 "+third_party/WebKit/public/web/WebPluginAction.h",
198 "+third_party/WebKit/public/web/WebTextDirection.h", 199 "+third_party/WebKit/public/web/WebTextDirection.h",
199 "+third_party/WebKit/public/web/WebWindowFeatures.h", 200 "+third_party/WebKit/public/web/WebWindowFeatures.h",
200 ] 201 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/OWNERS » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698