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

Side by Side Diff: content/common/DEPS

Issue 1965273005: Drop unnecessary media deps from content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate empty lists from DEPS Created 4 years, 7 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 "+media/audio",
3 "+media/base",
4 "-storage/browser", 2 "-storage/browser",
5 3
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 4 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 5 # header-only types, and some selected common code.
8 "-third_party/WebKit", 6 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebAddressSpace.h", 7 "+third_party/WebKit/public/platform/WebAddressSpace.h",
10 "+third_party/WebKit/public/platform/WebCString.h", 8 "+third_party/WebKit/public/platform/WebCString.h",
11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 9 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
12 "+third_party/WebKit/public/platform/WebDisplayMode.h", 10 "+third_party/WebKit/public/platform/WebDisplayMode.h",
13 "+third_party/WebKit/public/platform/WebDragOperation.h", 11 "+third_party/WebKit/public/platform/WebDragOperation.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "+third_party/WebKit/public/web/WebPopupType.h", 56 "+third_party/WebKit/public/web/WebPopupType.h",
59 "+third_party/WebKit/public/web/WebSandboxFlags.h", 57 "+third_party/WebKit/public/web/WebSandboxFlags.h",
60 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 58 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
61 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 59 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
62 "+third_party/WebKit/public/web/WebTextDirection.h", 60 "+third_party/WebKit/public/web/WebTextDirection.h",
63 "+third_party/WebKit/public/web/WebTreeScopeType.h", 61 "+third_party/WebKit/public/web/WebTreeScopeType.h",
64 "+third_party/WebKit/public/web/WebWindowFeatures.h", 62 "+third_party/WebKit/public/web/WebWindowFeatures.h",
65 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 63 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
66 "+third_party/WebKit/public/web/win/WebFontRendering.h" 64 "+third_party/WebKit/public/web/win/WebFontRendering.h"
67 ] 65 ]
OLDNEW
« content/DEPS ('K') | « content/child/DEPS ('k') | content/common/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698