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

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

Issue 1170413003: Add a scoping object to help block scripting during plugin destruction. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename static counter Created 5 years, 6 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 | Annotate | Revision Log
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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'WebPagePopupImpl.h', 195 'WebPagePopupImpl.h',
196 'WebPageSerializer.cpp', 196 'WebPageSerializer.cpp',
197 'WebPageSerializerImpl.cpp', 197 'WebPageSerializerImpl.cpp',
198 'WebPageSerializerImpl.h', 198 'WebPageSerializerImpl.h',
199 'WebPerformance.cpp', 199 'WebPerformance.cpp',
200 'WebPluginContainerImpl.cpp', 200 'WebPluginContainerImpl.cpp',
201 'WebPluginContainerImpl.h', 201 'WebPluginContainerImpl.h',
202 'WebPluginDocument.cpp', 202 'WebPluginDocument.cpp',
203 'WebPluginLoadObserver.cpp', 203 'WebPluginLoadObserver.cpp',
204 'WebPluginLoadObserver.h', 204 'WebPluginLoadObserver.h',
205 'WebPluginScriptForbiddenScope.cpp',
205 'WebRange.cpp', 206 'WebRange.cpp',
206 'WebRemoteFrameImpl.cpp', 207 'WebRemoteFrameImpl.cpp',
207 'WebRemoteFrameImpl.h', 208 'WebRemoteFrameImpl.h',
208 'WebRuntimeFeatures.cpp', 209 'WebRuntimeFeatures.cpp',
209 'WebScopedMicrotaskSuppression.cpp', 210 'WebScopedMicrotaskSuppression.cpp',
210 'WebScopedUserGesture.cpp', 211 'WebScopedUserGesture.cpp',
211 'WebScopedWindowFocusAllowedIndicator.cpp', 212 'WebScopedWindowFocusAllowedIndicator.cpp',
212 'WebScriptBindings.cpp', 213 'WebScriptBindings.cpp',
213 'WebScriptController.cpp', 214 'WebScriptController.cpp',
214 'WebScriptSource.cpp', 215 'WebScriptSource.cpp',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 { 323 {
323 'web_unittest_files': [ 324 'web_unittest_files': [
324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 325 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
325 'tests/ScrollAnimatorNoneTest.cpp', 326 'tests/ScrollAnimatorNoneTest.cpp',
326 ], 327 ],
327 } 328 }
328 ], 329 ],
329 ], 330 ],
330 }, 331 },
331 } 332 }
OLDNEW
« no previous file with comments | « Source/web/WebPluginScriptForbiddenScope.cpp ('k') | public/web/WebPluginScriptForbiddenScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698