Chromium Code Reviews| Index: chrome/common/common.scons |
| diff --git a/chrome/common/common.scons b/chrome/common/common.scons |
| index 85ae914448cff0070052eeb489665bbfd56126a6..617c4c14030935e9bdf885a16916c7071fb72625 100644 |
| --- a/chrome/common/common.scons |
| +++ b/chrome/common/common.scons |
| @@ -284,7 +284,8 @@ if env.Bit('windows'): |
| if env.Bit('linux'): |
| input_files.Append( |
| - 'transport_dib_linux.cc' |
| + 'transport_dib_linux.cc', |
| + 'x11_util.cc' |
| ) |
| if env.Bit('mac'): |