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

Side by Side Diff: chrome/common/DEPS

Issue 10251004: Move libxml_utils from chrome/common to third_party/libxml/chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS. Created 8 years, 7 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
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 "+ppapi/c", # For various types. 5 "+ppapi/c", # For various types.
6 "+ppapi/proxy", 6 "+ppapi/proxy",
7 "+remoting/client/plugin", 7 "+remoting/client/plugin",
8 "+sandbox/src", 8 "+sandbox/src",
9 "+skia", 9 "+skia",
10 "+webkit/forms", # Defines some types that are marshalled over IPC. 10 "+webkit/forms", # Defines some types that are marshalled over IPC.
11 "+webkit/glue", 11 "+webkit/glue",
12 "+webkit/plugins", 12 "+webkit/plugins",
13 13
14 # TODO(jam): remove this once all of chrome doesn't depend on content/common. 14 # TODO(jam): remove this once all of chrome doesn't depend on content/common.
15 "-content/common", 15 "-content/common",
16 "+content/common/content_message_generator.h", # needed by all_messages.h 16 "+content/common/content_message_generator.h", # needed by all_messages.h
17 17
18 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser 18 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser
19 "+content/public/browser/notification_source.h", 19 "+content/public/browser/notification_source.h",
20 "+content/public/browser/notification_types.h", 20 "+content/public/browser/notification_types.h",
21 21
22 # Other libraries. 22 # Other libraries.
23 "+chrome/third_party/xdg_user_dirs", 23 "+chrome/third_party/xdg_user_dirs",
24 "+third_party/bzip2", 24 "+third_party/bzip2",
25 "+third_party/libxml",
25 "+third_party/npapi", 26 "+third_party/npapi",
26 "+third_party/sqlite", 27 "+third_party/sqlite",
27 "+third_party/zlib", 28 "+third_party/zlib",
28 29
29 # This is required by all_messages.h to allow logging of all messages. It 30 # This is required by all_messages.h to allow logging of all messages. It
30 # can't be moved to chrome/common/ because it has so many dependencies in 31 # can't be moved to chrome/common/ because it has so many dependencies in
31 # chrome/browser/. 32 # chrome/browser/.
32 "+chrome/browser/importer/profile_import_process_messages.h", 33 "+chrome/browser/importer/profile_import_process_messages.h",
33 34
34 # FIXME - refactor code and remove these dependencies 35 # FIXME - refactor code and remove these dependencies
35 "+chrome/installer", 36 "+chrome/installer",
36 ] 37 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698