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

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

Issue 316803003: Add browser_tests.exe to list of files archived for Windows builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 82b4cfa855849481127a791320d9a984f280e782..52779c95daf3b08b02d29e128fba623d2975fe49 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -31,6 +31,12 @@
FILES = [
{
+ 'filename': 'browser_tests.exe',
+ 'buildtype': ['dev', 'official'],
anandc 2014/06/04 16:17:33 Does buildtype='dev' mean Chromium? If so, then we
Michael Moss 2014/06/04 16:44:19 Yes, basically the chromium builders vs. the relea
+ 'filegroup': ['default', 'symsrc'],
+ 'archive': 'browser_tests.exe',
+ },
+ {
'filename': 'ffmpegsumo.dll',
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],
« 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