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

Unified Diff: Source/core/core.gyp

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698