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