summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/tools/build/linux/FILES.cfg6
-rw-r--r--chrome/tools/build/mac/FILES.cfg5
-rw-r--r--chrome/tools/build/win/FILES.cfg6
3 files changed, 17 insertions, 0 deletions
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index be3a61f..f774d27 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -123,4 +123,10 @@ FILES = [
'arch': ['64bit'],
'buildtype': ['dev', 'official'],
},
+ # Remoting Host plugin files:
+ {
+ 'filename': 'libremoting_host_plugin.so',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
]
diff --git a/chrome/tools/build/mac/FILES.cfg b/chrome/tools/build/mac/FILES.cfg
index 47e531f..8a09559 100644
--- a/chrome/tools/build/mac/FILES.cfg
+++ b/chrome/tools/build/mac/FILES.cfg
@@ -27,4 +27,9 @@ FILES = [
'filename': 'Google Chrome Packaging',
'buildtype': ['official'],
},
+ # Remoting Host plugin files:
+ {
+ 'filename': 'remoting_host_plugin.plugin',
+ 'buildtype': ['dev', 'official'],
+ },
]
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 905cdec..0a81e8e 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -382,4 +382,10 @@ FILES = [
'arch': ['32bit', '64bit'],
'buildtype': ['dev', 'official'],
},
+ # Remoting Host plugin files:
+ {
+ 'filename': 'remoting_host_plugin.dll',
+ 'arch': ['32bit', '64bit'],
+ 'buildtype': ['dev', 'official'],
+ },
]