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

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

Issue 12162004: Make "remoting_core.*" optional until GYP issues (http://crbug.com/173052) are resolved. (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 2cc805ded642850d3d9e4ed378c3ed2353d517b5..e2750bcdcc62921c28034fafae6fdfff7816064c 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -378,11 +378,13 @@ FILES = [
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
'filegroup': ['symsrc'],
+ 'optional': ['official'],
},
{
'filename': 'remoting_core.dll.pdb',
'buildtype': ['official'],
'archive': 'remoting-win32.zip',
+ 'optional': ['official'],
},
{
'filename': 'remoting_desktop.exe',
« 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