Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index cc6775f511bb65ec3a97a88dca1a526278789059..4553042b5a0de9db1056c39caefc32e13bdb43e4 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -4274,6 +4274,9 @@ |
'browser/importer/nss_decryptor_system_nss.h', |
], |
}], |
+ ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', { |
joth
2010/12/07 10:24:51
this looks unusual, not least because it is = rath
John Knottenbelt
2010/12/07 12:30:04
I'll add a comment in to say that it will disappea
|
+ 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ] |
joth
2010/12/07 10:24:51
ah, I see that explains it, this is a different EN
John Knottenbelt
2010/12/07 12:30:04
The feature_defines array is purely a gyp variable
|
+ }], |
], |
}, |
{ |