Index: chrome/tools/build/linux/FILES.cfg |
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg |
index 7cbdc4948a2f353234eb95e8224b36cd82960915..8f89329243ff7af652ab103c935e52935a272fb6 100644 |
--- a/chrome/tools/build/linux/FILES.cfg |
+++ b/chrome/tools/build/linux/FILES.cfg |
@@ -64,6 +64,12 @@ FILES = [ |
'buildtype': ['dev', 'official'], |
}, |
{ |
+ 'filename': 'lib/libmojo_system.so', |
+ 'buildtype': ['dev', 'official'], |
+ # TODO(sky): remove this when we remove use_mojo. |
+ 'optional': ['dev', 'official'], |
+ }, |
+ { |
'filename': 'lib/libpeerconnection.so', |
'buildtype': ['dev', 'official'], |
'optional': ['dev', 'official'], |