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

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

Issue 660863002: [DevTools] Added public method for async execution of scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added deprecated label for not suspendable execute methods Created 6 years, 2 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 { 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 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'SharedWorkerRepositoryClientImpl.cpp', 91 'SharedWorkerRepositoryClientImpl.cpp',
92 'SharedWorkerRepositoryClientImpl.h', 92 'SharedWorkerRepositoryClientImpl.h',
93 'SpeechRecognitionClientProxy.cpp', 93 'SpeechRecognitionClientProxy.cpp',
94 'SpeechRecognitionClientProxy.h', 94 'SpeechRecognitionClientProxy.h',
95 'SpellCheckerClientImpl.cpp', 95 'SpellCheckerClientImpl.cpp',
96 'SpellCheckerClientImpl.h', 96 'SpellCheckerClientImpl.h',
97 'StorageClientImpl.cpp', 97 'StorageClientImpl.cpp',
98 'StorageClientImpl.h', 98 'StorageClientImpl.h',
99 'StorageQuotaClientImpl.cpp', 99 'StorageQuotaClientImpl.cpp',
100 'StorageQuotaClientImpl.h', 100 'StorageQuotaClientImpl.h',
101 'SuspendableScriptExecutor.cpp',
102 'SuspendableScriptExecutor.h',
101 'TextFinder.cpp', 103 'TextFinder.cpp',
102 'TextFinder.h', 104 'TextFinder.h',
103 'UserMediaClientImpl.cpp', 105 'UserMediaClientImpl.cpp',
104 'UserMediaClientImpl.h', 106 'UserMediaClientImpl.h',
105 'ValidationMessageClientImpl.cpp', 107 'ValidationMessageClientImpl.cpp',
106 'ValidationMessageClientImpl.h', 108 'ValidationMessageClientImpl.h',
107 'ViewportAnchor.cpp', 109 'ViewportAnchor.cpp',
108 'ViewportAnchor.h', 110 'ViewportAnchor.h',
109 'WebAXObject.cpp', 111 'WebAXObject.cpp',
110 'WebArrayBufferConverter.cpp', 112 'WebArrayBufferConverter.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'WebPopupMenuImpl.h', 210 'WebPopupMenuImpl.h',
209 'WebRange.cpp', 211 'WebRange.cpp',
210 'WebRemoteFrameImpl.cpp', 212 'WebRemoteFrameImpl.cpp',
211 'WebRemoteFrameImpl.h', 213 'WebRemoteFrameImpl.h',
212 'WebRuntimeFeatures.cpp', 214 'WebRuntimeFeatures.cpp',
213 'WebScopedMicrotaskSuppression.cpp', 215 'WebScopedMicrotaskSuppression.cpp',
214 'WebScopedUserGesture.cpp', 216 'WebScopedUserGesture.cpp',
215 'WebScopedWindowFocusAllowedIndicator.cpp', 217 'WebScopedWindowFocusAllowedIndicator.cpp',
216 'WebScriptBindings.cpp', 218 'WebScriptBindings.cpp',
217 'WebScriptController.cpp', 219 'WebScriptController.cpp',
220 'WebScriptSource.cpp',
218 'WebScrollbarThemePainter.cpp', 221 'WebScrollbarThemePainter.cpp',
219 'WebSearchableFormData.cpp', 222 'WebSearchableFormData.cpp',
220 'WebSecurityOrigin.cpp', 223 'WebSecurityOrigin.cpp',
221 'WebSecurityPolicy.cpp', 224 'WebSecurityPolicy.cpp',
222 'WebSelectElement.cpp', 225 'WebSelectElement.cpp',
223 'WebSelector.cpp', 226 'WebSelector.cpp',
224 'WebSerializedScriptValue.cpp', 227 'WebSerializedScriptValue.cpp',
225 'WebSettingsImpl.cpp', 228 'WebSettingsImpl.cpp',
226 'WebSettingsImpl.h', 229 'WebSettingsImpl.h',
227 'WebSharedWorkerImpl.cpp', 230 'WebSharedWorkerImpl.cpp',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ['os_posix==1 and OS!="mac"', 345 ['os_posix==1 and OS!="mac"',
343 { 346 {
344 'web_unittest_files': [ 347 'web_unittest_files': [
345 'tests/LocaleICUTest.cpp', 348 'tests/LocaleICUTest.cpp',
346 ], 349 ],
347 } 350 }
348 ], 351 ],
349 ], 352 ],
350 }, 353 },
351 } 354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698