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'], |