summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 19:09:41 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-01 19:09:41 +0000
commit06e6f87a7d99758524cefbd9d234b0635c420dbc (patch)
treed72cc2e2e116a2f8f77252a5c9510953a7540800 /build
parent58531df60b957442c986f947e6e1566fd9cf6084 (diff)
downloadchromium_src-06e6f87a7d99758524cefbd9d234b0635c420dbc.zip
chromium_src-06e6f87a7d99758524cefbd9d234b0635c420dbc.tar.gz
chromium_src-06e6f87a7d99758524cefbd9d234b0635c420dbc.tar.bz2
Parameterize the Google Update appid at build time instead of hard coding it in the source.
Review URL: http://codereview.chromium.org/178011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 4b95643..cd48bb9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -69,6 +69,9 @@
# {'variables': {'library': 'shared_library'}}
# to compile as shared by default
'library%': 'static_library',
+
+ # The Google Update appid.
+ 'google_update_appid%': '{8A69D345-D564-463c-AFF1-A69D9E530F96}',
# TODO(bradnelson): eliminate this when possible.
# To allow local gyp files to prevent release.vsprops from being included.
@@ -763,4 +766,4 @@
# and therefore SYMROOT, needs to be set at the project level.
'SYMROOT': '<(DEPTH)/xcodebuild',
},
-}
+} \ No newline at end of file