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

Side by Side 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, 10 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
« no previous file with comments | « chrome/plugin/DEPS ('k') | chrome/test/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 "+chrome/personalization",
4 "+chrome/plugin",
2 "+media/base", # For HTML5 media rendering. 5 "+media/base", # For HTML5 media rendering.
3 "+webkit/port", # For certain drawing, would be nice to not have. 6 "+sandbox/src",
7 "+skia/ext",
8 "+skia/include",
9 "+webkit/default_plugin",
10 "+webkit/glue",
11 "+webkit/glue/plugins",
12
13 # FIXME - refactor code and remove these dependencies
14 "+chrome/app/theme",
15 "+chrome/browser/net",
16 "+chrome/views",
4 ] 17 ]
5 18
OLDNEW
« 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