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

Side by Side Diff: content/common/DEPS

Issue 1977303003: Adds a feature to MHTML serialization that omits subframes and subresources marked no-store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no-store
Patch Set: Address dcheng's comments. 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 "-storage/browser", 2 "-storage/browser",
3 3
4 # 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,
5 # header-only types, and some selected common code. 5 # header-only types, and some selected common code.
6 "-third_party/WebKit", 6 "-third_party/WebKit",
7 "+third_party/WebKit/public/platform/WebAddressSpace.h", 7 "+third_party/WebKit/public/platform/WebAddressSpace.h",
8 "+third_party/WebKit/public/platform/WebCString.h", 8 "+third_party/WebKit/public/platform/WebCString.h",
9 "+third_party/WebKit/public/platform/WebDisplayMode.h", 9 "+third_party/WebKit/public/platform/WebDisplayMode.h",
10 "+third_party/WebKit/public/platform/WebDragOperation.h", 10 "+third_party/WebKit/public/platform/WebDragOperation.h",
(...skipping 30 matching lines...) Expand all
41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
43 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 43 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
44 "+third_party/WebKit/public/web/WebAXEnums.h", 44 "+third_party/WebKit/public/web/WebAXEnums.h",
45 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 45 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 46 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
47 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 47 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
48 "+third_party/WebKit/public/web/WebDragStatus.h", 48 "+third_party/WebKit/public/web/WebDragStatus.h",
49 "+third_party/WebKit/public/web/WebFindOptions.h", 49 "+third_party/WebKit/public/web/WebFindOptions.h",
50 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 50 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
51 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
51 "+third_party/WebKit/public/web/WebInputEvent.h", 52 "+third_party/WebKit/public/web/WebInputEvent.h",
52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 53 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
53 "+third_party/WebKit/public/web/WebPluginAction.h", 54 "+third_party/WebKit/public/web/WebPluginAction.h",
54 "+third_party/WebKit/public/web/WebPopupType.h", 55 "+third_party/WebKit/public/web/WebPopupType.h",
55 "+third_party/WebKit/public/web/WebSandboxFlags.h", 56 "+third_party/WebKit/public/web/WebSandboxFlags.h",
56 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 57 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
57 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 58 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
58 "+third_party/WebKit/public/web/WebTextDirection.h", 59 "+third_party/WebKit/public/web/WebTextDirection.h",
59 "+third_party/WebKit/public/web/WebTreeScopeType.h", 60 "+third_party/WebKit/public/web/WebTreeScopeType.h",
60 "+third_party/WebKit/public/web/WebWindowFeatures.h", 61 "+third_party/WebKit/public/web/WebWindowFeatures.h",
61 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 62 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
62 "+third_party/WebKit/public/web/win/WebFontRendering.h" 63 "+third_party/WebKit/public/web/win/WebFontRendering.h"
63 ] 64 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698