From 0e3c29f912080391a8126d319fdefc2836626d90 Mon Sep 17 00:00:00 2001 From: "joth@chromium.org" Date: Tue, 26 Jan 2010 17:59:34 +0000 Subject: (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 --- chrome/browser/DEPS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/browser/DEPS') 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" +] -- cgit v1.1