| Index: blimp/engine/BUILD.gn
 | 
| diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
 | 
| index af656461a1a12be4b98c2ac6f1f53d1139bced60..d05841c91a9227715902dfbe9e6c3aa8fb0407f2 100644
 | 
| --- a/blimp/engine/BUILD.gn
 | 
| +++ b/blimp/engine/BUILD.gn
 | 
| @@ -84,7 +84,6 @@
 | 
|      "//content/public/common",
 | 
|      "//content/public/renderer",
 | 
|      "//content/public/utility",
 | 
| -    "//device/geolocation:device_geolocation",
 | 
|      "//net",
 | 
|    ]
 | 
|  }
 | 
| @@ -280,7 +279,6 @@
 | 
|      "//blimp/net",
 | 
|      "//content/public/browser",
 | 
|      "//content/public/common",
 | 
| -    "//device/geolocation:device_geolocation",
 | 
|      "//net",
 | 
|      "//ui/base",
 | 
|      "//ui/base/ime",
 | 
| @@ -342,7 +340,6 @@
 | 
|      "//blimp/common/proto",
 | 
|      "//blimp/net",
 | 
|      "//content/public/browser",
 | 
| -    "//device/geolocation:device_geolocation",
 | 
|      "//net",
 | 
|      "//ui/aura",
 | 
|      "//ui/base/ime",
 | 
| @@ -467,7 +464,6 @@
 | 
|      "//blimp/net:test_support",
 | 
|      "//content",
 | 
|      "//content/public/browser",
 | 
| -    "//device/geolocation:device_geolocation",
 | 
|      "//net",
 | 
|      "//net:test_support",
 | 
|      "//testing/gmock",
 | 
| 
 |