summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 855116c..29e9dce 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -28,3 +28,9 @@ include_rules = [
# structure for these includes.
"+chrome/renderer",
]
+
+# checkdeps needs to skip geolocation as it is unmodified gears code.
+# TODO(joth): remove in next patch when this code is ported to chromium.
+skip_child_includes = [
+ "geolocation"
+]