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

Unified Diff: Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl

Issue 26763006: Move the generation and inclusion of RuntimeEnabledFeatures to blink_platform.dll since many pieces… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Trying again Created 7 years, 2 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/bindings/derived_sources.gyp ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
diff --git a/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl b/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
index e9eab83557dfa693eeba881dccbd8f3312f33202..6707e73f46df19952c7be63ad6f86cbc26972ec4 100644
--- a/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
+++ b/Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl
@@ -4,11 +4,13 @@
#ifndef RuntimeEnabledFeatures_h
#define RuntimeEnabledFeatures_h
+#include "platform/PlatformExport.h"
+
namespace WebCore {
// A class that stores static enablers for all experimental features.
-class RuntimeEnabledFeatures {
+class PLATFORM_EXPORT RuntimeEnabledFeatures {
public:
{%- for feature_set in feature_sets %}
« no previous file with comments | « Source/bindings/derived_sources.gyp ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698