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

Unified Diff: build/common.gypi

Issue 25752005: Geolocation: delete GpsLocationProvider and third_party/gpsd/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | content/browser/geolocation/gps_location_provider_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f9d2ca0ad8be559af01149becf8be2db7a505f89..51fa660228f31b764224d45dd232622d563c5444 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -635,14 +635,6 @@
'linux_use_gold_flags%': 0,
}],
- ['chromeos==1', {
- 'linux_use_libgps%': 1,
- }, { # chromeos==0
- # Do not use libgps on desktop Linux by default,
- # see http://crbug.com/103751.
- 'linux_use_libgps%': 0,
- }],
-
['OS=="android" or OS=="ios"', {
'enable_captive_portal_detection%': 0,
}, {
@@ -862,7 +854,6 @@
'enable_background%': '<(enable_background)',
'linux_use_gold_binary%': '<(linux_use_gold_binary)',
'linux_use_gold_flags%': '<(linux_use_gold_flags)',
- 'linux_use_libgps%': '<(linux_use_libgps)',
'use_canvas_skia%': '<(use_canvas_skia)',
'test_isolation_mode%': '<(test_isolation_mode)',
'test_isolation_outdir%': '<(test_isolation_outdir)',
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | content/browser/geolocation/gps_location_provider_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698