| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'WebDOMEvent.cpp', | 118 'WebDOMEvent.cpp', |
| 119 'WebDOMEventListener.cpp', | 119 'WebDOMEventListener.cpp', |
| 120 'WebDOMEventListenerPrivate.cpp', | 120 'WebDOMEventListenerPrivate.cpp', |
| 121 'WebDOMEventListenerPrivate.h', | 121 'WebDOMEventListenerPrivate.h', |
| 122 'WebDOMFileSystem.cpp', | 122 'WebDOMFileSystem.cpp', |
| 123 'WebDOMMediaStreamTrack.cpp', | 123 'WebDOMMediaStreamTrack.cpp', |
| 124 'WebDOMMessageEvent.cpp', | 124 'WebDOMMessageEvent.cpp', |
| 125 'WebDOMMouseEvent.cpp', | 125 'WebDOMMouseEvent.cpp', |
| 126 'WebDOMProgressEvent.cpp', | 126 'WebDOMProgressEvent.cpp', |
| 127 'WebDOMResourceProgressEvent.cpp', | 127 'WebDOMResourceProgressEvent.cpp', |
| 128 'WebDateTimeSuggestion.cpp', |
| 128 'WebDataSourceImpl.cpp', | 129 'WebDataSourceImpl.cpp', |
| 129 'WebDataSourceImpl.h', | 130 'WebDataSourceImpl.h', |
| 130 'WebDatabase.cpp', | 131 'WebDatabase.cpp', |
| 131 'WebDevToolsAgentImpl.cpp', | 132 'WebDevToolsAgentImpl.cpp', |
| 132 'WebDevToolsAgentImpl.h', | 133 'WebDevToolsAgentImpl.h', |
| 133 'WebDevToolsFrontendImpl.cpp', | 134 'WebDevToolsFrontendImpl.cpp', |
| 134 'WebDevToolsFrontendImpl.h', | 135 'WebDevToolsFrontendImpl.h', |
| 135 'WebDocument.cpp', | 136 'WebDocument.cpp', |
| 136 'WebDocumentType.cpp', | 137 'WebDocumentType.cpp', |
| 137 'WebDragData.cpp', | 138 'WebDragData.cpp', |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 { | 355 { |
| 355 'web_unittest_files': [ | 356 'web_unittest_files': [ |
| 356 'tests/KeyCodeConversionTestGtk.cpp', | 357 'tests/KeyCodeConversionTestGtk.cpp', |
| 357 'tests/WebInputEventFactoryTestGtk.cpp', | 358 'tests/WebInputEventFactoryTestGtk.cpp', |
| 358 ], | 359 ], |
| 359 } | 360 } |
| 360 ], | 361 ], |
| 361 ], | 362 ], |
| 362 }, | 363 }, |
| 363 } | 364 } |
| OLD | NEW |