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

Unified Diff: chrome/renderer/DEPS

Issue 21025: Fix the dependency checker tool. Rules for a directory did modify their direc... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 11 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
« no previous file with comments | « chrome/plugin/DEPS ('k') | chrome/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/DEPS
===================================================================
--- chrome/renderer/DEPS (revision 9073)
+++ chrome/renderer/DEPS (working copy)
@@ -1,5 +1,18 @@
include_rules = [
+ "+chrome/app", # The plugins use the theme library to get the sad plugin bitmap.
+ "+chrome/personalization",
+ "+chrome/plugin",
"+media/base", # For HTML5 media rendering.
- "+webkit/port", # For certain drawing, would be nice to not have.
+ "+sandbox/src",
+ "+skia/ext",
+ "+skia/include",
+ "+webkit/default_plugin",
+ "+webkit/glue",
+ "+webkit/glue/plugins",
+
+ # FIXME - refactor code and remove these dependencies
+ "+chrome/app/theme",
+ "+chrome/browser/net",
+ "+chrome/views",
]
« no previous file with comments | « chrome/plugin/DEPS ('k') | chrome/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698