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

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

Issue 23726007: Remove old accessibility enums, finish renaming public interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unnecessary include Created 7 years, 3 months 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
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 'AsyncFileSystemChromium.cpp', 9 'AsyncFileSystemChromium.cpp',
10 'AsyncFileSystemChromium.h', 10 'AsyncFileSystemChromium.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'StorageAreaProxy.h', 103 'StorageAreaProxy.h',
104 'StorageNamespaceProxy.cpp', 104 'StorageNamespaceProxy.cpp',
105 'StorageNamespaceProxy.h', 105 'StorageNamespaceProxy.h',
106 'StorageQuotaChromium.cpp', 106 'StorageQuotaChromium.cpp',
107 'UserMediaClientImpl.cpp', 107 'UserMediaClientImpl.cpp',
108 'UserMediaClientImpl.h', 108 'UserMediaClientImpl.h',
109 'ValidationMessageClientImpl.cpp', 109 'ValidationMessageClientImpl.cpp',
110 'ValidationMessageClientImpl.h', 110 'ValidationMessageClientImpl.h',
111 'ViewportAnchor.cpp', 111 'ViewportAnchor.cpp',
112 'ViewportAnchor.h', 112 'ViewportAnchor.h',
113 'WebAccessibilityObject.cpp', 113 'WebAXObject.cpp',
114 'WebArrayBufferView.cpp', 114 'WebArrayBufferView.cpp',
115 'WebBindings.cpp', 115 'WebBindings.cpp',
116 'WebBlob.cpp', 116 'WebBlob.cpp',
117 'WebBlobData.cpp', 117 'WebBlobData.cpp',
118 'WebCache.cpp', 118 'WebCache.cpp',
119 'WebCachedURLRequest.cpp', 119 'WebCachedURLRequest.cpp',
120 'WebColorName.cpp', 120 'WebColorName.cpp',
121 'WebCrossOriginPreflightResultCache.cpp', 121 'WebCrossOriginPreflightResultCache.cpp',
122 'WebCustomElement.cpp', 122 'WebCustomElement.cpp',
123 'WebDOMActivityLogger.cpp', 123 'WebDOMActivityLogger.cpp',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 { 362 {
363 'web_unittest_files': [ 363 'web_unittest_files': [
364 'tests/KeyCodeConversionTestGtk.cpp', 364 'tests/KeyCodeConversionTestGtk.cpp',
365 'tests/WebInputEventFactoryTestGtk.cpp', 365 'tests/WebInputEventFactoryTestGtk.cpp',
366 ], 366 ],
367 } 367 }
368 ], 368 ],
369 ], 369 ],
370 }, 370 },
371 } 371 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698