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

Unified Diff: components/rlz/DEPS

Issue 1212163011: Componentize chrome/browser/rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation with gn Created 5 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: components/rlz/DEPS
diff --git a/components/favicon_base/DEPS b/components/rlz/DEPS
similarity index 58%
copy from components/favicon_base/DEPS
copy to components/rlz/DEPS
index 0265afa1aca6fae1734bac8c7cd7347f77e92571..5d717c1c2ac3405d3d856bf38b1699939896ebd9 100644
--- a/components/favicon_base/DEPS
+++ b/components/rlz/DEPS
@@ -1,8 +1,9 @@
include_rules = [
- "+skia/ext",
- "+third_party/skia/include",
+ "+base",
+ "+components/google",
+ "+net",
+ "+rlz",
"+ui/base",
- "+ui/gfx",
# favicon_base is used on iOS.
"-content",

Powered by Google App Engine
This is Rietveld 408576698