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

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

Issue 1183863005: Paint Profiler: unroll SkPictures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'graphics/ImageDecodingStore.cpp', 534 'graphics/ImageDecodingStore.cpp',
535 'graphics/ImageDecodingStore.h', 535 'graphics/ImageDecodingStore.h',
536 'graphics/ImageFrameGenerator.cpp', 536 'graphics/ImageFrameGenerator.cpp',
537 'graphics/ImageFrameGenerator.h', 537 'graphics/ImageFrameGenerator.h',
538 'graphics/ImageObserver.cpp', 538 'graphics/ImageObserver.cpp',
539 'graphics/ImageObserver.h', 539 'graphics/ImageObserver.h',
540 'graphics/ImageOrientation.cpp', 540 'graphics/ImageOrientation.cpp',
541 'graphics/ImageOrientation.h', 541 'graphics/ImageOrientation.h',
542 'graphics/ImageSource.cpp', 542 'graphics/ImageSource.cpp',
543 'graphics/ImageSource.h', 543 'graphics/ImageSource.h',
544 'graphics/InterceptingCanvas.cpp',
545 'graphics/InterceptingCanvas.h',
544 'graphics/LoggingCanvas.cpp', 546 'graphics/LoggingCanvas.cpp',
545 'graphics/LoggingCanvas.h', 547 'graphics/LoggingCanvas.h',
546 'graphics/PaintInvalidationReason.cpp', 548 'graphics/PaintInvalidationReason.cpp',
547 'graphics/PaintInvalidationReason.h', 549 'graphics/PaintInvalidationReason.h',
548 'graphics/Path.cpp', 550 'graphics/Path.cpp',
549 'graphics/Path.h', 551 'graphics/Path.h',
550 'graphics/PathTraversalState.cpp', 552 'graphics/PathTraversalState.cpp',
551 'graphics/PathTraversalState.h', 553 'graphics/PathTraversalState.h',
552 'graphics/Pattern.cpp', 554 'graphics/Pattern.cpp',
553 'graphics/Pattern.h', 555 'graphics/Pattern.h',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 ['os_posix==1 and OS!="mac"', 1032 ['os_posix==1 and OS!="mac"',
1031 { 1033 {
1032 'platform_test_files': [ 1034 'platform_test_files': [
1033 'text/LocaleICUTest.cpp', 1035 'text/LocaleICUTest.cpp',
1034 ], 1036 ],
1035 } 1037 }
1036 ], 1038 ],
1037 ], 1039 ],
1038 }, 1040 },
1039 } 1041 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/graphics/InterceptingCanvas.h » ('j') | Source/platform/graphics/InterceptingCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698