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 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'WebPluginScrollbarImpl.cpp', | 207 'WebPluginScrollbarImpl.cpp', |
208 'WebPluginScrollbarImpl.h', | 208 'WebPluginScrollbarImpl.h', |
209 'WebPopupMenuImpl.cpp', | 209 'WebPopupMenuImpl.cpp', |
210 'WebPopupMenuImpl.h', | 210 'WebPopupMenuImpl.h', |
211 'WebRange.cpp', | 211 'WebRange.cpp', |
212 'WebRemoteFrameImpl.cpp', | 212 'WebRemoteFrameImpl.cpp', |
213 'WebRemoteFrameImpl.h', | 213 'WebRemoteFrameImpl.h', |
214 'WebRuntimeFeatures.cpp', | 214 'WebRuntimeFeatures.cpp', |
215 'WebScopedMicrotaskSuppression.cpp', | 215 'WebScopedMicrotaskSuppression.cpp', |
216 'WebScopedUserGesture.cpp', | 216 'WebScopedUserGesture.cpp', |
217 'WebScopedUserGesture.cpp', | |
218 'WebScopedWindowFocusAllowedIndicator.cpp', | 217 'WebScopedWindowFocusAllowedIndicator.cpp', |
219 'WebScriptBindings.cpp', | 218 'WebScriptBindings.cpp', |
220 'WebScriptController.cpp', | 219 'WebScriptController.cpp', |
221 'WebScrollbarThemePainter.cpp', | 220 'WebScrollbarThemePainter.cpp', |
222 'WebSearchableFormData.cpp', | 221 'WebSearchableFormData.cpp', |
223 'WebSecurityOrigin.cpp', | 222 'WebSecurityOrigin.cpp', |
224 'WebSecurityPolicy.cpp', | 223 'WebSecurityPolicy.cpp', |
225 'WebSelectElement.cpp', | 224 'WebSelectElement.cpp', |
226 'WebSelector.cpp', | 225 'WebSelector.cpp', |
227 'WebSerializedScriptValue.cpp', | 226 'WebSerializedScriptValue.cpp', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 ['os_posix==1 and OS!="mac"', | 339 ['os_posix==1 and OS!="mac"', |
341 { | 340 { |
342 'web_unittest_files': [ | 341 'web_unittest_files': [ |
343 'tests/LocaleICUTest.cpp', | 342 'tests/LocaleICUTest.cpp', |
344 ], | 343 ], |
345 } | 344 } |
346 ], | 345 ], |
347 ], | 346 ], |
348 }, | 347 }, |
349 } | 348 } |
OLD | NEW |