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

Unified Diff: components/sad_tab/DEPS

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 years, 3 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/sad_tab/BUILD.gn ('k') | components/sad_tab/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sad_tab/DEPS
diff --git a/components/navigation_interception/DEPS b/components/sad_tab/DEPS
similarity index 43%
copy from components/navigation_interception/DEPS
copy to components/sad_tab/DEPS
index 9aa6e325640034990ae3a75a5c8c3fc8dffdbcff..f9f5ad50dcf8d3e13d555ceaabe6f2521f1eccbd 100644
--- a/components/navigation_interception/DEPS
+++ b/components/sad_tab/DEPS
@@ -1,9 +1,7 @@
include_rules = [
- "+jni",
- "+net",
- "+ui/base",
-
"+content/public/browser",
- "+content/public/common",
- "+content/public/test",
+ "+grit/components_scaled_resources.h",
+ "+grit/components_strings.h",
+ "+ui/base",
+ "+url",
]
« no previous file with comments | « components/sad_tab/BUILD.gn ('k') | components/sad_tab/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698