diff options
author | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 10:13:24 +0000 |
---|---|---|
committer | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 10:13:24 +0000 |
commit | 4a09a68d5845f468afcb4e383d5977ea06767054 (patch) | |
tree | 134d02256d39f51368be28ffb6fae553007ada49 /chrome/chrome_renderer.gypi | |
parent | 8e645282c61034ce50f99da02e8ed1038da866e8 (diff) | |
download | chromium_src-4a09a68d5845f468afcb4e383d5977ea06767054.zip chromium_src-4a09a68d5845f468afcb4e383d5977ea06767054.tar.gz chromium_src-4a09a68d5845f468afcb4e383d5977ea06767054.tar.bz2 |
Remove legacy non-client-based geolocation code.
BUG=59907
Review URL: http://codereview.chromium.org/5938002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r-- | chrome/chrome_renderer.gypi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index f590c73..fe979af 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -114,8 +114,6 @@ 'renderer/form_manager.h', 'renderer/geolocation_dispatcher.cc', 'renderer/geolocation_dispatcher.h', - 'renderer/geolocation_dispatcher_old.cc', - 'renderer/geolocation_dispatcher_old.h', 'renderer/gpu_channel_host.cc', 'renderer/gpu_channel_host.h', 'renderer/gpu_video_decoder_host.cc', @@ -319,14 +317,6 @@ 'renderer/command_buffer_proxy.h', ], }], - # We are migrating to client-based geolocation. Once the migration - # has finished, ENABLE_CLIENT_BASED_GEOLOCATION will disappear. - # See bugs: - # https://bugs.webkit.org/show_bug.cgi?id=45752 and - # http://code.google.com/p/chromium/issues/detail?id=59907 - ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', { - 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ] - }], ], }, { |