| 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_update", | 9 "+google_update", |
| 10 "+grit", # For generated headers | 10 "+grit", # For generated headers |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 60 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
| 61 "+third_party/cld", | 61 "+third_party/cld", |
| 62 "+third_party/expat", | 62 "+third_party/expat", |
| 63 "+third_party/iaccessible2", | 63 "+third_party/iaccessible2", |
| 64 "+third_party/icu", | 64 "+third_party/icu", |
| 65 "+third_party/isimpledom", | 65 "+third_party/isimpledom", |
| 66 "+third_party/leveldatabase", | 66 "+third_party/leveldatabase", |
| 67 "+third_party/libevent", # For the remote V8 debugging server | 67 "+third_party/libevent", # For the remote V8 debugging server |
| 68 "+third_party/libjingle", | 68 "+third_party/libjingle", |
| 69 "+third_party/protobuf/src/google/protobuf", | 69 "+third_party/protobuf/src/google/protobuf", |
| 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 |