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

Side by Side Diff: chrome/renderer/DEPS

Issue 20369: fix checkdeps (Closed)
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
« no previous file with comments | « chrome/common/DEPS ('k') | no next file » | 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. 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 "+chrome/personalization", 3 "+chrome/personalization",
4 "+chrome/plugin", 4 "+chrome/plugin",
5 "+grit", # For generated headers
5 "+media/base", # For HTML5 media rendering. 6 "+media/base", # For HTML5 media rendering.
6 "+sandbox/src", 7 "+sandbox/src",
7 "+skia/ext", 8 "+skia/ext",
8 "+skia/include", 9 "+skia/include",
9 "+webkit/default_plugin", 10 "+webkit/default_plugin",
10 "+webkit/glue", 11 "+webkit/glue",
11 "+webkit/glue/plugins", 12 "+webkit/glue/plugins",
12 13
13 # FIXME - refactor code and remove these dependencies 14 # FIXME - refactor code and remove these dependencies
14 "+chrome/browser/net", 15 "+chrome/browser/net",
15 "+chrome/views", 16 "+chrome/views",
16 ] 17 ]
17 18
OLDNEW
« no previous file with comments | « chrome/common/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698