OLD | NEW |
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 "+google_apis", # For authentication when sending cloud print requests. |
3 "+grit", # For generated headers | 4 "+grit", # For generated headers |
4 "+libxml", | 5 "+libxml", |
5 "+ppapi/c", # For various types. | 6 "+ppapi/c", # For various types. |
6 "+ppapi/proxy", | 7 "+ppapi/proxy", |
7 "+ppapi/shared_impl", | 8 "+ppapi/shared_impl", |
8 "+remoting/client/plugin", | 9 "+remoting/client/plugin", |
9 "+sandbox/win/src", | 10 "+sandbox/win/src", |
10 "+skia", | 11 "+skia", |
11 "+webkit/glue", | 12 "+webkit/glue", |
12 "+webkit/plugins", | 13 "+webkit/plugins", |
(...skipping 13 matching lines...) Expand all Loading... |
26 "+third_party/zlib", | 27 "+third_party/zlib", |
27 | 28 |
28 # This is required by all_messages.h to allow logging of all messages. It | 29 # 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 | 30 # can't be moved to chrome/common/ because it has so many dependencies in |
30 # chrome/browser/. | 31 # chrome/browser/. |
31 "+chrome/browser/importer/profile_import_process_messages.h", | 32 "+chrome/browser/importer/profile_import_process_messages.h", |
32 | 33 |
33 # FIXME - refactor code and remove these dependencies | 34 # FIXME - refactor code and remove these dependencies |
34 "+chrome/installer", | 35 "+chrome/installer", |
35 ] | 36 ] |
OLD | NEW |