diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 00:01:39 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 00:01:39 +0000 |
commit | bdd9465b02b1a18e6c2e989d7de3018967d7d51d (patch) | |
tree | c81b2c152b50df797f056b153f4750f000a99d6d /chrome/installer/installer.gyp | |
parent | 756cad2ecb46fe95ec95207d8e30e20c68e12e8a (diff) | |
download | chromium_src-bdd9465b02b1a18e6c2e989d7de3018967d7d51d.zip chromium_src-bdd9465b02b1a18e6c2e989d7de3018967d7d51d.tar.gz chromium_src-bdd9465b02b1a18e6c2e989d7de3018967d7d51d.tar.bz2 |
Adding the option to drop in a new BrowserDistribution instance for experimentation.
Review URL: http://codereview.chromium.org/202049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r-- | chrome/installer/installer.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index 915d0cf..be5dc87 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -31,6 +31,10 @@ 'include_dirs': [ '../..', ], + 'variables': { + 'extra_installer_util_sources%': [ + ], + }, 'sources': [ 'util/browser_distribution.cc', 'util/browser_distribution.h', @@ -84,6 +88,7 @@ 'util/work_item_list.h', '../common/json_value_serializer.cc', '../common/pref_names.cc', + '<@(extra_installer_util_sources)', ], }, { |