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

Unified Diff: components/ui/zoom/DEPS

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert to pathway common to Mac and non-Mac. Created 5 years, 2 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/ui/zoom/DEPS
diff --git a/components/ui/zoom/DEPS b/components/ui/zoom/DEPS
index cdd5019e6f3036ff07d54a6e1bf31983f058bf59..ac43642ed45830fc2c20497d347eafc5154cc3aa 100644
--- a/components/ui/zoom/DEPS
+++ b/components/ui/zoom/DEPS
@@ -1,6 +1,8 @@
include_rules = [
+ "+base",
Lei Zhang 2015/10/23 18:14:32 no need for +base, that's already in src/DEPS
wjmaclean 2015/10/29 15:33:36 Done.
"+content/public/browser",
"+content/public/common",
+ "+content/public/test",
Lei Zhang 2015/10/23 18:14:32 do you want to add a zoom/test sub-directory and o
wjmaclean 2015/10/29 15:33:36 Done.
"+ipc",
"+net/base",
"+url",

Powered by Google App Engine
This is Rietveld 408576698