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

Side by Side Diff: third_party/WebKit/Source/web/web.gypi

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'WebPageImportanceSignals.cpp', 183 'WebPageImportanceSignals.cpp',
184 'WebPagePopupImpl.cpp', 184 'WebPagePopupImpl.cpp',
185 'WebPagePopupImpl.h', 185 'WebPagePopupImpl.h',
186 'WebPageSerializer.cpp', 186 'WebPageSerializer.cpp',
187 'WebPageSerializerImpl.cpp', 187 'WebPageSerializerImpl.cpp',
188 'WebPageSerializerImpl.h', 188 'WebPageSerializerImpl.h',
189 'WebPerformance.cpp', 189 'WebPerformance.cpp',
190 'WebPluginContainerImpl.cpp', 190 'WebPluginContainerImpl.cpp',
191 'WebPluginContainerImpl.h', 191 'WebPluginContainerImpl.h',
192 'WebPluginDocument.cpp', 192 'WebPluginDocument.cpp',
193 'WebPluginLoadObserver.cpp',
194 'WebPluginLoadObserver.h',
195 'WebPluginScriptForbiddenScope.cpp', 193 'WebPluginScriptForbiddenScope.cpp',
196 'WebRange.cpp', 194 'WebRange.cpp',
197 'WebRemoteFrameImpl.cpp', 195 'WebRemoteFrameImpl.cpp',
198 'WebRemoteFrameImpl.h', 196 'WebRemoteFrameImpl.h',
199 'WebRuntimeFeatures.cpp', 197 'WebRuntimeFeatures.cpp',
200 'WebScopedMicrotaskSuppression.cpp', 198 'WebScopedMicrotaskSuppression.cpp',
201 'WebScopedUserGesture.cpp', 199 'WebScopedUserGesture.cpp',
202 'WebScopedWindowFocusAllowedIndicator.cpp', 200 'WebScopedWindowFocusAllowedIndicator.cpp',
203 'WebScriptBindings.cpp', 201 'WebScriptBindings.cpp',
204 'WebScriptController.cpp', 202 'WebScriptController.cpp',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'tests/sim/SimNetwork.h', 308 'tests/sim/SimNetwork.h',
311 'tests/sim/SimRequest.cpp', 309 'tests/sim/SimRequest.cpp',
312 'tests/sim/SimRequest.h', 310 'tests/sim/SimRequest.h',
313 'tests/sim/SimTest.cpp', 311 'tests/sim/SimTest.cpp',
314 'tests/sim/SimTest.h', 312 'tests/sim/SimTest.h',
315 'tests/sim/SimWebViewClient.cpp', 313 'tests/sim/SimWebViewClient.cpp',
316 'tests/sim/SimWebViewClient.h', 314 'tests/sim/SimWebViewClient.h',
317 ], 315 ],
318 }, 316 },
319 } 317 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/FakeWebPlugin.h ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698