summaryrefslogtreecommitdiffstats
path: root/content/browser/DEPS
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 02:16:06 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 02:16:06 +0000
commitb46442d7e2e8cccf5f9bcafb2e1e3b7cf23d424b (patch)
treee1e0f0d2fc3653d71e93b4cca71cce5ea2cb7223 /content/browser/DEPS
parent75a4e77f6c2c21706c09948269c45d98db28757b (diff)
downloadchromium_src-b46442d7e2e8cccf5f9bcafb2e1e3b7cf23d424b.zip
chromium_src-b46442d7e2e8cccf5f9bcafb2e1e3b7cf23d424b.tar.gz
chromium_src-b46442d7e2e8cccf5f9bcafb2e1e3b7cf23d424b.tar.bz2
Wholesale move of debugger sources to content.
Other references are modified only to point to the new location. Follow-up changes will move build rules for the debugger into content. This adds a somewhat permissive DEPS file to content/browser/debugger. Follow-up work will whittle that down to zero dependencies on chrome/. BUG=84078 TEST=existing Review URL: http://codereview.chromium.org/7274031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/DEPS')
-rw-r--r--content/browser/DEPS6
1 files changed, 1 insertions, 5 deletions
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 84614ce..903367b 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -9,10 +9,6 @@ include_rules = [
"+chrome/browser/browser_url_handler.h",
- # http://crbug.com/84078
- "+chrome/browser/debugger/devtools_manager.h",
- "+chrome/browser/debugger/devtools_netlog_observer.h",
-
# http://crbug.com/82782
"+chrome/browser/download/download_file_manager.h",
"+chrome/browser/download/download_manager.h",
@@ -31,6 +27,6 @@ include_rules = [
# ONLY USED BY TESTS
"+chrome/browser/ui/browser.h",
-
+
# DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT
]