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

Unified Diff: chrome/chrome_tests.gypi

Issue 5984001: Client-based geolocation refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git cl tree 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_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 2fd95931cd84cddbb499569a3a38daea57403378..5d390cf609feccda7620b5705305a69a54b11a47 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1934,6 +1934,14 @@
['exclude', '^browser/importer/'],
],
}],
+ # 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' ]
+ }],
],
},
{
« no previous file with comments | « chrome/browser/geolocation/geolocation_permission_context_unittest.cc ('k') | chrome/renderer/geolocation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698