| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'WebDataSourceImpl.h', | 131 'WebDataSourceImpl.h', |
| 132 'WebDatabase.cpp', | 132 'WebDatabase.cpp', |
| 133 'WebDevToolsAgentImpl.cpp', | 133 'WebDevToolsAgentImpl.cpp', |
| 134 'WebDevToolsAgentImpl.h', | 134 'WebDevToolsAgentImpl.h', |
| 135 'WebDevToolsFrontendImpl.cpp', | 135 'WebDevToolsFrontendImpl.cpp', |
| 136 'WebDevToolsFrontendImpl.h', | 136 'WebDevToolsFrontendImpl.h', |
| 137 'WebDocument.cpp', | 137 'WebDocument.cpp', |
| 138 'WebDocumentType.cpp', | 138 'WebDocumentType.cpp', |
| 139 'WebDragData.cpp', | 139 'WebDragData.cpp', |
| 140 'WebElement.cpp', | 140 'WebElement.cpp', |
| 141 'WebEmbeddedWorkerImpl.cpp', |
| 142 'WebEmbeddedWorkerImpl.h', |
| 141 'WebEntities.cpp', | 143 'WebEntities.cpp', |
| 142 'WebEntities.h', | 144 'WebEntities.h', |
| 143 'WebFileChooserCompletionImpl.cpp', | 145 'WebFileChooserCompletionImpl.cpp', |
| 144 'WebFileChooserCompletionImpl.h', | 146 'WebFileChooserCompletionImpl.h', |
| 145 'WebFontCache.cpp', | 147 'WebFontCache.cpp', |
| 146 'WebFontDescription.cpp', | 148 'WebFontDescription.cpp', |
| 147 'WebFontImpl.cpp', | 149 'WebFontImpl.cpp', |
| 148 'WebFontImpl.h', | 150 'WebFontImpl.h', |
| 149 'WebFormControlElement.cpp', | 151 'WebFormControlElement.cpp', |
| 150 'WebFormElement.cpp', | 152 'WebFormElement.cpp', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 { | 358 { |
| 357 'web_unittest_files': [ | 359 'web_unittest_files': [ |
| 358 'tests/KeyCodeConversionTestGtk.cpp', | 360 'tests/KeyCodeConversionTestGtk.cpp', |
| 359 'tests/WebInputEventFactoryTestGtk.cpp', | 361 'tests/WebInputEventFactoryTestGtk.cpp', |
| 360 ], | 362 ], |
| 361 } | 363 } |
| 362 ], | 364 ], |
| 363 ], | 365 ], |
| 364 }, | 366 }, |
| 365 } | 367 } |
| OLD | NEW |