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

Unified Diff: components/ui/zoom/DEPS

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make it static_library, ditch export macros. Created 6 years 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/ui/zoom/DEPS
diff --git a/components/crash/browser/DEPS b/components/ui/zoom/DEPS
similarity index 68%
copy from components/crash/browser/DEPS
copy to components/ui/zoom/DEPS
index c24130ef510c0f98401f969fd89f78f98d2ca97b..cdd5019e6f3036ff07d54a6e1bf31983f058bf59 100644
--- a/components/crash/browser/DEPS
+++ b/components/ui/zoom/DEPS
@@ -1,4 +1,8 @@
include_rules = [
"+content/public/browser",
"+content/public/common",
+ "+ipc",
+ "+net/base",
+ "+url",
]
+

Powered by Google App Engine
This is Rietveld 408576698