summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 15:17:08 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 15:17:08 +0000
commit2236bd1f2177a38f67c835a9a2ec6f6f3d26aeb3 (patch)
treebfbc6e3a90fc78c6d51b61f8276b773dee5eba8a /build
parent5748eb80811988494f0b7f13ff80ea2a7aa802d8 (diff)
downloadchromium_src-2236bd1f2177a38f67c835a9a2ec6f6f3d26aeb3.zip
chromium_src-2236bd1f2177a38f67c835a9a2ec6f6f3d26aeb3.tar.gz
chromium_src-2236bd1f2177a38f67c835a9a2ec6f6f3d26aeb3.tar.bz2
Enable geolocation at build time, and update the flag to configure it at runtime.
Depends on https://bugs.webkit.org/show_bug.cgi?id=33467 BUG=29182 TEST=Run with & without --enable-geolocation and open LayoutTests/fast/dom/Geolocation/resources/enabled.js Review URL: http://codereview.chromium.org/545084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/features_override.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index 067969e..479b1b7 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -18,6 +18,7 @@
'ENABLE_DASHBOARD_SUPPORT=0',
'ENABLE_DOM_STORAGE=1',
'ENABLE_FILTERS=1',
+ 'ENABLE_GEOLOCATION=1',
'ENABLE_JAVASCRIPT_DEBUGGER=0',
'ENABLE_JSC_MULTIPLE_THREADS=0',
'ENABLE_ICONDATABASE=0',