Index: build/gyp_chromium |
diff --git a/build/gyp_chromium b/build/gyp_chromium |
index 4296b76f72a0933ca2d2018c1a9db560f248b238..3c0aa6f7dbb2f56eecfdaaf2eb69e4281e750d3a 100755 |
--- a/build/gyp_chromium |
+++ b/build/gyp_chromium |
@@ -200,6 +200,7 @@ if __name__ == '__main__': |
args.pop(0) |
os.environ['GYP_GENERATORS'] = 'analyzer' |
args.append('-Gconfig_path=' + args.pop(0)) |
+ args.append('-Ganalyzer_output_path=' + args.pop(0)) |
if int(os.environ.get('GYP_CHROMIUM_NO_ACTION', 0)): |
# Check for landmines (reasons to clobber the build) in any case. |