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

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, 1 month 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'WebPageImportanceSignals.cpp', 180 'WebPageImportanceSignals.cpp',
181 'WebPagePopupImpl.cpp', 181 'WebPagePopupImpl.cpp',
182 'WebPagePopupImpl.h', 182 'WebPagePopupImpl.h',
183 'WebPageSerializer.cpp', 183 'WebPageSerializer.cpp',
184 'WebPageSerializerImpl.cpp', 184 'WebPageSerializerImpl.cpp',
185 'WebPageSerializerImpl.h', 185 'WebPageSerializerImpl.h',
186 'WebPerformance.cpp', 186 'WebPerformance.cpp',
187 'WebPluginContainerImpl.cpp', 187 'WebPluginContainerImpl.cpp',
188 'WebPluginContainerImpl.h', 188 'WebPluginContainerImpl.h',
189 'WebPluginDocument.cpp', 189 'WebPluginDocument.cpp',
190 'WebPluginLoadObserver.cpp',
191 'WebPluginLoadObserver.h',
192 'WebPluginScriptForbiddenScope.cpp', 190 'WebPluginScriptForbiddenScope.cpp',
193 'WebRange.cpp', 191 'WebRange.cpp',
194 'WebRemoteFrameImpl.cpp', 192 'WebRemoteFrameImpl.cpp',
195 'WebRemoteFrameImpl.h', 193 'WebRemoteFrameImpl.h',
196 'WebRuntimeFeatures.cpp', 194 'WebRuntimeFeatures.cpp',
197 'WebScopedMicrotaskSuppression.cpp', 195 'WebScopedMicrotaskSuppression.cpp',
198 'WebScopedUserGesture.cpp', 196 'WebScopedUserGesture.cpp',
199 'WebScopedWindowFocusAllowedIndicator.cpp', 197 'WebScopedWindowFocusAllowedIndicator.cpp',
200 'WebScriptBindings.cpp', 198 'WebScriptBindings.cpp',
201 'WebScriptController.cpp', 199 'WebScriptController.cpp',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'tests/sim/SimNetwork.h', 305 'tests/sim/SimNetwork.h',
308 'tests/sim/SimRequest.cpp', 306 'tests/sim/SimRequest.cpp',
309 'tests/sim/SimRequest.h', 307 'tests/sim/SimRequest.h',
310 'tests/sim/SimTest.cpp', 308 'tests/sim/SimTest.cpp',
311 'tests/sim/SimTest.h', 309 'tests/sim/SimTest.h',
312 'tests/sim/SimWebViewClient.cpp', 310 'tests/sim/SimWebViewClient.cpp',
313 'tests/sim/SimWebViewClient.h', 311 'tests/sim/SimWebViewClient.h',
314 ], 312 ],
315 }, 313 },
316 } 314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698