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

Side by Side Diff: chrome/browser/DEPS

Issue 877323009: Extracted media mime type checks from net/base/ into media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fixes #1 Created 5 years, 10 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 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "+components/ui", 82 "+components/ui",
83 "+components/update_client", 83 "+components/update_client",
84 "+components/url_matcher", 84 "+components/url_matcher",
85 "+components/user_manager", 85 "+components/user_manager",
86 "+components/user_prefs", 86 "+components/user_prefs",
87 "+components/web_modal", 87 "+components/web_modal",
88 "+components/web_cache/browser", 88 "+components/web_cache/browser",
89 "+components/webdata/common", 89 "+components/webdata/common",
90 "+components/webdata_services", 90 "+components/webdata_services",
91 "+components/web_resource", 91 "+components/web_resource",
92 "+content/common",
92 "+content/public/browser", 93 "+content/public/browser",
93 "+content/test/net", 94 "+content/test/net",
94 "+courgette", 95 "+courgette",
95 "+device/bluetooth", 96 "+device/bluetooth",
96 "+device/core", 97 "+device/core",
97 "+device/hid", 98 "+device/hid",
98 "+device/usb", 99 "+device/usb",
99 "+device/media_transfer_protocol", 100 "+device/media_transfer_protocol",
100 "+extensions/browser", 101 "+extensions/browser",
101 "+extensions/common", 102 "+extensions/common",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 169 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
169 "+third_party/WebKit/public/web/WebCache.h", 170 "+third_party/WebKit/public/web/WebCache.h",
170 "+third_party/WebKit/public/web/WebContextMenuData.h", 171 "+third_party/WebKit/public/web/WebContextMenuData.h",
171 "+third_party/WebKit/public/web/WebFindOptions.h", 172 "+third_party/WebKit/public/web/WebFindOptions.h",
172 "+third_party/WebKit/public/web/WebInputEvent.h", 173 "+third_party/WebKit/public/web/WebInputEvent.h",
173 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 174 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
174 "+third_party/WebKit/public/web/WebPluginAction.h", 175 "+third_party/WebKit/public/web/WebPluginAction.h",
175 "+third_party/WebKit/public/web/WebTextDirection.h", 176 "+third_party/WebKit/public/web/WebTextDirection.h",
176 "+third_party/WebKit/public/web/WebWindowFeatures.h", 177 "+third_party/WebKit/public/web/WebWindowFeatures.h",
177 ] 178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698