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

Unified Diff: components/sessions/DEPS

Issue 14497003: Moves TabNavigation into components/sessions and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really remove webkit_support Created 7 years, 8 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 | « components/sessions.gypi ('k') | components/sessions/serialized_navigation_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/DEPS
diff --git a/components/navigation_interception/DEPS b/components/sessions/DEPS
similarity index 41%
copy from components/navigation_interception/DEPS
copy to components/sessions/DEPS
index cee4d3e1b1c93c92111e7ad3d30cf44af053d19e..339b6c8e4a353e52b2b7a68b670612e72e6c9bcf 100644
--- a/components/navigation_interception/DEPS
+++ b/components/sessions/DEPS
@@ -1,8 +1,9 @@
include_rules = [
- "+jni",
- "+net",
-
+ "+base",
"+content/public/browser",
"+content/public/common",
- "+content/public/test",
+ "+googleurl",
+ "+sync",
+ "+third_party/WebKit/Source/Platform/chromium/public",
+ "+webkit",
]
« no previous file with comments | « components/sessions.gypi ('k') | components/sessions/serialized_navigation_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698