| 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 19 matching lines...) Expand all  Loading... | 
| 30   "+xib_localizers", # For generated mac localization helpers | 30   "+xib_localizers", # For generated mac localization helpers | 
| 31 | 31 | 
| 32   # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 32   # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 
| 33   # webkit/. See crbug.com/146251 | 33   # webkit/. See crbug.com/146251 | 
| 34   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 34   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 
| 35   "+webkit/appcache", | 35   "+webkit/appcache", | 
| 36   "+webkit/blob", | 36   "+webkit/blob", | 
| 37   "+webkit/database", | 37   "+webkit/database", | 
| 38   "+webkit/dom_storage", | 38   "+webkit/dom_storage", | 
| 39   "+webkit/fileapi", | 39   "+webkit/fileapi", | 
| 40   "+webkit/forms",  # Defines some types that are marshalled over IPC. |  | 
| 41   "+webkit/plugins",  # Defines some types that are marshalled over IPC. | 40   "+webkit/plugins",  # Defines some types that are marshalled over IPC. | 
| 42   "+webkit/quota", | 41   "+webkit/quota", | 
| 43   "+webkit/user_agent", | 42   "+webkit/user_agent", | 
| 44   # webkit/glue files are listed individually since they aren't conceptually | 43   # webkit/glue files are listed individually since they aren't conceptually | 
| 45   # grouped like the other webkit/ files, and can therefore be tackled one at | 44   # grouped like the other webkit/ files, and can therefore be tackled one at | 
| 46   # a time. | 45   # a time. | 
| 47   "+webkit/glue/glue_serialize.h", | 46   "+webkit/glue/glue_serialize.h", | 
| 48   "+webkit/glue/image_decoder.h", | 47   "+webkit/glue/image_decoder.h", | 
| 49   "+webkit/glue/image_resource_fetcher.h", | 48   "+webkit/glue/image_resource_fetcher.h", | 
| 50   "+webkit/glue/resource_loader_bridge.h", | 49   "+webkit/glue/resource_loader_bridge.h", | 
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 94   "+third_party/libjingle", | 93   "+third_party/libjingle", | 
| 95   "+third_party/protobuf/src/google/protobuf", | 94   "+third_party/protobuf/src/google/protobuf", | 
| 96   "+third_party/re2", | 95   "+third_party/re2", | 
| 97   "+third_party/sqlite", | 96   "+third_party/sqlite", | 
| 98   "+third_party/undoview", | 97   "+third_party/undoview", | 
| 99 | 98 | 
| 100   # FIXME: this is used by a browser_test. We need to find a better structure | 99   # FIXME: this is used by a browser_test. We need to find a better structure | 
| 101   # for this include. | 100   # for this include. | 
| 102   "!chrome/renderer/visitedlink_slave.h", | 101   "!chrome/renderer/visitedlink_slave.h", | 
| 103 ] | 102 ] | 
| OLD | NEW | 
|---|