| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'ApplicationCacheHost.cpp', | 4 'ApplicationCacheHost.cpp', |
| 5 'ApplicationCacheHostInternal.h', | 5 'ApplicationCacheHostInternal.h', |
| 6 'AssertMatchingEnums.cpp', | 6 'AssertMatchingEnums.cpp', |
| 7 'AssociatedURLLoader.cpp', | 7 'AssociatedURLLoader.cpp', |
| 8 'AssociatedURLLoader.h', | 8 'AssociatedURLLoader.h', |
| 9 'AutofillPopupMenuClient.cpp', | 9 'AutofillPopupMenuClient.cpp', |
| 10 'AutofillPopupMenuClient.h', | 10 'AutofillPopupMenuClient.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'WebDataSourceImpl.h', | 129 'WebDataSourceImpl.h', |
| 130 'WebDatabase.cpp', | 130 'WebDatabase.cpp', |
| 131 'WebDevToolsAgentImpl.cpp', | 131 'WebDevToolsAgentImpl.cpp', |
| 132 'WebDevToolsAgentImpl.h', | 132 'WebDevToolsAgentImpl.h', |
| 133 'WebDevToolsFrontendImpl.cpp', | 133 'WebDevToolsFrontendImpl.cpp', |
| 134 'WebDevToolsFrontendImpl.h', | 134 'WebDevToolsFrontendImpl.h', |
| 135 'WebDocument.cpp', | 135 'WebDocument.cpp', |
| 136 'WebDocumentType.cpp', | 136 'WebDocumentType.cpp', |
| 137 'WebDragData.cpp', | 137 'WebDragData.cpp', |
| 138 'WebElement.cpp', | 138 'WebElement.cpp', |
| 139 'WebEmbeddedWorkerImpl.cpp', |
| 140 'WebEmbeddedWorkerImpl.h', |
| 139 'WebEntities.cpp', | 141 'WebEntities.cpp', |
| 140 'WebEntities.h', | 142 'WebEntities.h', |
| 141 'WebFileChooserCompletionImpl.cpp', | 143 'WebFileChooserCompletionImpl.cpp', |
| 142 'WebFileChooserCompletionImpl.h', | 144 'WebFileChooserCompletionImpl.h', |
| 143 'WebFontCache.cpp', | 145 'WebFontCache.cpp', |
| 144 'WebFontDescription.cpp', | 146 'WebFontDescription.cpp', |
| 145 'WebFontImpl.cpp', | 147 'WebFontImpl.cpp', |
| 146 'WebFontImpl.h', | 148 'WebFontImpl.h', |
| 147 'WebFormControlElement.cpp', | 149 'WebFormControlElement.cpp', |
| 148 'WebFormElement.cpp', | 150 'WebFormElement.cpp', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 { | 356 { |
| 355 'web_unittest_files': [ | 357 'web_unittest_files': [ |
| 356 'tests/KeyCodeConversionTestGtk.cpp', | 358 'tests/KeyCodeConversionTestGtk.cpp', |
| 357 'tests/WebInputEventFactoryTestGtk.cpp', | 359 'tests/WebInputEventFactoryTestGtk.cpp', |
| 358 ], | 360 ], |
| 359 } | 361 } |
| 360 ], | 362 ], |
| 361 ], | 363 ], |
| 362 }, | 364 }, |
| 363 } | 365 } |
| OLD | NEW |