| 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", |
| 11 "+grit", # For generated headers | 11 "+grit", # For generated headers |
| 12 "+media/audio", # For audio input for speech input feature. | 12 "+media/audio", # For audio input for speech input feature. |
| 13 "+policy", # For generated headers and source | 13 "+policy", # For generated headers and source |
| 14 "+ppapi/c", # For various types. | 14 "+ppapi/c", # For various types. |
| 15 "+ppapi/proxy", | 15 "+ppapi/proxy", |
| 16 "+rlz", | 16 "+rlz", |
| 17 "+sandbox/linux", | 17 "+sandbox/linux", |
| 18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. | 18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
| 19 "+skia/ext", | 19 "+skia/ext", |
| 20 "+skia/include", | 20 "+skia/include", |
| 21 "+third_party/cros", | 21 "+third_party/cros", |
| 22 "+third_party/cros_system_api", | 22 "+third_party/cros_system_api", |
| 23 "+webkit/database", | 23 "+webkit/database", |
| 24 "+webkit/forms", # Defines some types that are marshalled over IPC. |
| 24 "+webkit/glue", # Defines some types that are marshalled over IPC. | 25 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 25 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 26 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 26 "+webkit/quota", | 27 "+webkit/quota", |
| 27 "+xib_localizers", # For generated mac localization helpers | 28 "+xib_localizers", # For generated mac localization helpers |
| 28 | 29 |
| 29 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 | 30 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 |
| 30 "+content/browser", | 31 "+content/browser", |
| 31 | 32 |
| 32 "-content/common", | 33 "-content/common", |
| 33 # TODO(jam): remove all the exceptions. BUG=98716 | 34 # TODO(jam): remove all the exceptions. BUG=98716 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 46 "+third_party/libjingle", | 47 "+third_party/libjingle", |
| 47 "+third_party/protobuf/src/google/protobuf", | 48 "+third_party/protobuf/src/google/protobuf", |
| 48 "+third_party/sqlite", | 49 "+third_party/sqlite", |
| 49 "+third_party/undoview", | 50 "+third_party/undoview", |
| 50 "+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. |
| 51 | 52 |
| 52 # 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 |
| 53 # structure for these includes. | 54 # structure for these includes. |
| 54 "+chrome/renderer", | 55 "+chrome/renderer", |
| 55 ] | 56 ] |
| OLD | NEW |