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

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

Issue 151003006: Add support for distilling arbitrary URLs in DOM Distiller Viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added new strings to iOS whitelist 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/webui", 2 "+components/dom_distiller/webui",
3 "+net/base",
3 "+ui/webui/resources", 4 "+ui/webui/resources",
4 # The webui of this component needs to depend on content, but since it is 5 # The webui of this component needs to depend on content, but since it is
5 # also supposed to be working on iOS, and there is currently no concrete plan 6 # also supposed to be working on iOS, and there is currently no concrete plan
6 # yet for extracting webui as something that is reusable across iOS and other 7 # yet for extracting webui as something that is reusable across iOS and other
7 # platforms, this DEPS rule is kept instead. 8 # platforms, this DEPS rule is kept instead.
8 # To ensure this DEPS rule is not a nuisance to engineers refactoring the 9 # To ensure this DEPS rule is not a nuisance to engineers refactoring the
9 # content layer, it is currently quite broad instead of the more strict 10 # content layer, it is currently quite broad instead of the more strict
10 # approach directly allowing the header files that are currently included from 11 # approach directly allowing the header files that are currently included from
11 # content. 12 # content.
12 "+content/public/browser", 13 "+content/public/browser",
13 ] 14 ]
OLDNEW
« no previous file with comments | « components/dom_distiller/core/url_utils_unittest.cc ('k') | components/dom_distiller/webui/dom_distiller_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698