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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'WebTextCheckingCompletionImpl.h', | 248 'WebTextCheckingCompletionImpl.h', |
249 'WebTextCheckingResult.cpp', | 249 'WebTextCheckingResult.cpp', |
250 'WebTextInputInfo.cpp', | 250 'WebTextInputInfo.cpp', |
251 'WebTextRun.cpp', | 251 'WebTextRun.cpp', |
252 'WebThreadedDataReceiver.cpp', | 252 'WebThreadedDataReceiver.cpp', |
253 'WebUserGestureIndicator.cpp', | 253 'WebUserGestureIndicator.cpp', |
254 'WebUserGestureToken.cpp', | 254 'WebUserGestureToken.cpp', |
255 'WebUserMediaRequest.cpp', | 255 'WebUserMediaRequest.cpp', |
256 'WebViewImpl.cpp', | 256 'WebViewImpl.cpp', |
257 'WebViewImpl.h', | 257 'WebViewImpl.h', |
258 'WebWorkerRunLoop.cpp', | |
259 'WorkerGlobalScopeProxyProviderImpl.cpp', | 258 'WorkerGlobalScopeProxyProviderImpl.cpp', |
260 'WorkerGlobalScopeProxyProviderImpl.h', | 259 'WorkerGlobalScopeProxyProviderImpl.h', |
261 'WorkerPermissionClient.cpp', | 260 'WorkerPermissionClient.cpp', |
262 'WorkerPermissionClient.h', | 261 'WorkerPermissionClient.h', |
263 'default/WebRenderTheme.cpp', | 262 'default/WebRenderTheme.cpp', |
264 'linux/WebFontRendering.cpp', | 263 'linux/WebFontRendering.cpp', |
265 'mac/WebScrollbarTheme.mm', | 264 'mac/WebScrollbarTheme.mm', |
266 'mac/WebSubstringUtil.mm', | 265 'mac/WebSubstringUtil.mm', |
267 'painting/ContinuousPainter.cpp', | 266 'painting/ContinuousPainter.cpp', |
268 'painting/ContinuousPainter.h', | 267 'painting/ContinuousPainter.h', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 ['os_posix==1 and OS!="mac"', | 353 ['os_posix==1 and OS!="mac"', |
355 { | 354 { |
356 'web_unittest_files': [ | 355 'web_unittest_files': [ |
357 'tests/LocaleICUTest.cpp', | 356 'tests/LocaleICUTest.cpp', |
358 ], | 357 ], |
359 } | 358 } |
360 ], | 359 ], |
361 ], | 360 ], |
362 }, | 361 }, |
363 } | 362 } |
OLD | NEW |