| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", | 2 "+breakpad", |
| 3 "+chrome/app", | 3 "+chrome/app", |
| 4 "+chrome/installer", | 4 "+chrome/installer", |
| 5 "+chrome/tools/profiles", # For history unit tests. | 5 "+chrome/tools/profiles", # For history unit tests. |
| 6 "+chromeos", | 6 "+chromeos", |
| 7 "+content/public/browser", | 7 "+content/public/browser", |
| 8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 9 "+google_apis", | 9 "+google_apis", |
| 10 "+google_update", | 10 "+google_update", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "+sync/api", # Sync API files. | 24 "+sync/api", # Sync API files. |
| 25 "+sync/notifier", # Sync invalidation API files. | 25 "+sync/notifier", # Sync invalidation API files. |
| 26 "+sync/protocol", # Sync protobuf files. | 26 "+sync/protocol", # Sync protobuf files. |
| 27 "+third_party/cros_system_api", | 27 "+third_party/cros_system_api", |
| 28 "+webkit/database", | 28 "+webkit/database", |
| 29 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. | 29 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. |
| 30 "+webkit/forms", # Defines some types that are marshalled over IPC. | 30 "+webkit/forms", # Defines some types that are marshalled over IPC. |
| 31 "+webkit/glue", # Defines some types that are marshalled over IPC. | 31 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 32 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 32 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 33 "+webkit/quota", | 33 "+webkit/quota", |
| 34 "+webkit/user_agent", |
| 34 "+xib_localizers", # For generated mac localization helpers | 35 "+xib_localizers", # For generated mac localization helpers |
| 35 | 36 |
| 36 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | 37 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
| 37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 38 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 38 "!content/browser/geolocation/wifi_data_provider_common.h", | 39 "!content/browser/geolocation/wifi_data_provider_common.h", |
| 39 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 40 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| 40 | 41 |
| 41 "-chrome/browser/ui/views", | 42 "-chrome/browser/ui/views", |
| 42 # TODO(tfarina): Remove all these. crbug.com/125846. | 43 # TODO(tfarina): Remove all these. crbug.com/125846. |
| 43 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 44 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| (...skipping 23 matching lines...) Expand all Loading... |
| 67 "+third_party/libjingle", | 68 "+third_party/libjingle", |
| 68 "+third_party/protobuf/src/google/protobuf", | 69 "+third_party/protobuf/src/google/protobuf", |
| 69 "+third_party/re2", | 70 "+third_party/re2", |
| 70 "+third_party/sqlite", | 71 "+third_party/sqlite", |
| 71 "+third_party/undoview", | 72 "+third_party/undoview", |
| 72 | 73 |
| 73 # FIXME: this is used by a browser_test. We need to find a better structure | 74 # FIXME: this is used by a browser_test. We need to find a better structure |
| 74 # for this include. | 75 # for this include. |
| 75 "!chrome/renderer/visitedlink_slave.h", | 76 "!chrome/renderer/visitedlink_slave.h", |
| 76 ] | 77 ] |
| OLD | NEW |