| 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/components", | 7 "+content/components", |
| 8 "+content/public/browser", | 8 "+content/public/browser", |
| 9 "+device/bluetooth", | 9 "+device/bluetooth", |
| 10 "+device/media_transfer_protocol", |
| 10 "+extensions/common", | 11 "+extensions/common", |
| 11 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 12 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 12 "+google_apis", | 13 "+google_apis", |
| 13 "+google_update", | 14 "+google_update", |
| 14 "+grit", # For generated headers | 15 "+grit", # For generated headers |
| 15 "+installer_util_strings", # For generated headers | 16 "+installer_util_strings", # For generated headers |
| 16 "+media/base", # For media switches | 17 "+media/base", # For media switches |
| 17 "+policy", # For generated headers and source | 18 "+policy", # For generated headers and source |
| 18 "+ppapi/c", # For various types. | 19 "+ppapi/c", # For various types. |
| 19 "+ppapi/host", | 20 "+ppapi/host", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "+third_party/libjingle", | 97 "+third_party/libjingle", |
| 97 "+third_party/protobuf/src/google/protobuf", | 98 "+third_party/protobuf/src/google/protobuf", |
| 98 "+third_party/re2", | 99 "+third_party/re2", |
| 99 "+third_party/sqlite", | 100 "+third_party/sqlite", |
| 100 "+third_party/undoview", | 101 "+third_party/undoview", |
| 101 | 102 |
| 102 # FIXME: this is used by a browser_test. We need to find a better structure | 103 # FIXME: this is used by a browser_test. We need to find a better structure |
| 103 # for this include. | 104 # for this include. |
| 104 "!chrome/renderer/visitedlink_slave.h", | 105 "!chrome/renderer/visitedlink_slave.h", |
| 105 ] | 106 ] |
| OLD | NEW |