Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 5938002: Remove legacy non-client-based geolocation code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove non-client-based geolocation code. Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index abf1fb0ee78c666d125a7851793572f823bb9172..786a61036d225462ebf5aef82863f3cb49d64903 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -73,8 +73,6 @@
'plain_text_controller.cc',
'plain_text_controller.h',
'resource.h',
- 'test_geolocation_service.cc',
- 'test_geolocation_service.h',
'test_navigation_controller.cc',
'test_navigation_controller.h',
'test_shell.cc',
@@ -160,9 +158,6 @@
'drop_delegate.cc',
],
}],
- ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', {
- 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ]
- }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698