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

Unified Diff: build/scripts/slave/compile.py

Issue 217833006: compile.py: Don't set OFFICIAL_BUILD for --mode=official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 6 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/scripts/slave/compile.py
===================================================================
--- build/scripts/slave/compile.py (revision 261491)
+++ build/scripts/slave/compile.py (working copy)
@@ -458,7 +458,6 @@
if options.mode == 'official':
# Official builds are always Google Chrome.
- env['OFFICIAL_BUILD'] = '1'
env['CHROME_BUILD_TYPE'] = '_official'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698