summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-26 17:59:34 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-26 17:59:34 +0000
commit0e3c29f912080391a8126d319fdefc2836626d90 (patch)
treeaced47ae1749b68f59d149fcb0871d9073976c51 /chrome/browser/DEPS
parenta8846849618cc9a1ac1fef59657c7a818cdf3a9c (diff)
downloadchromium_src-0e3c29f912080391a8126d319fdefc2836626d90.zip
chromium_src-0e3c29f912080391a8126d319fdefc2836626d90.tar.gz
chromium_src-0e3c29f912080391a8126d319fdefc2836626d90.tar.bz2
(Second attempt at http://codereview.chromium.org/553069/show -- this time including DEPS exclusion)
These files are lifted from gears: http://code.google.com/p/gears/source/browse/trunk/gears/geolocation/ NOTE this is a direct copy of gears files; subsequent edits will be made to bring them into chrome style and add to gypi files and so on. BUG=11246 TEST=None (just adding placeholder files; tests will follow in next change) Review URL: http://codereview.chromium.org/556003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37117 0039d316-1c4b-4281-b951-d872f2087c98
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"
+]