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

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

Issue 23236002: Prepare for color input datalist support on Android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « Source/web/WebColorSuggestion.cpp ('k') | public/web/WebColorSuggestion.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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'ValidationMessageClientImpl.h', 109 'ValidationMessageClientImpl.h',
110 'ViewportAnchor.cpp', 110 'ViewportAnchor.cpp',
111 'ViewportAnchor.h', 111 'ViewportAnchor.h',
112 'WebAXObject.cpp', 112 'WebAXObject.cpp',
113 'WebArrayBufferView.cpp', 113 'WebArrayBufferView.cpp',
114 'WebBindings.cpp', 114 'WebBindings.cpp',
115 'WebBlob.cpp', 115 'WebBlob.cpp',
116 'WebCache.cpp', 116 'WebCache.cpp',
117 'WebCachedURLRequest.cpp', 117 'WebCachedURLRequest.cpp',
118 'WebColorName.cpp', 118 'WebColorName.cpp',
119 'WebColorSuggestion.cpp',
119 'WebCrossOriginPreflightResultCache.cpp', 120 'WebCrossOriginPreflightResultCache.cpp',
120 'WebCustomElement.cpp', 121 'WebCustomElement.cpp',
121 'WebDOMActivityLogger.cpp', 122 'WebDOMActivityLogger.cpp',
122 'WebDOMCustomEvent.cpp', 123 'WebDOMCustomEvent.cpp',
123 'WebDOMError.cpp', 124 'WebDOMError.cpp',
124 'WebDOMEvent.cpp', 125 'WebDOMEvent.cpp',
125 'WebDOMEventListener.cpp', 126 'WebDOMEventListener.cpp',
126 'WebDOMEventListenerPrivate.cpp', 127 'WebDOMEventListenerPrivate.cpp',
127 'WebDOMEventListenerPrivate.h', 128 'WebDOMEventListenerPrivate.h',
128 'WebDOMFileSystem.cpp', 129 'WebDOMFileSystem.cpp',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 { 363 {
363 'web_unittest_files': [ 364 'web_unittest_files': [
364 'tests/KeyCodeConversionTestGtk.cpp', 365 'tests/KeyCodeConversionTestGtk.cpp',
365 'tests/WebInputEventFactoryTestGtk.cpp', 366 'tests/WebInputEventFactoryTestGtk.cpp',
366 ], 367 ],
367 } 368 }
368 ], 369 ],
369 ], 370 ],
370 }, 371 },
371 } 372 }
OLDNEW
« no previous file with comments | « Source/web/WebColorSuggestion.cpp ('k') | public/web/WebColorSuggestion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698