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

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: 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
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index b2f62c6f704c7cdd22e35516bb3c33ab4a402c55..04d2437b714cd9d906a06e1f36b1067216242bbf 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.gypi',
Stephen Chennney 2013/10/16 21:26:13 This will conflict too.
'../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_derived_sources',
'../wtf/wtf.gyp:wtf',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',

Powered by Google App Engine
This is Rietveld 408576698