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

Unified Diff: components/cronet/tools/cr_cronet.py

Issue 2891533002: [Cronet] Use is_official_build=true for Cronet builds. (Closed)
Patch Set: Use is_official_build only for relese builds. Created 3 years, 7 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 | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/cr_cronet.py
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index 49a58a6c655af33ae6039a2c12f5ca795b2d0b64..a0d111ccef3280e1099fbbdbde32b7013f8533cb 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -112,7 +112,7 @@ def main():
if options.release:
out_dir = 'out/Release' + out_dir_suffix
release_arg = ' --release'
- gn_args += ' is_debug=false '
+ gn_args += ' is_debug=false is_official_build=true '
else:
out_dir = 'out/Debug' + out_dir_suffix
release_arg = ''
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698