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

Side by Side Diff: content/browser/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 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/filesystem", 4 "+components/filesystem",
5 "+components/leveldb", 5 "+components/leveldb",
6 "+components/link_header_util", 6 "+components/link_header_util",
7 "+components/mime_util", 7 "+components/mime_util",
8 "+components/mus/public/interfaces", 8 "+components/mus/public/interfaces",
9 "+components/mus/public", 9 "+components/mus/public",
10 "+components/profile_service", 10 "+components/profile_service",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 79 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
80 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", 80 "+third_party/WebKit/public/platform/modules/vr/WebVR.h",
81 "+third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom .h", 81 "+third_party/WebKit/public/platform/modules/wake_lock/wake_lock_service.mojom .h",
82 "+third_party/WebKit/public/web/WebAXEnums.h", 82 "+third_party/WebKit/public/web/WebAXEnums.h",
83 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 83 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
84 "+third_party/WebKit/public/web/WebConsoleMessage.h", 84 "+third_party/WebKit/public/web/WebConsoleMessage.h",
85 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 85 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
86 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 86 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
87 "+third_party/WebKit/public/web/WebDragStatus.h", 87 "+third_party/WebKit/public/web/WebDragStatus.h",
88 "+third_party/WebKit/public/web/WebFindOptions.h", 88 "+third_party/WebKit/public/web/WebFindOptions.h",
89 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
ncarter (slow) 2016/05/23 23:00:29 This is fine.
89 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 90 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
90 "+third_party/WebKit/public/web/WebInputEvent.h", 91 "+third_party/WebKit/public/web/WebInputEvent.h",
91 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 92 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
92 "+third_party/WebKit/public/web/WebPluginAction.h", 93 "+third_party/WebKit/public/web/WebPluginAction.h",
93 "+third_party/WebKit/public/web/WebPopupType.h", 94 "+third_party/WebKit/public/web/WebPopupType.h",
94 "+third_party/WebKit/public/web/WebSandboxFlags.h", 95 "+third_party/WebKit/public/web/WebSandboxFlags.h",
95 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 96 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
96 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 97 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
97 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 98 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
98 "+third_party/WebKit/public/web/WebTextDirection.h", 99 "+third_party/WebKit/public/web/WebTextDirection.h",
(...skipping 21 matching lines...) Expand all
120 "+content/public/browser/power_save_blocker.h", 121 "+content/public/browser/power_save_blocker.h",
121 122
122 # These dependencies need to be removed. 123 # These dependencies need to be removed.
123 "!content/browser/android/content_view_core_impl.h", 124 "!content/browser/android/content_view_core_impl.h",
124 "!content/browser/web_contents/web_contents_impl.h", 125 "!content/browser/web_contents/web_contents_impl.h",
125 "!content/public/browser/android/content_view_core.h", 126 "!content/public/browser/android/content_view_core.h",
126 "!content/public/browser/browser_thread.h", 127 "!content/public/browser/browser_thread.h",
127 "!content/public/browser/web_contents_observer.h", 128 "!content/public/browser/web_contents_observer.h",
128 ] 129 ]
129 } 130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698