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

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

Issue 23503042: Initial WebUI for DOM Distiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload of previous patchset Created 7 years, 3 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
(Empty)
1 include_rules = [
2 "+components/dom_distiller/webui",
3 # The webui of this component needs to depend on content, but since it is
4 # also supposed to be working on iOS, and there is currently no plan for
5 # extracting webui as something that is reusable across iOS and other,
6 # this DEPS rule is kept instead.
7 # To ensure this DEPS rule is not a nuisance to engineers refactorings the
8 # content layer, it is currently quite broad instead of the more strict
9 # approach directly allowing the header files that are currently included from
10 # content.
11 "+content/public/browser",
12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698