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

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

Issue 12091045: Adding remoting_core.dll and remoting_desktop.exe next to other archived Chromoting binaries. remot… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 354a50b13d16dc521d75088782b3e9c5b4ab8ca7..2cc805ded642850d3d9e4ed378c3ed2353d517b5 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -374,6 +374,30 @@ FILES = [
'archive': 'remoting-win32.zip',
},
{
+ 'filename': 'remoting_core.dll',
+ 'buildtype': ['official'],
+ 'archive': 'remoting-win32.zip',
+ 'filegroup': ['symsrc'],
+ },
+ {
+ 'filename': 'remoting_core.dll.pdb',
+ 'buildtype': ['official'],
+ 'archive': 'remoting-win32.zip',
+ },
+ {
+ 'filename': 'remoting_desktop.exe',
+ 'buildtype': ['official'],
+ 'archive': 'remoting-win32.zip',
+ 'filegroup': ['symsrc'],
+ 'optional': ['official'],
+ },
+ {
+ 'filename': 'remoting_desktop.exe.pdb',
+ 'buildtype': ['official'],
+ 'archive': 'remoting-win32.zip',
+ 'optional': ['official'],
+ },
+ {
'filename': 'remoting_daemon.exe',
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
« 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