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

Side by Side Diff: components/dom_distiller/standalone/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: remove other files Created 6 years, 9 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/dom_distiller/content", 2 "+components/dom_distiller/content",
3 "+content/public", 3 "+content/public",
4 "+content/shell", 4 "+content/shell",
5 "+content/test",
6 "+net", 5 "+net",
7 "+ui", 6 "+ui",
8 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698