| 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 'WebTextCheckingCompletionImpl.cpp', | 243 'WebTextCheckingCompletionImpl.cpp', |
| 244 'WebTextCheckingCompletionImpl.h', | 244 'WebTextCheckingCompletionImpl.h', |
| 245 'WebTextCheckingResult.cpp', | 245 'WebTextCheckingResult.cpp', |
| 246 'WebTextInputInfo.cpp', | 246 'WebTextInputInfo.cpp', |
| 247 'WebTextRun.cpp', | 247 'WebTextRun.cpp', |
| 248 'WebUserGestureIndicator.cpp', | 248 'WebUserGestureIndicator.cpp', |
| 249 'WebUserGestureToken.cpp', | 249 'WebUserGestureToken.cpp', |
| 250 'WebUserMediaRequest.cpp', | 250 'WebUserMediaRequest.cpp', |
| 251 'WebViewImpl.cpp', | 251 'WebViewImpl.cpp', |
| 252 'WebViewImpl.h', | 252 'WebViewImpl.h', |
| 253 'WorkerContentSettingsClient.cpp', |
| 254 'WorkerContentSettingsClient.h', |
| 253 'WorkerGlobalScopeProxyProviderImpl.cpp', | 255 'WorkerGlobalScopeProxyProviderImpl.cpp', |
| 254 'WorkerGlobalScopeProxyProviderImpl.h', | 256 'WorkerGlobalScopeProxyProviderImpl.h', |
| 255 'WorkerPermissionClient.cpp', | |
| 256 'WorkerPermissionClient.h', | |
| 257 'default/WebRenderTheme.cpp', | 257 'default/WebRenderTheme.cpp', |
| 258 'linux/WebFontRendering.cpp', | 258 'linux/WebFontRendering.cpp', |
| 259 'mac/WebScrollbarTheme.mm', | 259 'mac/WebScrollbarTheme.mm', |
| 260 'mac/WebSubstringUtil.mm', | 260 'mac/WebSubstringUtil.mm', |
| 261 'painting/ContinuousPainter.cpp', | 261 'painting/ContinuousPainter.cpp', |
| 262 'painting/ContinuousPainter.h', | 262 'painting/ContinuousPainter.h', |
| 263 'painting/PaintAggregator.cpp', | 263 'painting/PaintAggregator.cpp', |
| 264 'painting/PaintAggregator.h', | 264 'painting/PaintAggregator.h', |
| 265 'win/WebFontRendering.cpp', | 265 'win/WebFontRendering.cpp', |
| 266 ], | 266 ], |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ['os_posix==1 and OS!="mac"', | 348 ['os_posix==1 and OS!="mac"', |
| 349 { | 349 { |
| 350 'web_unittest_files': [ | 350 'web_unittest_files': [ |
| 351 'tests/LocaleICUTest.cpp', | 351 'tests/LocaleICUTest.cpp', |
| 352 ], | 352 ], |
| 353 } | 353 } |
| 354 ], | 354 ], |
| 355 ], | 355 ], |
| 356 }, | 356 }, |
| 357 } | 357 } |
| OLD | NEW |