summaryrefslogtreecommitdiffstats
path: root/chrome/installer/installer_util.gypi
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-29 01:21:38 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-29 01:21:38 +0000
commit79ab45adb441cf439515b0a80c6e546b5cb5c2cd (patch)
tree07ccc3df12e7800ef381dd14ca2bda4e8760aa81 /chrome/installer/installer_util.gypi
parent031e4d30e56ca9fc438e7e32bf6e51bdee74e8d0 (diff)
downloadchromium_src-79ab45adb441cf439515b0a80c6e546b5cb5c2cd.zip
chromium_src-79ab45adb441cf439515b0a80c6e546b5cb5c2cd.tar.gz
chromium_src-79ab45adb441cf439515b0a80c6e546b5cb5c2cd.tar.bz2
Fix the official Windows build - http://build.chromium.org/buildbot/waterfall.fyi/builders/Google%20Chrome%20XP
TEST=none BUG=none Review URL: http://codereview.chromium.org/515047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/installer_util.gypi')
-rw-r--r--chrome/installer/installer_util.gypi7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/installer/installer_util.gypi b/chrome/installer/installer_util.gypi
index eeee198..f6c7bbc 100644
--- a/chrome/installer/installer_util.gypi
+++ b/chrome/installer/installer_util.gypi
@@ -25,6 +25,8 @@
'util/delete_reg_value_work_item.h',
'util/delete_tree_work_item.cc',
'util/delete_tree_work_item.h',
+ 'util/google_chrome_distribution.cc',
+ 'util/google_chrome_distribution.h',
'util/google_update_constants.cc',
'util/google_update_constants.h',
'util/google_update_settings.cc',
@@ -82,8 +84,6 @@
'util/compat_checks.h',
'util/delete_after_reboot_helper.cc',
'util/delete_after_reboot_helper.h',
- 'util/google_chrome_distribution.cc',
- 'util/google_chrome_distribution.h',
'util/helper.cc',
'util/helper.h',
'util/html_dialog.h',
@@ -111,6 +111,9 @@
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)',
],
+ 'sources': [
+ 'util/google_chrome_distribution_dummy.cc',
+ ],
'configurations': {
'Common_Base': {
'msvs_target_platform': 'x64',