| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index a98b8059b4ee3b6e669a41f34ae3f3fbdc94e4d1..6b0d4c66e45cc48da504fd6573924b084e8716f1 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -834,8 +834,8 @@ component("platform") {
|
| "graphics/Color.h",
|
| "graphics/ColorBehavior.cpp",
|
| "graphics/ColorBehavior.h",
|
| - "graphics/ColorSpace.cpp",
|
| - "graphics/ColorSpace.h",
|
| + "graphics/ColorSpaceGamut.cpp",
|
| + "graphics/ColorSpaceGamut.h",
|
| "graphics/ColorSpaceProfileData.cpp",
|
| "graphics/ColorSpaceProfileData.h",
|
| "graphics/CompositingReasons.cpp",
|
| @@ -913,6 +913,8 @@ component("platform") {
|
| "graphics/ImageSource.h",
|
| "graphics/InterceptingCanvas.cpp",
|
| "graphics/InterceptingCanvas.h",
|
| + "graphics/InterpolationSpace.cpp",
|
| + "graphics/InterpolationSpace.h",
|
| "graphics/LinkHighlight.h",
|
| "graphics/LoggingCanvas.cpp",
|
| "graphics/LoggingCanvas.h",
|
|
|