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

Unified Diff: gypfiles/features.gypi

Issue 2760233005: [snapshot] Move builtins generation into mksnapshot (Closed)
Patch Set: fix GYP builds Created 3 years, 8 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 | « BUILD.gn ('k') | src/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/features.gypi
diff --git a/gypfiles/features.gypi b/gypfiles/features.gypi
index 6cce64ca2090ed6cab4bd2ce77686e179374528e..f8456f0eca45601e1a4fa9618945b2d77391a175 100644
--- a/gypfiles/features.gypi
+++ b/gypfiles/features.gypi
@@ -137,5 +137,8 @@
], # conditions
}, # Release
}, # configurations
+ 'defines': [
+ 'V8_GYP_BUILD',
+ ], # defines
}, # target_defaults
}
« no previous file with comments | « BUILD.gn ('k') | src/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698