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

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

Issue 2891533002: [Cronet] Use is_official_build=true for Cronet builds. (Closed)
Patch Set: 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') | tools/mb/mb_config.pyl » ('J')
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..9698e54a946a1f8f3044dff585e41bc9d83fda86 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -95,7 +95,7 @@ def main():
else:
target_os = 'android'
test_target = 'cronet_test_instrumentation_apk'
- gn_args = 'use_errorprone_java_compiler=true arm_use_neon=false '
+ gn_args = 'is_official_build=true use_errorprone_java_compiler=true arm_use_neon=false '
mgersh 2017/05/16 21:22:55 Should this be only on release builds?
mef 2017/05/17 16:01:14 Done.
gn_extra = ''
out_dir_suffix = ''
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698