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

Side by Side Diff: chrome/common/DEPS

Issue 3044016: Update chrome/common/DEPS now that we broke the dependency on chrome/app.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | 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/plugin", # For checking whether we're a plugin process. 2 "+chrome/plugin", # For checking whether we're a plugin process.
3 "+chrome/default_plugin", 3 "+chrome/default_plugin",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+libxml", 5 "+libxml",
6 "+media/audio", 6 "+media/audio",
7 "+remoting/client/plugin", 7 "+remoting/client/plugin",
8 "+sandbox/src", 8 "+sandbox/src",
9 "+skia/include", 9 "+skia/include",
10 "+webkit/glue", 10 "+webkit/glue",
11 11
12 # Other libraries. 12 # Other libraries.
13 "+chrome/third_party/xdg_user_dirs", 13 "+chrome/third_party/xdg_user_dirs",
14 "+third_party/bzip2", 14 "+third_party/bzip2",
15 "+third_party/npapi", 15 "+third_party/npapi",
16 "+third_party/sqlite", 16 "+third_party/sqlite",
17 "+third_party/zlib", 17 "+third_party/zlib",
18 18
19 # FIXME - refactor code and remove these dependencies 19 # FIXME - refactor code and remove these dependencies
20 "+chrome/app",
21 "+chrome/installer", 20 "+chrome/installer",
22 ] 21 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698