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

Side by Side Diff: chrome/browser/DEPS

Issue 1183443002: Reland: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn check... Created 5 years, 6 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "+components/web_modal", 97 "+components/web_modal",
98 "+components/web_cache/browser", 98 "+components/web_cache/browser",
99 "+components/webdata/common", 99 "+components/webdata/common",
100 "+components/webdata_services", 100 "+components/webdata_services",
101 "+components/web_resource", 101 "+components/web_resource",
102 "+content/public/browser", 102 "+content/public/browser",
103 "+content/test/net", 103 "+content/test/net",
104 "+courgette", 104 "+courgette",
105 "+device/bluetooth", 105 "+device/bluetooth",
106 "+device/core", 106 "+device/core",
107 "+device/devices_app",
107 "+device/hid", 108 "+device/hid",
108 "+device/usb", 109 "+device/usb",
109 "+device/media_transfer_protocol", 110 "+device/media_transfer_protocol",
110 "+extensions/browser", 111 "+extensions/browser",
111 "+extensions/common", 112 "+extensions/common",
112 "+extensions/components/javascript_dialog_extensions_client", 113 "+extensions/components/javascript_dialog_extensions_client",
113 "+extensions/grit", 114 "+extensions/grit",
114 "+extensions/test", 115 "+extensions/test",
115 "+gin", 116 "+gin",
116 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 117 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 182 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
182 "+third_party/WebKit/public/web/WebCache.h", 183 "+third_party/WebKit/public/web/WebCache.h",
183 "+third_party/WebKit/public/web/WebContextMenuData.h", 184 "+third_party/WebKit/public/web/WebContextMenuData.h",
184 "+third_party/WebKit/public/web/WebFindOptions.h", 185 "+third_party/WebKit/public/web/WebFindOptions.h",
185 "+third_party/WebKit/public/web/WebInputEvent.h", 186 "+third_party/WebKit/public/web/WebInputEvent.h",
186 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 187 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
187 "+third_party/WebKit/public/web/WebPluginAction.h", 188 "+third_party/WebKit/public/web/WebPluginAction.h",
188 "+third_party/WebKit/public/web/WebTextDirection.h", 189 "+third_party/WebKit/public/web/WebTextDirection.h",
189 "+third_party/WebKit/public/web/WebWindowFeatures.h", 190 "+third_party/WebKit/public/web/WebWindowFeatures.h",
190 ] 191 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698