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

Unified Diff: chrome/browser/DEPS

Issue 11823046: Move content/components/web_contents_delegate_android to components/web_contents_delegate_android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS, namespace content->components. Ready for review. Created 7 years, 11 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: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 6b1761285322484decb61ad1ea24a7379dbe06b7..3abfbdcbb34c0a6ea1198fda0c3cfbfd947e465d 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -4,6 +4,8 @@ include_rules = [
"+chrome/installer",
"+chrome/tools/profiles", # For history unit tests.
"+chromeos",
+ "+components/web_contents_delegate_android",
+ # TODO(boliu): Remove when content/compoments is moved to components.
Jói 2013/01/10 21:17:13 nit: compoments -> components
boliu 2013/01/10 22:35:38 Done.
"+content/components",
"+content/public/browser",
"+device/bluetooth",

Powered by Google App Engine
This is Rietveld 408576698