Index: gypfiles/gyp_v8 |
diff --git a/gypfiles/gyp_v8 b/gypfiles/gyp_v8 |
index e97507a360566db6664d49bb95a99f4eed93e33b..8be39d961536f186e7da7d3440dd28d5e27055a6 100755 |
--- a/gypfiles/gyp_v8 |
+++ b/gypfiles/gyp_v8 |
@@ -118,6 +118,10 @@ def run_gyp(args): |
if __name__ == '__main__': |
args = sys.argv[1:] |
+ if int(os.environ.get('GYP_CHROMIUM_NO_ACTION', 0)): |
+ print 'Skipping gyp_v8 due to GYP_CHROMIUM_NO_ACTION env var.' |
+ sys.exit(0) |
+ |
gyp_environment.set_environment() |
# This could give false positives since it doesn't actually do real option |