Index: third_party/WebKit/Source/platform/blink_platform.gyp |
diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp |
index feaa888ba7cfa09ff88ae288bcb339ef09b898a1..05a0b54a5822c7c67c687dfc06c543046daa3696 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gyp |
+++ b/third_party/WebKit/Source/platform/blink_platform.gyp |
@@ -240,6 +240,11 @@ |
['include', 'graphics/cpu/x86/WebGLImageConversionSSE\\.h$'], |
], |
}], |
+ ['target_arch == "mipsel" or target_arch == "mips64el"', { |
+ 'sources/': [ |
+ ['include', 'graphics/cpu/mips/WebGLImageConversionMSA\\.h$'], |
+ ], |
+ }], |
['OS=="linux" or OS=="android"', { |
'sources/': [ |
['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'], |