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

Side by Side Diff: chrome/common/DEPS

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk Created 8 years, 3 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 | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_content_client.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 "+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/forms", # Defines some types that are marshalled over IPC. 11 "+webkit/forms", # Defines some types that are marshalled over IPC.
12 "+webkit/glue", 12 "+webkit/glue",
13 "+webkit/plugins", 13 "+webkit/plugins",
14 "+webkit/user_agent",
14 15
15 # TODO(jam): remove this once all of chrome doesn't depend on content/common. 16 # TODO(jam): remove this once all of chrome doesn't depend on content/common.
16 "-content/common", 17 "-content/common",
17 "+content/common/content_message_generator.h", # needed by all_messages.h 18 "+content/common/content_message_generator.h", # needed by all_messages.h
18 19
19 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser 20 # TODO(jam): remove me once chrome_notifcation_types.h moves to browser
20 "+content/public/browser/notification_source.h", 21 "+content/public/browser/notification_source.h",
21 "+content/public/browser/notification_types.h", 22 "+content/public/browser/notification_types.h",
22 23
23 # Other libraries. 24 # Other libraries.
24 "+chrome/third_party/xdg_user_dirs", 25 "+chrome/third_party/xdg_user_dirs",
25 "+third_party/bzip2", 26 "+third_party/bzip2",
26 "+third_party/mt19937ar", 27 "+third_party/mt19937ar",
27 "+third_party/npapi", 28 "+third_party/npapi",
28 "+third_party/sqlite", 29 "+third_party/sqlite",
29 "+third_party/zlib", 30 "+third_party/zlib",
30 31
31 # This is required by all_messages.h to allow logging of all messages. It 32 # This is required by all_messages.h to allow logging of all messages. It
32 # can't be moved to chrome/common/ because it has so many dependencies in 33 # can't be moved to chrome/common/ because it has so many dependencies in
33 # chrome/browser/. 34 # chrome/browser/.
34 "+chrome/browser/importer/profile_import_process_messages.h", 35 "+chrome/browser/importer/profile_import_process_messages.h",
35 36
36 # FIXME - refactor code and remove these dependencies 37 # FIXME - refactor code and remove these dependencies
37 "+chrome/installer", 38 "+chrome/installer",
38 ] 39 ]
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698