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

Unified Diff: Source/web/web.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/platform/platform_derived_sources.gyp ('k') | Source/web/web_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index 0bb5a8aad45f5cbe5fc19fa6fb5421817fc425ed..67d7b0d786b957aa7051c8d698eaff65243442c8 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -30,10 +30,11 @@
{
'includes': [
- '../build/win/precompile.gypi',
'../bindings/bindings.gypi',
'../core/core.gypi',
'../build/features.gypi',
+ '../build/scripts/scripts.gypi',
+ '../build/win/precompile.gypi',
'../modules/modules.gypi',
'../wtf/wtf.gypi',
'web.gypi',
« no previous file with comments | « Source/platform/platform_derived_sources.gyp ('k') | Source/web/web_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698