| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'WebNetworkStateNotifier.cpp', | 186 'WebNetworkStateNotifier.cpp', |
| 187 'WebNode.cpp', | 187 'WebNode.cpp', |
| 188 'WebNodeList.cpp', | 188 'WebNodeList.cpp', |
| 189 'WebNotification.cpp', | 189 'WebNotification.cpp', |
| 190 'WebOptionElement.cpp', | 190 'WebOptionElement.cpp', |
| 191 'WebPagePopupImpl.cpp', | 191 'WebPagePopupImpl.cpp', |
| 192 'WebPagePopupImpl.h', | 192 'WebPagePopupImpl.h', |
| 193 'WebPageSerializer.cpp', | 193 'WebPageSerializer.cpp', |
| 194 'WebPageSerializerImpl.cpp', | 194 'WebPageSerializerImpl.cpp', |
| 195 'WebPageSerializerImpl.h', | 195 'WebPageSerializerImpl.h', |
| 196 'WebPasswordFormData.cpp', | |
| 197 'WebPasswordFormUtils.cpp', | |
| 198 'WebPasswordFormUtils.h', | |
| 199 'WebPerformance.cpp', | 196 'WebPerformance.cpp', |
| 200 'WebPluginContainerImpl.cpp', | 197 'WebPluginContainerImpl.cpp', |
| 201 'WebPluginContainerImpl.h', | 198 'WebPluginContainerImpl.h', |
| 202 'WebPluginDocument.cpp', | 199 'WebPluginDocument.cpp', |
| 203 'WebPluginLoadObserver.cpp', | 200 'WebPluginLoadObserver.cpp', |
| 204 'WebPluginLoadObserver.h', | 201 'WebPluginLoadObserver.h', |
| 205 'WebPluginScrollbarImpl.cpp', | 202 'WebPluginScrollbarImpl.cpp', |
| 206 'WebPluginScrollbarImpl.h', | 203 'WebPluginScrollbarImpl.h', |
| 207 'WebPopupMenuImpl.cpp', | 204 'WebPopupMenuImpl.cpp', |
| 208 'WebPopupMenuImpl.h', | 205 'WebPopupMenuImpl.h', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 ['os_posix==1 and OS!="mac"', | 333 ['os_posix==1 and OS!="mac"', |
| 337 { | 334 { |
| 338 'web_unittest_files': [ | 335 'web_unittest_files': [ |
| 339 'tests/LocaleICUTest.cpp', | 336 'tests/LocaleICUTest.cpp', |
| 340 ], | 337 ], |
| 341 } | 338 } |
| 342 ], | 339 ], |
| 343 ], | 340 ], |
| 344 }, | 341 }, |
| 345 } | 342 } |
| OLD | NEW |