| 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/plugin", # For Mac plugin interpose library. | 6 "+chrome/plugin", # For Mac plugin interpose library. |
| 7 "+chrome/profile_import", | 7 "+chrome/profile_import", |
| 8 "+chrome/tools/profiles", # For history unit tests. | 8 "+chrome/tools/profiles", # For history unit tests. |
| 9 "+chrome/views", | 9 "+chrome/views", |
| 10 "+cros", | |
| 11 "+grit", # For generated headers | 10 "+grit", # For generated headers |
| 12 "+ppapi/proxy", | 11 "+ppapi/proxy", |
| 13 "+rlz", | 12 "+rlz", |
| 14 "+sandbox/linux", | 13 "+sandbox/linux", |
| 15 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. | 14 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
| 16 "+skia/ext", | 15 "+skia/ext", |
| 17 "+skia/include", | 16 "+skia/include", |
| 17 "+third_party/cros", |
| 18 "+webkit/database", | 18 "+webkit/database", |
| 19 "+webkit/glue", # Defines some types that are marshalled over IPC. | 19 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 20 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 20 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 21 "+xib_localizers", # For generated mac localization helpers | 21 "+xib_localizers", # For generated mac localization helpers |
| 22 | 22 |
| 23 # Other libraries. | 23 # Other libraries. |
| 24 "+chrome/third_party/hunspell", | 24 "+chrome/third_party/hunspell", |
| 25 "+chrome/third_party/mozilla_security_manager", | 25 "+chrome/third_party/mozilla_security_manager", |
| 26 "+libxml", # For search engine definition parsing. | 26 "+libxml", # For search engine definition parsing. |
| 27 "+media/audio", # Chrome's lightweight audio library. | 27 "+media/audio", # Chrome's lightweight audio library. |
| 28 "+media/base", | 28 "+media/base", |
| 29 "+third_party/apple", # Apple code ImageAndTextCell. | 29 "+third_party/apple", # Apple code ImageAndTextCell. |
| 30 "+third_party/expat", | 30 "+third_party/expat", |
| 31 "+third_party/gpsd", | 31 "+third_party/gpsd", |
| 32 "+third_party/sqlite", | 32 "+third_party/sqlite", |
| 33 "+third_party/libevent", # For the remote V8 debugging server | 33 "+third_party/libevent", # For the remote V8 debugging server |
| 34 "+third_party/libjingle", | 34 "+third_party/libjingle", |
| 35 "+third_party/cld", | 35 "+third_party/cld", |
| 36 "+third_party/undoview", | 36 "+third_party/undoview", |
| 37 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 37 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 38 | 38 |
| 39 # FIXME: this should probably not be here, we need to find a better | 39 # FIXME: this should probably not be here, we need to find a better |
| 40 # structure for these includes. | 40 # structure for these includes. |
| 41 "+chrome/renderer", | 41 "+chrome/renderer", |
| 42 ] | 42 ] |
| OLD | NEW |