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

Unified Diff: Source/core/core.gyp

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/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 57d2ffec02b5e7dce8058a128ba193b5baa5409e..68f299481d36a4a9d13e614ee14b81bbd1e5377c 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -32,6 +32,7 @@
'includes': [
'../build/win/precompile.gypi',
'../build/features.gypi',
+ '../build/scripts/scripts.gypi',
'../modules/modules.gypi',
'../bindings/bindings.gypi',
'core.gypi',
@@ -218,6 +219,7 @@
'injected_canvas_script_source',
'injected_script_source',
'debugger_script_source',
+ '../platform/platform_derived_sources.gyp:make_platform_derived_sources',
'../wtf/wtf.gyp:wtf',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
@@ -286,9 +288,6 @@
# Generated from HTMLEntityNames.in
'<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp',
- # Generated from RuntimeEnabledFeatures.in
- '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
-
# Generated from CSSParser-in.cpp
'<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
« no previous file with comments | « Source/build/scripts/templates/RuntimeEnabledFeatures.h.tmpl ('k') | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698