Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: content/browser/debugger/DEPS

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/debugger/DEPS
diff --git a/content/browser/debugger/DEPS b/content/browser/debugger/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..973edd62c377fe7953297ebee428cdbf43d6fc8a
--- /dev/null
+++ b/content/browser/debugger/DEPS
@@ -0,0 +1,37 @@
+include_rules = [
+ # Listing of the remaining #chrome includes in content/browser/debugger.
+ # We are actively working on reducing this to 0.
+ # DO NOT ADD ANY MORE TO THIS LIST!!!
+ # See https://sites.google.com/a/chromium.org/dev/developers/content-module
+ # for more information.
+
+ # http://crbug.com/84078
+ "+chrome/browser/browser_process.h",
+ "+chrome/browser/download/download_prefs.h",
+ "+chrome/browser/extensions/extension_host.h",
+ "+chrome/browser/extensions/extension_message_service.h",
+ "+chrome/browser/extensions/extension_service.h",
+ "+chrome/browser/io_thread.h",
+ "+chrome/browser/net/chrome_net_log.h",
+ "+chrome/browser/prefs/pref_service.h",
+ "+chrome/browser/prefs/scoped_user_pref_update.h",
+ "+chrome/browser/profiles/profile_manager.h",
+ "+chrome/browser/sessions/restore_tab_helper.h",
+ "+chrome/browser/sessions/session_id.h",
+ "+chrome/browser/tabs/tab_strip_model.h",
+ "+chrome/browser/themes/theme_service.h",
+ "+chrome/browser/themes/theme_service_factory.h",
+ "+chrome/browser/ui/browser_list.h",
+ "+chrome/browser/ui/browser_window.h",
+ "+chrome/browser/ui/shell_dialogs.h",
+ "+chrome/browser/ui/tab_contents/tab_contents_wrapper.h",
+ "+chrome/browser/ui/webui/devtools_ui.h",
+ "+chrome/common/chrome_paths.h",
+ "+chrome/common/extensions/extension_messages.h",
+ "+chrome/common/pref_names.h",
+ "+chrome/common/render_messages.h",
+ "+chrome/common/url_constants.h",
+ "+ui/base/resource/resource_bundle.h",
+
+ # DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT
+]

Powered by Google App Engine
This is Rietveld 408576698