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

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

Issue 1645443002: [Platform] Add BT.601 and BT.709 video color profile data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | third_party/WebKit/Source/platform/graphics/ColorSpaceProfileData.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 '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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'graphics/BitmapImageMetrics.h', 514 'graphics/BitmapImageMetrics.h',
515 'graphics/Canvas2DImageBufferSurface.h', 515 'graphics/Canvas2DImageBufferSurface.h',
516 'graphics/Canvas2DLayerBridge.cpp', 516 'graphics/Canvas2DLayerBridge.cpp',
517 'graphics/Canvas2DLayerBridge.h', 517 'graphics/Canvas2DLayerBridge.h',
518 'graphics/CanvasMetrics.cpp', 518 'graphics/CanvasMetrics.cpp',
519 'graphics/CanvasMetrics.h', 519 'graphics/CanvasMetrics.h',
520 'graphics/Color.cpp', 520 'graphics/Color.cpp',
521 'graphics/Color.h', 521 'graphics/Color.h',
522 'graphics/ColorSpace.cpp', 522 'graphics/ColorSpace.cpp',
523 'graphics/ColorSpace.h', 523 'graphics/ColorSpace.h',
524 'graphics/ColorSpaceProfileData.cpp',
525 'graphics/ColorSpaceProfileData.h',
524 'graphics/CompositingReasons.cpp', 526 'graphics/CompositingReasons.cpp',
525 'graphics/CompositingReasons.h', 527 'graphics/CompositingReasons.h',
526 'graphics/CompositorMutableState.cpp', 528 'graphics/CompositorMutableState.cpp',
527 'graphics/CompositorMutableState.h', 529 'graphics/CompositorMutableState.h',
528 'graphics/CompositorMutableStateProvider.cpp', 530 'graphics/CompositorMutableStateProvider.cpp',
529 'graphics/CompositorMutableStateProvider.h', 531 'graphics/CompositorMutableStateProvider.h',
530 'graphics/ContentLayerDelegate.cpp', 532 'graphics/ContentLayerDelegate.cpp',
531 'graphics/ContentLayerDelegate.h', 533 'graphics/ContentLayerDelegate.h',
532 'graphics/ContiguousContainer.cpp', 534 'graphics/ContiguousContainer.cpp',
533 'graphics/ContiguousContainer.h', 535 'graphics/ContiguousContainer.h',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 ['OS!="mac"', 1151 ['OS!="mac"',
1150 { 1152 {
1151 'platform_test_files': [ 1153 'platform_test_files': [
1152 'scroll/ScrollAnimatorTest.cpp', 1154 'scroll/ScrollAnimatorTest.cpp',
1153 ], 1155 ],
1154 } 1156 }
1155 ], 1157 ],
1156 ], 1158 ],
1157 }, 1159 },
1158 } 1160 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/ColorSpaceProfileData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698