Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index dba2d00d705659d29c5088767f0b81b499c4564a..4bbb0d7b908e6fc86de0a0bb9d405a8029352d0a 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -639,14 +639,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, |
}, { |
@@ -866,7 +858,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)', |