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: Source/platform/blink_platform.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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'PlatformInstrumentation.cpp', 86 'PlatformInstrumentation.cpp',
87 'PlatformInstrumentation.h', 87 'PlatformInstrumentation.h',
88 'PlatformKeyboardEvent.cpp', 88 'PlatformKeyboardEvent.cpp',
89 'PlatformKeyboardEvent.h', 89 'PlatformKeyboardEvent.h',
90 'PlatformMouseEvent.h', 90 'PlatformMouseEvent.h',
91 'PlatformResourceLoader.cpp', 91 'PlatformResourceLoader.cpp',
92 'PlatformResourceLoader.h', 92 'PlatformResourceLoader.h',
93 'PlatformTouchEvent.h', 93 'PlatformTouchEvent.h',
94 'PlatformTouchPoint.h', 94 'PlatformTouchPoint.h',
95 'PlatformWheelEvent.h', 95 'PlatformWheelEvent.h',
96 'PluginScriptForbiddenScope.cpp',
97 'PluginScriptForbiddenScope.h',
96 'PopupMenu.h', 98 'PopupMenu.h',
97 'PopupMenuStyle.h', 99 'PopupMenuStyle.h',
98 'Prerender.cpp', 100 'Prerender.cpp',
99 'Prerender.h', 101 'Prerender.h',
100 'PrerenderClient.h', 102 'PrerenderClient.h',
101 'PurgeableVector.cpp', 103 'PurgeableVector.cpp',
102 'PurgeableVector.h', 104 'PurgeableVector.h',
103 'RefCountedSupplement.h', 105 'RefCountedSupplement.h',
104 'ScriptForbiddenScope.cpp', 106 'ScriptForbiddenScope.cpp',
105 'ScriptForbiddenScope.h', 107 'ScriptForbiddenScope.h',
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 ['os_posix==1 and OS!="mac"', 1031 ['os_posix==1 and OS!="mac"',
1030 { 1032 {
1031 'platform_test_files': [ 1033 'platform_test_files': [
1032 'text/LocaleICUTest.cpp', 1034 'text/LocaleICUTest.cpp',
1033 ], 1035 ],
1034 } 1036 }
1035 ], 1037 ],
1036 ], 1038 ],
1037 }, 1039 },
1038 } 1040 }
OLDNEW
« no previous file with comments | « Source/platform/PluginScriptForbiddenScope.cpp ('k') | Source/web/WebPluginScriptForbiddenScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698