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

Side by Side Diff: chrome/common/DEPS

Issue 27259: Use xdg_user_dir_lookup to lookup directories. (try 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « no previous file | chrome/common/chrome_paths_linux.cc » ('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 "+grit", # For generated headers
4 "+libxml", 4 "+libxml",
5 "+media/audio", 5 "+media/audio",
6 "+sandbox/src", 6 "+sandbox/src",
7 "+skia/include", 7 "+skia/include",
8 "+webkit/glue", 8 "+webkit/glue",
9 9
10 # Other libraries. 10 # Other libraries.
11 "+chrome/third_party/xdg_user_dirs",
11 "+third_party/bzip2", 12 "+third_party/bzip2",
12 "+third_party/npapi", 13 "+third_party/npapi",
13 "+third_party/sqlite", 14 "+third_party/sqlite",
14 "+third_party/zlib", 15 "+third_party/zlib",
15 16
16 # FIXME - refactor code and remove these dependencies 17 # FIXME - refactor code and remove these dependencies
17 "+chrome/app", 18 "+chrome/app",
18 "+chrome/browser", 19 "+chrome/browser",
19 "+chrome/browser/net", 20 "+chrome/browser/net",
20 "+chrome/renderer", 21 "+chrome/renderer",
21 "+chrome/views", 22 "+chrome/views",
22 ] 23 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_paths_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698