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

Unified Diff: Source/core/core.gyp

Issue 171383002: A thread-safe Media Query Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Generate strings with make_names Created 6 years, 10 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.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index e70332d45ab4bc0c51b46257b61430a19065d3a7..a1446cd962ca03b3408682708c26151e35818a84 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -284,6 +284,12 @@
# Generated from HTMLEntityNames.in
'<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp',
+ # Generated from MediaFeatureNames.in
+ '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatureNames.cpp',
+
+ # Generated from MediaTypeNames.in
+ '<(SHARED_INTERMEDIATE_DIR)/blink/MediaTypeNames.cpp',
+
# Generated from CSSTokenizer-in.cpp
'<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp',
« no previous file with comments | « Source/core/Init.cpp ('k') | Source/core/core.gypi » ('j') | Source/core/core_generated.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698