Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: Source/web/web.gypi

Issue 23623017: Prepare for date/time input datalist support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'WebDOMError.cpp', 123 'WebDOMError.cpp',
124 'WebDOMEvent.cpp', 124 'WebDOMEvent.cpp',
125 'WebDOMEventListener.cpp', 125 'WebDOMEventListener.cpp',
126 'WebDOMEventListenerPrivate.cpp', 126 'WebDOMEventListenerPrivate.cpp',
127 'WebDOMEventListenerPrivate.h', 127 'WebDOMEventListenerPrivate.h',
128 'WebDOMFileSystem.cpp', 128 'WebDOMFileSystem.cpp',
129 'WebDOMMessageEvent.cpp', 129 'WebDOMMessageEvent.cpp',
130 'WebDOMMouseEvent.cpp', 130 'WebDOMMouseEvent.cpp',
131 'WebDOMProgressEvent.cpp', 131 'WebDOMProgressEvent.cpp',
132 'WebDOMResourceProgressEvent.cpp', 132 'WebDOMResourceProgressEvent.cpp',
133 'WebDateTimeSuggestion.cpp',
133 'WebDataSourceImpl.cpp', 134 'WebDataSourceImpl.cpp',
134 'WebDataSourceImpl.h', 135 'WebDataSourceImpl.h',
135 'WebDatabase.cpp', 136 'WebDatabase.cpp',
136 'WebDevToolsAgentImpl.cpp', 137 'WebDevToolsAgentImpl.cpp',
137 'WebDevToolsAgentImpl.h', 138 'WebDevToolsAgentImpl.h',
138 'WebDevToolsFrontendImpl.cpp', 139 'WebDevToolsFrontendImpl.cpp',
139 'WebDevToolsFrontendImpl.h', 140 'WebDevToolsFrontendImpl.h',
140 'WebDocument.cpp', 141 'WebDocument.cpp',
141 'WebDocumentType.cpp', 142 'WebDocumentType.cpp',
142 'WebDragData.cpp', 143 'WebDragData.cpp',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 { 367 {
367 'web_unittest_files': [ 368 'web_unittest_files': [
368 'tests/KeyCodeConversionTestGtk.cpp', 369 'tests/KeyCodeConversionTestGtk.cpp',
369 'tests/WebInputEventFactoryTestGtk.cpp', 370 'tests/WebInputEventFactoryTestGtk.cpp',
370 ], 371 ],
371 } 372 }
372 ], 373 ],
373 ], 374 ],
374 }, 375 },
375 } 376 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698