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

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

Issue 545103003: Adding sync integration tests to official build artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/tools/build/linux/TESTS ('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 4b27bf5b16c2a29abc44f405a4078939adf73799..7d8cc680e685cc7d94ebd0d435082cfc795d5cd5 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -30,12 +30,17 @@
# considered an error.
FILES = [
- {
+ {
'filename': 'browser_tests.exe',
'buildtype': ['official'],
'archive': 'browser_tests.exe',
},
{
+ 'filename': 'sync_integration_tests.exe',
+ 'buildtype': ['official'],
+ 'archive': 'sync_integration_tests.exe',
+ },
+ {
'filename': 'ffmpegsumo.dll',
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],
« no previous file with comments | « chrome/tools/build/linux/TESTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698