OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/app", | 2 "+chrome/app", |
3 "+chrome/app/locales", | 3 "+chrome/app/locales", |
4 "+chrome/installer", | 4 "+chrome/installer", |
5 "+chrome/personalization", | 5 "+chrome/personalization", |
6 "+chrome/profile_import", | 6 "+chrome/profile_import", |
7 "+chrome/tools/profiles", # For history unit tests. | 7 "+chrome/tools/profiles", # For history unit tests. |
8 "+chrome/views", | 8 "+chrome/views", |
9 "+content/plugin/plugin_interpose_util_mac.h", | 9 "+content/plugin/plugin_interpose_util_mac.h", |
10 "+content/public/browser", | 10 "+content/public/browser", |
(...skipping 13 matching lines...) Expand all Loading... |
24 "+webkit/glue", # Defines some types that are marshalled over IPC. | 24 "+webkit/glue", # Defines some types that are marshalled over IPC. |
25 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 25 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
26 "+webkit/quota", | 26 "+webkit/quota", |
27 "+xib_localizers", # For generated mac localization helpers | 27 "+xib_localizers", # For generated mac localization helpers |
28 | 28 |
29 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 | 29 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 |
30 "+content/browser", | 30 "+content/browser", |
31 | 31 |
32 "-content/common", | 32 "-content/common", |
33 # TODO(jam): remove all the exceptions. BUG=98716 | 33 # TODO(jam): remove all the exceptions. BUG=98716 |
34 "+content/common/child_process_host.h", | |
35 "+content/common/chrome_application_mac.h", | 34 "+content/common/chrome_application_mac.h", |
36 "+content/common/view_messages.h", | 35 "+content/common/view_messages.h", |
37 | 36 |
38 # Other libraries. | 37 # Other libraries. |
39 "+chrome/third_party/hunspell", | 38 "+chrome/third_party/hunspell", |
40 "+chrome/third_party/mozilla_security_manager", | 39 "+chrome/third_party/mozilla_security_manager", |
41 "+libxml", # For search engine definition parsing. | 40 "+libxml", # For search engine definition parsing. |
42 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 41 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
43 "+third_party/cld", | 42 "+third_party/cld", |
44 "+third_party/expat", | 43 "+third_party/expat", |
45 "+third_party/iaccessible2", | 44 "+third_party/iaccessible2", |
46 "+third_party/isimpledom", | 45 "+third_party/isimpledom", |
47 "+third_party/libevent", # For the remote V8 debugging server | 46 "+third_party/libevent", # For the remote V8 debugging server |
48 "+third_party/libjingle", | 47 "+third_party/libjingle", |
49 "+third_party/protobuf/src/google/protobuf", | 48 "+third_party/protobuf/src/google/protobuf", |
50 "+third_party/sqlite", | 49 "+third_party/sqlite", |
51 "+third_party/undoview", | 50 "+third_party/undoview", |
52 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 51 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
53 | 52 |
54 # FIXME: these should probably not be here, we need to find a better | 53 # FIXME: these should probably not be here, we need to find a better |
55 # structure for these includes. | 54 # structure for these includes. |
56 "+chrome/renderer", | 55 "+chrome/renderer", |
57 ] | 56 ] |
OLD | NEW |