Index: chrome/tools/build/linux/FILES.cfg |
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg |
index db0b2b741103794c415d62e5c639fabc6050bcd3..9b243d72f0b60eda8b22526595840adac8eba1a5 100644 |
--- a/chrome/tools/build/linux/FILES.cfg |
+++ b/chrome/tools/build/linux/FILES.cfg |
@@ -133,4 +133,11 @@ FILES = [ |
'arch': ['32bit', '64bit'], |
'buildtype': ['dev', 'official'], |
}, |
+ # Remoting files: |
+ { |
+ 'filename': 'remoting-it2me.zip', |
+ 'arch': ['32bit', '64bit'], |
+ 'buildtype': ['dev', 'official'], |
+ 'archive': 'remoting-it2me.zip', |
+ }, |
] |