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

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

Powered by Google App Engine
This is Rietveld 408576698