summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 22:39:03 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 22:39:03 +0000
commit28b6d3554a56f6611b74bad1e1baf24e38ec7070 (patch)
treecfbcc926e7ee910eb401d53145103558521c17e9
parenta79da451242089a29d98ff29374bbf4bf5360087 (diff)
downloadchromium_src-28b6d3554a56f6611b74bad1e1baf24e38ec7070.zip
chromium_src-28b6d3554a56f6611b74bad1e1baf24e38ec7070.tar.gz
chromium_src-28b6d3554a56f6611b74bad1e1baf24e38ec7070.tar.bz2
Minor DEPS cleanup.
R=scottmg@chromium.org Review URL: https://codereview.chromium.org/18050013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209227 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/DEPS4
-rw-r--r--content/DEPS2
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 4b6ff06..e5d45e3 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -53,9 +53,6 @@ include_rules = [
# TODO(stuartmorgan): Remove these by refactoring necessary code out of
# webkit/. See crbug.com/146251
# DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
- "+webkit/base/origin_url_conversions.h",
- "+webkit/common/cursors/webcursor.h",
- "+webkit/dom_storage/dom_storage_types.h",
"+webkit/plugins", # Defines some types that are marshalled over IPC.
# TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
@@ -71,7 +68,6 @@ include_rules = [
# grouped like the other webkit/ files, and can therefore be tackled one at
# a time.
"+webkit/glue/resource_type.h",
- "+webkit/glue/webkit_glue.h",
# DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
"-chrome/browser/ui/views",
diff --git a/content/DEPS b/content/DEPS
index 32a2737..25d7d8b 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -100,8 +100,6 @@ include_rules = [
"-ui/views",
"+webkit",
- "-webkit/dom_storage",
- "+webkit/dom_storage/dom_storage_types.h",
# For generated JNI includes.
"+jni",