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

Side by Side Diff: components/dom_distiller/content/DEPS

Issue 214823006: Move ContentBrowserTest class to content/public, since it's used by components_browsertests for bro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix mac Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/keyed_service", 2 "+components/keyed_service",
3 "+content/public", 3 "+content/public",
4 "+content/shell", 4 "+content/shell",
5 "+content/test",
6 "+net/base", 5 "+net/base",
7 "+net/test", 6 "+net/test",
8 "+ui/base/l10n", 7 "+ui/base/l10n",
9 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698