summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-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