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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+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.
2 "+content/public/browser", 3 "+content/public/browser",
3 "+content/public/common", 4 "+content/public/common",
5 "+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.
4 "+ipc", 6 "+ipc",
5 "+net/base", 7 "+net/base",
6 "+url", 8 "+url",
7 ] 9 ]
8 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698