summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-19 22:28:45 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-19 22:28:45 +0000
commitaac13f594195df51eb1e4e35ea2863659cb4de54 (patch)
tree775e97a766f19acd415c83146ffca8dbdf10fa4d /chrome
parent011a42e3da47760d035684b4d50fa85f49e27948 (diff)
downloadchromium_src-aac13f594195df51eb1e4e35ea2863659cb4de54.zip
chromium_src-aac13f594195df51eb1e4e35ea2863659cb4de54.tar.gz
chromium_src-aac13f594195df51eb1e4e35ea2863659cb4de54.tar.bz2
Add installer/util/browser_distribution.cc to SCons build.
Add $CHROME_DIR/installer/util to CPPPATH when compiling the .res files so chrome_dll.res can #include installer_util_strings.rc. TBR: rahulk git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/SConscript2
-rw-r--r--chrome/installer/util/SConscript1
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',