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

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: Remove filegroup specification, and dev buildtype for browser_tests.exe. 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..02889f72228df9f2a857853f08215df2d9479b51 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -29,7 +29,12 @@
# optional: List of buildtypes for which the file might not exist, and it's not
# considered an error.
-FILES = [
+ {
+ 'filename': 'browser_tests.exe',
+ 'buildtype': ['official'],
+ 'archive': 'browser_tests.exe',
+ },
+ FILES = [
Michael Moss 2014/06/11 01:13:09 Your change has to go inside the FILES[] block.
anandc 2014/06/11 01:43:13 Done.
{
'filename': 'ffmpegsumo.dll',
'buildtype': ['dev', 'official'],
« 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