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

Unified Diff: chrome/common/DEPS

Issue 8417001: Enforce that chrome/common doesn't depend on content/common through DEPS. Also add a comment in t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | content/public/OWNERS » ('j') | content/public/OWNERS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/DEPS
===================================================================
--- chrome/common/DEPS (revision 107531)
+++ chrome/common/DEPS (working copy)
@@ -11,6 +11,10 @@
"+webkit/glue",
"+webkit/plugins",
+ # TODO(jam): remove this once all of chrome doesn't depend on content/common.
+ "-content/common",
+ "+content/common/content_message_generator.h", # needed by all_messages.h
+
# TODO(jam): remove me once chrome_notifcation_types.h moves to browser
"+content/public/browser/notification_source.h",
"+content/public/browser/notification_types.h",
« no previous file with comments | « no previous file | content/public/OWNERS » ('j') | content/public/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698