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

Side by Side Diff: chrome/common/DEPS

Issue 11345008: Remove content::NotificationObserver dependency from most Prefs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head for commit Created 8 years, 1 month 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/ui/zoom/zoom_controller.cc ('k') | chrome/common/chrome_notification_types.h » ('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 "+ppapi/c", # For various types. 5 "+ppapi/c", # For various types.
6 "+ppapi/proxy", 6 "+ppapi/proxy",
7 "+ppapi/shared_impl", 7 "+ppapi/shared_impl",
8 "+remoting/client/plugin", 8 "+remoting/client/plugin",
9 "+sandbox/win/src", 9 "+sandbox/win/src",
10 "+skia", 10 "+skia",
11 "+webkit/glue", 11 "+webkit/glue",
12 "+webkit/plugins", 12 "+webkit/plugins",
13 "+webkit/user_agent", 13 "+webkit/user_agent",
14 14
15 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser 15 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser
16 "+content/public/browser/notification_source.h",
17 "+content/public/browser/notification_types.h", 16 "+content/public/browser/notification_types.h",
18 17
19 # Other libraries. 18 # Other libraries.
20 "+chrome/third_party/xdg_user_dirs", 19 "+chrome/third_party/xdg_user_dirs",
21 "+third_party/bzip2", 20 "+third_party/bzip2",
22 "+third_party/mt19937ar", 21 "+third_party/mt19937ar",
23 "+third_party/npapi", 22 "+third_party/npapi",
24 "+third_party/re2", 23 "+third_party/re2",
25 "+third_party/sqlite", 24 "+third_party/sqlite",
26 "+third_party/zlib", 25 "+third_party/zlib",
27 26
28 # This is required by all_messages.h to allow logging of all messages. It 27 # This is required by all_messages.h to allow logging of all messages. It
29 # can't be moved to chrome/common/ because it has so many dependencies in 28 # can't be moved to chrome/common/ because it has so many dependencies in
30 # chrome/browser/. 29 # chrome/browser/.
31 "+chrome/browser/importer/profile_import_process_messages.h", 30 "+chrome/browser/importer/profile_import_process_messages.h",
32 31
33 # FIXME - refactor code and remove these dependencies 32 # FIXME - refactor code and remove these dependencies
34 "+chrome/installer", 33 "+chrome/installer",
35 ] 34 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/zoom/zoom_controller.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698