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

Unified 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: Added comment about webui/ 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 side-by-side diff with in-line comments
Download patch
Index: components/dom_distiller/webui/DEPS
diff --git a/components/user_prefs/DEPS b/components/dom_distiller/webui/DEPS
similarity index 55%
copy from components/user_prefs/DEPS
copy to components/dom_distiller/webui/DEPS
index c36190b429dfa849cba2fe55423fe46451b93c90..8e134c732c0ee8f312a2d8db703ebb84596fc7ee 100644
--- a/components/user_prefs/DEPS
+++ b/components/dom_distiller/webui/DEPS
@@ -1,4 +1,4 @@
include_rules = [
+ "+components/dom_distiller/webui",
"+content/public/browser",
Jói 2013/09/09 08:29:58 Since this folder depends on content, should it be
nyquist 2013/09/10 01:56:53 Added a more thorough explanation after talking to
Jói 2013/09/10 07:23:40 I'm not sure I understand. Does this mean the C++
nyquist 2013/09/10 07:51:11 No, right now, the plan is to use //components/dom
- "+ui/base",
-]
+]

Powered by Google App Engine
This is Rietveld 408576698