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

Unified Diff: Source/core/Init.cpp

Issue 185533012: Auto generate MediaFeatureNames, its macros and MediaTypeNames (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed comment from RuntimeEnabled 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
« no previous file with comments | « Source/build/scripts/templates/MediaFeatures.h.tmpl ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/Init.cpp
diff --git a/Source/core/Init.cpp b/Source/core/Init.cpp
index b48d1f6f79fbfb75f86c728539d78f9ff6291c21..3fbe7917c954e596ba1cc4890fae77ec7d3cfff0 100644
--- a/Source/core/Init.cpp
+++ b/Source/core/Init.cpp
@@ -39,11 +39,12 @@
#include "HTMLNames.h"
#include "InputTypeNames.h"
#include "MathMLNames.h"
+#include "MediaFeatureNames.h"
+#include "MediaTypeNames.h"
#include "SVGNames.h"
#include "XLinkNames.h"
#include "XMLNSNames.h"
#include "XMLNames.h"
-#include "core/css/MediaFeatureNames.h"
#include "core/html/parser/HTMLParserThread.h"
#include "heap/Heap.h"
#include "platform/EventTracer.h"
@@ -76,6 +77,7 @@ void init()
FontFamilyNames::init();
InputTypeNames::init();
MediaFeatureNames::init();
+ MediaTypeNames::init();
WTF::StringStatics::init();
QualifiedName::init();
Partitions::init();
« no previous file with comments | « Source/build/scripts/templates/MediaFeatures.h.tmpl ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698