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

Unified Diff: Source/core/core_derived_sources.gyp

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months 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_derived_sources.gyp
diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
index 2883904c9bc85c2a1ff777a44b77dfbd75b9ef3c..ba82167c7330cf23146af78b416f875f5eb8ee20 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -645,6 +645,24 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/CSSParser.cpp',
],
},
+ {
+ 'action_name': 'MakeTokenMatcherForViewport',
+ 'inputs': [
+ '<@(scripts_for_in_files)',
+ '../core/scripts/make_token_matcher.py',
+ '../core/html/HTMLMetaElement-in.cpp',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLMetaElement.cpp',
+ ],
+ 'action': [
+ 'python',
+ '../core/scripts/make_token_matcher.py',
+ '../core/html/HTMLMetaElement-in.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLMetaElement.cpp',
+ ],
+ },
+
],
'rules': [
{

Powered by Google App Engine
This is Rietveld 408576698