OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |