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

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

Issue 27462002: Remove web/{android, gtk, win} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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/web.gyp ('k') | Source/web/win/WebInputEventFactory.cpp » ('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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'WebIDBDatabaseError.cpp', 171 'WebIDBDatabaseError.cpp',
172 'WebIDBKey.cpp', 172 'WebIDBKey.cpp',
173 'WebIDBKeyPath.cpp', 173 'WebIDBKeyPath.cpp',
174 'WebIDBKeyRange.cpp', 174 'WebIDBKeyRange.cpp',
175 'WebIDBMetadata.cpp', 175 'WebIDBMetadata.cpp',
176 'WebImageCache.cpp', 176 'WebImageCache.cpp',
177 'WebImageDecoder.cpp', 177 'WebImageDecoder.cpp',
178 'WebImageSkia.cpp', 178 'WebImageSkia.cpp',
179 'WebInputElement.cpp', 179 'WebInputElement.cpp',
180 'WebInputEvent.cpp', 180 'WebInputEvent.cpp',
181 'WebInputEventFactoryAndroid.cpp',
182 'WebInputEventFactoryGtk.cpp',
183 'WebInputEventFactoryWin.cpp',
184 'WebInputEventFactory.mm',
181 'WebInputEventConversion.cpp', 185 'WebInputEventConversion.cpp',
182 'WebInputEventConversion.h', 186 'WebInputEventConversion.h',
183 'WebKit.cpp', 187 'WebKit.cpp',
184 'WebLabelElement.cpp', 188 'WebLabelElement.cpp',
185 'WebMIDIClientMock.cpp', 189 'WebMIDIClientMock.cpp',
186 'WebMIDIPermissionRequest.cpp', 190 'WebMIDIPermissionRequest.cpp',
187 'WebMediaPlayerClientImpl.cpp', 191 'WebMediaPlayerClientImpl.cpp',
188 'WebMediaPlayerClientImpl.h', 192 'WebMediaPlayerClientImpl.h',
189 'WebMediaStreamRegistry.cpp', 193 'WebMediaStreamRegistry.cpp',
190 'WebNetworkStateNotifier.cpp', 194 'WebNetworkStateNotifier.cpp',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'WebWorkerBase.cpp', 257 'WebWorkerBase.cpp',
254 'WebWorkerBase.h', 258 'WebWorkerBase.h',
255 'WebWorkerClientImpl.cpp', 259 'WebWorkerClientImpl.cpp',
256 'WebWorkerClientImpl.h', 260 'WebWorkerClientImpl.h',
257 'WebWorkerInfo.cpp', 261 'WebWorkerInfo.cpp',
258 'WebWorkerRunLoop.cpp', 262 'WebWorkerRunLoop.cpp',
259 'WorkerAllowMainThreadBridgeBase.cpp', 263 'WorkerAllowMainThreadBridgeBase.cpp',
260 'WorkerAllowMainThreadBridgeBase.h', 264 'WorkerAllowMainThreadBridgeBase.h',
261 'WorkerFileSystemClient.cpp', 265 'WorkerFileSystemClient.cpp',
262 'WorkerFileSystemClient.h', 266 'WorkerFileSystemClient.h',
263 'android/WebInputEventFactory.cpp',
264 'default/WebRenderTheme.cpp', 267 'default/WebRenderTheme.cpp',
265 'gtk/WebInputEventFactory.cpp',
266 'linux/WebFontInfo.cpp', 268 'linux/WebFontInfo.cpp',
267 'linux/WebFontRenderStyle.cpp', 269 'linux/WebFontRenderStyle.cpp',
268 'linux/WebFontRendering.cpp', 270 'linux/WebFontRendering.cpp',
269 'mac/WebInputEventFactory.mm',
270 'mac/WebSubstringUtil.mm', 271 'mac/WebSubstringUtil.mm',
271 'painting/ContinuousPainter.cpp', 272 'painting/ContinuousPainter.cpp',
272 'painting/ContinuousPainter.h', 273 'painting/ContinuousPainter.h',
273 'painting/PaintAggregator.cpp', 274 'painting/PaintAggregator.cpp',
274 'painting/PaintAggregator.h', 275 'painting/PaintAggregator.h',
275 'win/WebInputEventFactory.cpp',
276 ], 276 ],
277 'web_unittest_files': [ 277 'web_unittest_files': [
278 'tests/AssociatedURLLoaderTest.cpp', 278 'tests/AssociatedURLLoaderTest.cpp',
279 'tests/ChromeClientImplTest.cpp', 279 'tests/ChromeClientImplTest.cpp',
280 'tests/CompositedLayerMappingTest.cpp', 280 'tests/CompositedLayerMappingTest.cpp',
281 'tests/CustomEventTest.cpp', 281 'tests/CustomEventTest.cpp',
282 'tests/DragImageTest.cpp', 282 'tests/DragImageTest.cpp',
283 'tests/FakeWebPlugin.cpp', 283 'tests/FakeWebPlugin.cpp',
284 'tests/FakeWebPlugin.h', 284 'tests/FakeWebPlugin.h',
285 'tests/FilterOperationsTest.cpp', 285 'tests/FilterOperationsTest.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 { 358 {
359 'web_unittest_files': [ 359 'web_unittest_files': [
360 'tests/KeyCodeConversionTestGtk.cpp', 360 'tests/KeyCodeConversionTestGtk.cpp',
361 'tests/WebInputEventFactoryTestGtk.cpp', 361 'tests/WebInputEventFactoryTestGtk.cpp',
362 ], 362 ],
363 } 363 }
364 ], 364 ],
365 ], 365 ],
366 }, 366 },
367 } 367 }
OLDNEW
« no previous file with comments | « Source/web/web.gyp ('k') | Source/web/win/WebInputEventFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698