| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/app", | 2 "+chrome/app", |
| 3 "+chrome/app/locales", | 3 "+chrome/app/locales", |
| 4 "+chrome/installer", | 4 "+chrome/installer", |
| 5 "+chrome/personalization", | 5 "+chrome/personalization", |
| 6 "+chrome/profile_import", | 6 "+chrome/profile_import", |
| 7 "+chrome/tools/profiles", # For history unit tests. | 7 "+chrome/tools/profiles", # For history unit tests. |
| 8 "+chrome/views", | 8 "+chrome/views", |
| 9 "+chromeos", |
| 9 "+content/plugin/plugin_interpose_util_mac.h", | 10 "+content/plugin/plugin_interpose_util_mac.h", |
| 10 "+content/public/browser", | 11 "+content/public/browser", |
| 11 "+google_update", | 12 "+google_update", |
| 12 "+grit", # For generated headers | 13 "+grit", # For generated headers |
| 13 "+policy", # For generated headers and source | 14 "+policy", # For generated headers and source |
| 14 "+ppapi/c", # For various types. | 15 "+ppapi/c", # For various types. |
| 15 "+ppapi/proxy", | 16 "+ppapi/proxy", |
| 16 "+ppapi/shared_impl/api_id.h", | 17 "+ppapi/shared_impl/api_id.h", |
| 17 "+rlz", | 18 "+rlz", |
| 18 "+sandbox/linux", | 19 "+sandbox/linux", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "+third_party/libevent", # For the remote V8 debugging server | 59 "+third_party/libevent", # For the remote V8 debugging server |
| 59 "+third_party/libjingle", | 60 "+third_party/libjingle", |
| 60 "+third_party/protobuf/src/google/protobuf", | 61 "+third_party/protobuf/src/google/protobuf", |
| 61 "+third_party/sqlite", | 62 "+third_party/sqlite", |
| 62 "+third_party/undoview", | 63 "+third_party/undoview", |
| 63 | 64 |
| 64 # FIXME: these should probably not be here, we need to find a better | 65 # FIXME: these should probably not be here, we need to find a better |
| 65 # structure for these includes. | 66 # structure for these includes. |
| 66 "+chrome/renderer", | 67 "+chrome/renderer", |
| 67 ] | 68 ] |
| OLD | NEW |