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

Unified Diff: chrome/tools/build/mac/FILES.cfg

Issue 568143003: Archive browser_tests for dev and official Chromium builds on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix name of browser_tests binary. Created 6 years, 3 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: chrome/tools/build/mac/FILES.cfg
diff --git a/chrome/tools/build/mac/FILES.cfg b/chrome/tools/build/mac/FILES.cfg
index 8f6a0bbe549b59a9021f8ea239f14bf32f515b16..f2020fa30c462825c4e9fc0c8db7ba78c6b8a5f4 100644
--- a/chrome/tools/build/mac/FILES.cfg
+++ b/chrome/tools/build/mac/FILES.cfg
@@ -44,6 +44,12 @@ FILES = [
'buildtype': ['dev', 'official'],
'archive': 'pnacl.zip',
},
+ # Browser tests:
+ {
+ 'filename': 'browser_tests',
+ 'buildtype': ['dev', 'official'],
+ 'archive': 'browser_tests',
+ },
# Remoting files:
{
'filename': 'remoting-webapp.zip',
« 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