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

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

Issue 323163003: Enable building and output-ing of browser_tests.exe for official Windows builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Place within FILES block. 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 | « build/all.gyp ('k') | 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..ce25539a8ba7368af9bb238c8a4897e357ebb85e 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -31,6 +31,11 @@
FILES = [
{
+ 'filename': 'browser_tests.exe',
+ 'buildtype': ['official'],
+ 'archive': 'browser_tests.exe',
+ },
+ {
'filename': 'ffmpegsumo.dll',
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698