Chromium Code Reviews| 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..fd547bc8afa4ddea65d0fa6c216f06c045128f41 100644 |
| --- a/chrome/tools/build/linux/FILES.cfg |
| +++ b/chrome/tools/build/linux/FILES.cfg |
| @@ -64,6 +64,10 @@ FILES = [ |
| 'buildtype': ['dev', 'official'], |
| }, |
| { |
| + 'filename': 'lib/libmojo_system.so', |
| + 'buildtype': ['dev', 'official'], |
|
mmoss
2014/03/20 02:24:09
If this is in fact optional for Linux, then you sh
sky
2014/03/20 14:51:40
Added along with a TODO.
|
| + }, |
| + { |
| 'filename': 'lib/libpeerconnection.so', |
| 'buildtype': ['dev', 'official'], |
| 'optional': ['dev', 'official'], |