diff options
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index ae4c0bf..5ee52f0 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -178,6 +178,7 @@ input_files = ChromeFileList([ 'ref_counted_util.h', 'resource_bundle.cc', 'resource_bundle.h', + 'resource_bundle_linux.cc', 'resource_bundle_win.cc', 'resource_dispatcher.cc', 'resource_dispatcher.h', @@ -251,6 +252,7 @@ if not env.Bit('linux'): # Linux specific files input_files.Remove( 'chrome_paths_linux.cc', + 'resource_bundle_linux.cc', 'gfx/chrome_canvas_skia.cc', 'gfx/chrome_font_gtk.cc', 'gfx/chrome_font_skia.cc', |