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

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: Fixed Created 7 years 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
« no previous file with comments | « Source/web/WebDateTimeSuggestion.cpp ('k') | public/web/WebDateTimeChooserParams.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « Source/web/WebDateTimeSuggestion.cpp ('k') | public/web/WebDateTimeChooserParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698