| 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.h", | |
| 35 "+content/common/child_process_host.h", | 34 "+content/common/child_process_host.h", |
| 36 "+content/common/child_process_info.h", | 35 "+content/common/child_process_info.h", |
| 37 "+content/common/chrome_application_mac.h", | 36 "+content/common/chrome_application_mac.h", |
| 38 "+content/common/geolocation_messages.h", | 37 "+content/common/geolocation_messages.h", |
| 39 "+content/common/geoposition.h", | 38 "+content/common/geoposition.h", |
| 40 "+content/common/mac/scoped_sending_event.h", | 39 "+content/common/mac/scoped_sending_event.h", |
| 41 "+content/common/pepper_plugin_registry.h", | 40 "+content/common/pepper_plugin_registry.h", |
| 42 "+content/common/test_url_constants.h", | 41 "+content/common/test_url_constants.h", |
| 43 "+content/common/view_messages.h", | 42 "+content/common/view_messages.h", |
| 44 # TODO(pfeldman) | 43 # TODO(pfeldman) |
| (...skipping 14 matching lines...) Expand all Loading... |
| 59 "+third_party/libjingle", | 58 "+third_party/libjingle", |
| 60 "+third_party/protobuf/src/google/protobuf", | 59 "+third_party/protobuf/src/google/protobuf", |
| 61 "+third_party/sqlite", | 60 "+third_party/sqlite", |
| 62 "+third_party/undoview", | 61 "+third_party/undoview", |
| 63 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 62 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 64 | 63 |
| 65 # FIXME: these should probably not be here, we need to find a better | 64 # FIXME: these should probably not be here, we need to find a better |
| 66 # structure for these includes. | 65 # structure for these includes. |
| 67 "+chrome/renderer", | 66 "+chrome/renderer", |
| 68 ] | 67 ] |
| OLD | NEW |