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

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

Issue 152243003: Rename WebNodeCollection to WebElementCollection for clarity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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
« no previous file with comments | « Source/web/WebNodeList.cpp ('k') | public/web/WebDocument.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 'BackForwardClientImpl.cpp', 9 'BackForwardClientImpl.cpp',
10 'BackForwardClientImpl.h', 10 'BackForwardClientImpl.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'WebDataSourceImpl.h', 135 'WebDataSourceImpl.h',
136 'WebDatabase.cpp', 136 'WebDatabase.cpp',
137 'WebDevToolsAgentImpl.cpp', 137 'WebDevToolsAgentImpl.cpp',
138 'WebDevToolsAgentImpl.h', 138 'WebDevToolsAgentImpl.h',
139 'WebDevToolsFrontendImpl.cpp', 139 'WebDevToolsFrontendImpl.cpp',
140 'WebDevToolsFrontendImpl.h', 140 'WebDevToolsFrontendImpl.h',
141 'WebDocument.cpp', 141 'WebDocument.cpp',
142 'WebDocumentType.cpp', 142 'WebDocumentType.cpp',
143 'WebDragData.cpp', 143 'WebDragData.cpp',
144 'WebElement.cpp', 144 'WebElement.cpp',
145 'WebElementCollection.cpp',
145 'WebEmbeddedWorkerImpl.cpp', 146 'WebEmbeddedWorkerImpl.cpp',
146 'WebEmbeddedWorkerImpl.h', 147 'WebEmbeddedWorkerImpl.h',
147 'WebEntities.cpp', 148 'WebEntities.cpp',
148 'WebEntities.h', 149 'WebEntities.h',
149 'WebFileChooserCompletionImpl.cpp', 150 'WebFileChooserCompletionImpl.cpp',
150 'WebFileChooserCompletionImpl.h', 151 'WebFileChooserCompletionImpl.h',
151 'WebFontCache.cpp', 152 'WebFontCache.cpp',
152 'WebFontDescription.cpp', 153 'WebFontDescription.cpp',
153 'WebFontImpl.cpp', 154 'WebFontImpl.cpp',
154 'WebFontImpl.h', 155 'WebFontImpl.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'WebLabelElement.cpp', 187 'WebLabelElement.cpp',
187 'WebLeakDetector.cpp', 188 'WebLeakDetector.cpp',
188 'WebMIDIClientMock.cpp', 189 'WebMIDIClientMock.cpp',
189 'WebMIDIPermissionRequest.cpp', 190 'WebMIDIPermissionRequest.cpp',
190 'WebMediaDevicesRequest.cpp', 191 'WebMediaDevicesRequest.cpp',
191 'WebMediaPlayerClientImpl.cpp', 192 'WebMediaPlayerClientImpl.cpp',
192 'WebMediaPlayerClientImpl.h', 193 'WebMediaPlayerClientImpl.h',
193 'WebMediaStreamRegistry.cpp', 194 'WebMediaStreamRegistry.cpp',
194 'WebNetworkStateNotifier.cpp', 195 'WebNetworkStateNotifier.cpp',
195 'WebNode.cpp', 196 'WebNode.cpp',
196 'WebNodeCollection.cpp',
197 'WebNodeList.cpp', 197 'WebNodeList.cpp',
198 'WebNotification.cpp', 198 'WebNotification.cpp',
199 'WebOptionElement.cpp', 199 'WebOptionElement.cpp',
200 'WebPagePopupImpl.cpp', 200 'WebPagePopupImpl.cpp',
201 'WebPagePopupImpl.h', 201 'WebPagePopupImpl.h',
202 'WebPageSerializer.cpp', 202 'WebPageSerializer.cpp',
203 'WebPageSerializerImpl.cpp', 203 'WebPageSerializerImpl.cpp',
204 'WebPageSerializerImpl.h', 204 'WebPageSerializerImpl.h',
205 'WebPasswordFormData.cpp', 205 'WebPasswordFormData.cpp',
206 'WebPasswordFormUtils.cpp', 206 'WebPasswordFormUtils.cpp',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 { 371 {
372 'web_unittest_files': [ 372 'web_unittest_files': [
373 'tests/KeyCodeConversionTestGtk.cpp', 373 'tests/KeyCodeConversionTestGtk.cpp',
374 'tests/WebInputEventFactoryTestGtk.cpp', 374 'tests/WebInputEventFactoryTestGtk.cpp',
375 ], 375 ],
376 } 376 }
377 ], 377 ],
378 ], 378 ],
379 }, 379 },
380 } 380 }
OLDNEW
« no previous file with comments | « Source/web/WebNodeList.cpp ('k') | public/web/WebDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698