Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index ab5f8ac1ecd28c23924276e84f6bd8625208c891..8e55fd8ef6ec2f4c0ac107807151e48881809075 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -955,6 +955,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 |