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

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

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building 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 | 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 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'WebUserMediaRequest.cpp', 247 'WebUserMediaRequest.cpp',
248 'WebViewImpl.cpp', 248 'WebViewImpl.cpp',
249 'WebViewImpl.h', 249 'WebViewImpl.h',
250 'WebWorkerInfo.cpp', 250 'WebWorkerInfo.cpp',
251 'WebWorkerRunLoop.cpp', 251 'WebWorkerRunLoop.cpp',
252 'WorkerGlobalScopeProxyProviderImpl.cpp', 252 'WorkerGlobalScopeProxyProviderImpl.cpp',
253 'WorkerGlobalScopeProxyProviderImpl.h', 253 'WorkerGlobalScopeProxyProviderImpl.h',
254 'WorkerPermissionClient.cpp', 254 'WorkerPermissionClient.cpp',
255 'WorkerPermissionClient.h', 255 'WorkerPermissionClient.h',
256 'default/WebRenderTheme.cpp', 256 'default/WebRenderTheme.cpp',
257 'linux/WebFontInfo.cpp',
258 'linux/WebFontRenderStyle.cpp',
259 'linux/WebFontRendering.cpp', 257 'linux/WebFontRendering.cpp',
260 'mac/WebScrollbarTheme.cpp', 258 'mac/WebScrollbarTheme.cpp',
261 'mac/WebSubstringUtil.mm', 259 'mac/WebSubstringUtil.mm',
262 'painting/ContinuousPainter.cpp', 260 'painting/ContinuousPainter.cpp',
263 'painting/ContinuousPainter.h', 261 'painting/ContinuousPainter.h',
264 'painting/PaintAggregator.cpp', 262 'painting/PaintAggregator.cpp',
265 'painting/PaintAggregator.h', 263 'painting/PaintAggregator.h',
266 ], 264 ],
267 'web_unittest_files': [ 265 'web_unittest_files': [
268 'tests/AssociatedURLLoaderTest.cpp', 266 'tests/AssociatedURLLoaderTest.cpp',
267 'tests/BitmapImageTest.cpp',
268 'tests/Canvas2DLayerBridgeTest.cpp',
269 'tests/Canvas2DLayerManagerTest.cpp',
269 'tests/ChromeClientImplTest.cpp', 270 'tests/ChromeClientImplTest.cpp',
270 'tests/CompositedLayerMappingTest.cpp', 271 'tests/CompositedLayerMappingTest.cpp',
271 'tests/CustomEventTest.cpp', 272 'tests/CustomEventTest.cpp',
273 'tests/DeferredImageDecoderTest.cpp',
272 'tests/DragImageTest.cpp', 274 'tests/DragImageTest.cpp',
275 'tests/DrawingBufferTest.cpp',
273 'tests/FakeWebPlugin.cpp', 276 'tests/FakeWebPlugin.cpp',
274 'tests/FakeWebPlugin.h', 277 'tests/FakeWebPlugin.h',
275 'tests/FilterOperationsTest.cpp', 278 'tests/FilterOperationsTest.cpp',
276 'tests/FrameLoaderClientImplTest.cpp', 279 'tests/FrameLoaderClientImplTest.cpp',
277 'tests/FrameTestHelpers.cpp', 280 'tests/FrameTestHelpers.cpp',
278 'tests/FrameTestHelpers.h', 281 'tests/FrameTestHelpers.h',
282 'tests/GIFImageDecoderTest.cpp',
283 'tests/GraphicsContextTest.cpp',
279 'tests/GraphicsLayerTest.cpp', 284 'tests/GraphicsLayerTest.cpp',
285 'tests/ImageDecodingStoreTest.cpp',
280 'tests/ImageFilterBuilderTest.cpp', 286 'tests/ImageFilterBuilderTest.cpp',
287 'tests/ImageFrameGeneratorTest.cpp',
281 'tests/ImageLayerChromiumTest.cpp', 288 'tests/ImageLayerChromiumTest.cpp',
289 'tests/JPEGImageDecoderTest.cpp',
282 'tests/KeyboardTest.cpp', 290 'tests/KeyboardTest.cpp',
283 'tests/LinkHighlightTest.cpp', 291 'tests/LinkHighlightTest.cpp',
284 'tests/ListenerLeakTest.cpp', 292 'tests/ListenerLeakTest.cpp',
285 'tests/MemoryInfo.cpp', 293 'tests/MemoryInfo.cpp',
294 'tests/MockImageDecoder.h',
295 'tests/MockWebGraphicsContext3D.h',
286 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 296 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
287 'tests/OpenTypeVerticalDataTest.cpp', 297 'tests/OpenTypeVerticalDataTest.cpp',
288 'tests/PageSerializerTest.cpp', 298 'tests/PageSerializerTest.cpp',
289 'tests/PaintAggregatorTest.cpp', 299 'tests/PaintAggregatorTest.cpp',
290 'tests/PopupContainerTest.cpp', 300 'tests/PopupContainerTest.cpp',
291 'tests/PrerenderingTest.cpp', 301 'tests/PrerenderingTest.cpp',
292 'tests/ProgrammaticScrollTest.cpp', 302 'tests/ProgrammaticScrollTest.cpp',
293 'tests/RenderTableCellTest.cpp', 303 'tests/RenderTableCellTest.cpp',
294 'tests/RenderTableRowTest.cpp', 304 'tests/RenderTableRowTest.cpp',
295 'tests/ScrollingCoordinatorChromiumTest.cpp', 305 'tests/ScrollingCoordinatorChromiumTest.cpp',
296 'tests/SpinLockTest.cpp', 306 'tests/SpinLockTest.cpp',
297 'tests/URLTestHelpers.cpp', 307 'tests/URLTestHelpers.cpp',
298 'tests/URLTestHelpers.h', 308 'tests/URLTestHelpers.h',
299 'tests/ViewportTest.cpp', 309 'tests/ViewportTest.cpp',
300 'tests/WebFrameTest.cpp', 310 'tests/WebFrameTest.cpp',
301 'tests/WebImageTest.cpp', 311 'tests/WebImageTest.cpp',
302 'tests/WebInputEventConversionTest.cpp', 312 'tests/WebInputEventConversionTest.cpp',
303 'tests/WebInputEventFactoryTestMac.mm', 313 'tests/WebInputEventFactoryTestMac.mm',
314 'tests/WEBPImageDecoderTest.cpp',
304 'tests/WebPageNewSerializerTest.cpp', 315 'tests/WebPageNewSerializerTest.cpp',
305 'tests/WebPageSerializerTest.cpp', 316 'tests/WebPageSerializerTest.cpp',
306 'tests/WebPluginContainerTest.cpp', 317 'tests/WebPluginContainerTest.cpp',
307 'tests/WebSearchableFormDataTest.cpp', 318 'tests/WebSearchableFormDataTest.cpp',
308 'tests/WebSelectorTest.cpp', 319 'tests/WebSelectorTest.cpp',
309 'tests/WebURLRequestTest.cpp', 320 'tests/WebURLRequestTest.cpp',
310 'tests/WebURLResponseTest.cpp', 321 'tests/WebURLResponseTest.cpp',
311 'tests/WebUserGestureTokenTest.cpp', 322 'tests/WebUserGestureTokenTest.cpp',
312 'tests/WebViewTest.cpp', 323 'tests/WebViewTest.cpp',
313 ], 324 ],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 { 368 {
358 'web_unittest_files': [ 369 'web_unittest_files': [
359 'tests/KeyCodeConversionTestGtk.cpp', 370 'tests/KeyCodeConversionTestGtk.cpp',
360 'tests/WebInputEventFactoryTestGtk.cpp', 371 'tests/WebInputEventFactoryTestGtk.cpp',
361 ], 372 ],
362 } 373 }
363 ], 374 ],
364 ], 375 ],
365 }, 376 },
366 } 377 }
OLDNEW
« Source/platform/blink_platform.gyp ('K') | « Source/web/web.gyp ('k') | public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698