summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 12:24:24 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 12:24:24 +0000
commit4048ddb92790b16b99a6757dd978393688348e9f (patch)
treeb0f27c2569e4bc26ca67e341fef5ea0b2fbb092c /chrome/browser/DEPS
parent57db02ecc7aa07b64fde0739b37534bc00dc0f53 (diff)
downloadchromium_src-4048ddb92790b16b99a6757dd978393688348e9f.zip
chromium_src-4048ddb92790b16b99a6757dd978393688348e9f.tar.gz
chromium_src-4048ddb92790b16b99a6757dd978393688348e9f.tar.bz2
Update Gears wifi data providers to Chrome style & APIs.
Add wifi data provider to project. Add tests for windows provider. (More to follow) BUG=11246 TEST=unit_tests - wifi_data_provider_win_unittest.cc Review URL: http://codereview.chromium.org/543174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 29e9dce..855116c 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -28,9 +28,3 @@ 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"
-]