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

Side by Side Diff: chrome/common/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/browser/DEPS ('k') | chrome/common/gfx/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/plugin", # For checking whether we're a plugin process. 2 "+chrome/plugin", # For checking whether we're a plugin process.
3 3 "+libxml",
4 "+sandbox/src",
5 "+skia/include",
6 "+webkit/glue",
7
4 # Other libraries. 8 # Other libraries.
5 "+third_party/bzip2", 9 "+third_party/bzip2",
6 "+third_party/npapi", 10 "+third_party/npapi",
7 ] 11 "+third_party/sqlite",
8 12 "+third_party/zlib",
13
14 # FIXME - refactor code and remove these dependencies
15 "+chrome/app",
16 "+chrome/browser",
17 "+chrome/browser/net",
18 "+chrome/renderer",
19 "+chrome/views",
20 ]
OLDNEW
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/common/gfx/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698