Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index 2d4a319085945d7345aa5f238d95452c9027d39c..ab9140d7d1560cc5f8e1d8b8198c6f136b68fafa 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -969,6 +969,7 @@ |
], |
}], |
['OS=="android"', { |
+ 'sources/': [['exclude', 'ViewportStyle\\.cpp$']], |
'cflags': [ |
# WebCore does not work with strict aliasing enabled. |
# https://bugs.webkit.org/show_bug.cgi?id=25864 |