| Index: Source/core/core.gyp
 | 
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
 | 
| index 106900d4266a42d2aea911bcfd0cee7c2f71ab2c..88b055fa64512e35a612220bf0cc070b96159588 100644
 | 
| --- a/Source/core/core.gyp
 | 
| +++ b/Source/core/core.gyp
 | 
| @@ -290,6 +290,9 @@
 | 
|          # Generated from CSSParser-in.cpp
 | 
|          '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
 | 
|  
 | 
| +        # Generated from HTMLMetaElement-in.cpp
 | 
| +        '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLMetaElement.cpp',
 | 
| +
 | 
|          # Additional .cpp files from the make_derived_sources rules.
 | 
|          '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp',
 | 
|          '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp',
 | 
| 
 |