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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 104023007: Refactoring ImageBuffer to decouple it from Canvas2DLayerBridge (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: build fixes for win+mac 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 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'graphics/Color.cpp', 365 'graphics/Color.cpp',
366 'graphics/Color.h', 366 'graphics/Color.h',
367 'graphics/ColorSpace.h', 367 'graphics/ColorSpace.h',
368 'graphics/DisplayList.cpp', 368 'graphics/DisplayList.cpp',
369 'graphics/DisplayList.h', 369 'graphics/DisplayList.h',
370 'graphics/DrawLooper.cpp', 370 'graphics/DrawLooper.cpp',
371 'graphics/DrawLooper.h', 371 'graphics/DrawLooper.h',
372 'graphics/GraphicsTypes.cpp', 372 'graphics/GraphicsTypes.cpp',
373 'graphics/GraphicsTypes.h', 373 'graphics/GraphicsTypes.h',
374 'graphics/GraphicsTypes3D.h', 374 'graphics/GraphicsTypes3D.h',
375 'graphics/ImageBufferSurface.cpp',
376 'graphics/ImageBufferSurface.h',
375 'graphics/ImageObserver.cpp', 377 'graphics/ImageObserver.cpp',
376 'graphics/ImageObserver.h', 378 'graphics/ImageObserver.h',
377 'graphics/ImageOrientation.cpp', 379 'graphics/ImageOrientation.cpp',
378 'graphics/ImageOrientation.h', 380 'graphics/ImageOrientation.h',
379 'graphics/PathTraversalState.cpp', 381 'graphics/PathTraversalState.cpp',
380 'graphics/PathTraversalState.h', 382 'graphics/PathTraversalState.h',
381 'graphics/ScaledImageFragment.cpp', 383 'graphics/ScaledImageFragment.cpp',
382 'graphics/ScaledImageFragment.h', 384 'graphics/ScaledImageFragment.h',
383 'graphics/SkSizeHash.h', 385 'graphics/SkSizeHash.h',
384 'graphics/TextRun.cpp', 386 'graphics/TextRun.cpp',
385 'graphics/TextRun.h', 387 'graphics/TextRun.h',
386 'graphics/TextRunIterator.h', 388 'graphics/TextRunIterator.h',
387 'graphics/ThreadSafeDataTransport.cpp', 389 'graphics/ThreadSafeDataTransport.cpp',
388 'graphics/ThreadSafeDataTransport.h', 390 'graphics/ThreadSafeDataTransport.h',
391 'graphics/UnacceleratedImageBufferSurface.cpp',
392 'graphics/UnacceleratedImageBufferSurface.h',
389 'graphics/WindRule.h', 393 'graphics/WindRule.h',
390 'mac/KillRingMac.mm', 394 'mac/KillRingMac.mm',
391 'mac/BlockExceptions.h', 395 'mac/BlockExceptions.h',
392 'mac/BlockExceptions.mm', 396 'mac/BlockExceptions.mm',
393 'mac/WebFontCache.h', 397 'mac/WebFontCache.h',
394 'mac/WebFontCache.mm', 398 'mac/WebFontCache.mm',
395 'mediastream/MediaConstraints.cpp', 399 'mediastream/MediaConstraints.cpp',
396 'mediastream/MediaConstraints.h', 400 'mediastream/MediaConstraints.h',
397 'mediastream/MediaStreamComponent.cpp', 401 'mediastream/MediaStreamComponent.cpp',
398 'mediastream/MediaStreamComponent.h', 402 'mediastream/MediaStreamComponent.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'testing/TreeTestHelpers.h', 564 'testing/TreeTestHelpers.h',
561 'text/BidiResolverTest.cpp', 565 'text/BidiResolverTest.cpp',
562 'text/DateTimeFormatTest.cpp', 566 'text/DateTimeFormatTest.cpp',
563 'weborigin/DatabaseIdentifierTest.cpp', 567 'weborigin/DatabaseIdentifierTest.cpp',
564 'weborigin/KURLTest.cpp', 568 'weborigin/KURLTest.cpp',
565 'weborigin/OriginAccessEntryTest.cpp', 569 'weborigin/OriginAccessEntryTest.cpp',
566 'weborigin/SecurityOriginTest.cpp', 570 'weborigin/SecurityOriginTest.cpp',
567 ], 571 ],
568 }, 572 },
569 } 573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698