summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_installer_util.gypi
diff options
context:
space:
mode:
authorrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-19 22:38:12 +0000
committerrohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-19 22:38:12 +0000
commit529272291081f31a853b4f504eecf17d65b263d8 (patch)
tree7cb41b53fef4b1f7d978db8c148bef6b9fad447a /chrome/chrome_installer_util.gypi
parent4a8adfa0f2cc19d7991c45459c7760ae9a78569e (diff)
downloadchromium_src-529272291081f31a853b4f504eecf17d65b263d8.zip
chromium_src-529272291081f31a853b4f504eecf17d65b263d8.tar.gz
chromium_src-529272291081f31a853b4f504eecf17d65b263d8.tar.bz2
Makes omaha experiment label utility functions cross-platform.
A number of utility methods needed to build experiment strings to pass to omaha are currently windows-only. This CL moves those functions into a location where they can be used on all platforms. BUG=222133 TEST=No visible impact Review URL: https://chromiumcodereview.appspot.com/12693006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_installer_util.gypi')
-rw-r--r--chrome/chrome_installer_util.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index e9ab6e2..2a26c6b 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -53,6 +53,8 @@
'installer/util/google_chrome_sxs_distribution.h',
'installer/util/google_update_constants.cc',
'installer/util/google_update_constants.h',
+ 'installer/util/google_update_experiment_util.cc',
+ 'installer/util/google_update_experiment_util.h',
'installer/util/google_update_settings.cc',
'installer/util/google_update_settings.h',
'installer/util/google_update_util.cc',
@@ -203,11 +205,14 @@
'target_name': 'installer_util',
'type': 'static_library',
'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
'<(DEPTH)/chrome/common_constants.gyp:common_constants',
],
'sources': [
+ 'installer/util/google_update_experiment_util.cc',
+ 'installer/util/google_update_experiment_util.h',
'installer/util/master_preferences.cc',
'installer/util/master_preferences.h',
'installer/util/master_preferences_constants.cc',