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

Unified Diff: chrome/chrome_renderer.gypi

Issue 5612005: Client-based geolocation support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 8a6f73c1aca9ee035b0b227fc021f1819ccf5afe..37f77ca149998c9c538fe743eb3a39f39869ce9f 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -111,6 +111,8 @@
'renderer/external_extension.h',
'renderer/form_manager.cc',
'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',
@@ -311,6 +313,9 @@
'renderer/command_buffer_proxy.h',
],
}],
+ ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', {
+ 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ]
joth 2010/12/07 10:24:51 ditto
John Knottenbelt 2010/12/07 12:30:04 Will add comment.
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698