diff options
-rw-r--r-- | chrome/SConscript | 2 | ||||
-rw-r--r-- | chrome/installer/util/SConscript | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome/SConscript b/chrome/SConscript index 723666d..4921270 100644 --- a/chrome/SConscript +++ b/chrome/SConscript @@ -50,6 +50,8 @@ env_res.Append( CPPPATH = [ '.', '#/..', + # For app/chrome_dll.res to #include installer_util_strings.rc. + '$CHROME_DIR/installer/util', ], RCFLAGS = [ ['/l', '0x409'], diff --git a/chrome/installer/util/SConscript b/chrome/installer/util/SConscript index 4eb541c..7c7cc8e0b 100644 --- a/chrome/installer/util/SConscript +++ b/chrome/installer/util/SConscript @@ -64,6 +64,7 @@ env.Prepend( input_files = [ '../../app/google_update_settings$OBJSUFFIX', + 'browser_distribution.cc', 'copy_tree_work_item.cc', 'create_dir_work_item.cc', 'create_reg_key_work_item.cc', |