| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", | 2 "+breakpad", |
| 3 "+chrome/app", | 3 "+chrome/app", |
| 4 "+chrome/app/locales", | 4 "+chrome/app/locales", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome/personalization", | 6 "+chrome/personalization", |
| 7 "+chrome/profile_import", | 7 "+chrome/profile_import", |
| 8 "+chrome/tools/profiles", # For history unit tests. | 8 "+chrome/tools/profiles", # For history unit tests. |
| 9 "+chromeos", | 9 "+chromeos", |
| 10 "+content/public/browser", | 10 "+content/public/browser", |
| 11 "+google_update", | 11 "+google_update", |
| 12 "+grit", # For generated headers | 12 "+grit", # For generated headers |
| 13 "+installer_util_strings", # For generated headers | 13 "+installer_util_strings", # For generated headers |
| 14 "+policy", # For generated headers and source | 14 "+policy", # For generated headers and source |
| 15 "+ppapi/c", # For various types. | 15 "+ppapi/c", # For various types. |
| 16 "+ppapi/proxy", | 16 "+ppapi/proxy", |
| 17 "+ppapi/shared_impl/api_id.h", | 17 "+ppapi/shared_impl/api_id.h", |
| 18 # Defines some types that are marshalled over IPC. | 18 # Defines some types that are marshalled over IPC. |
| 19 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 19 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
| 20 "+rlz", | 20 "+rlz", |
| 21 "+sandbox/linux", | 21 "+sandbox/linux", |
| 22 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. | 22 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
| 23 "+skia/ext", | 23 "+skia/ext", |
| 24 "+skia/include", | 24 "+skia/include", |
| 25 "+sync/api", # Sync API files. | 25 "+sync/api", # Sync API files. |
| 26 "+sync/protocol", # Sync protobuf files. | 26 "+sync/protocol", # Sync protobuf files. |
| 27 "+third_party/cros", | |
| 28 "+third_party/cros_system_api", | 27 "+third_party/cros_system_api", |
| 29 "+webkit/database", | 28 "+webkit/database", |
| 30 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. | 29 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. |
| 31 "+webkit/forms", # Defines some types that are marshalled over IPC. | 30 "+webkit/forms", # Defines some types that are marshalled over IPC. |
| 32 "+webkit/glue", # Defines some types that are marshalled over IPC. | 31 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 33 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 32 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 34 "+webkit/quota", | 33 "+webkit/quota", |
| 35 "+xib_localizers", # For generated mac localization helpers | 34 "+xib_localizers", # For generated mac localization helpers |
| 36 | 35 |
| 37 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | 36 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "+third_party/libevent", # For the remote V8 debugging server | 73 "+third_party/libevent", # For the remote V8 debugging server |
| 75 "+third_party/libjingle", | 74 "+third_party/libjingle", |
| 76 "+third_party/protobuf/src/google/protobuf", | 75 "+third_party/protobuf/src/google/protobuf", |
| 77 "+third_party/sqlite", | 76 "+third_party/sqlite", |
| 78 "+third_party/undoview", | 77 "+third_party/undoview", |
| 79 | 78 |
| 80 # FIXME: this is used by a browser_test. We need to find a better structure | 79 # FIXME: this is used by a browser_test. We need to find a better structure |
| 81 # for this include. | 80 # for this include. |
| 82 "+chrome/renderer/visitedlink_slave.h", | 81 "+chrome/renderer/visitedlink_slave.h", |
| 83 ] | 82 ] |
| OLD | NEW |