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