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 "+policy", # For generated headers and source |
11 "+ppapi/c", # For various types. | 12 "+ppapi/c", # For various types. |
12 "+ppapi/proxy", | 13 "+ppapi/proxy", |
13 "+rlz", | 14 "+rlz", |
14 "+sandbox/linux", | 15 "+sandbox/linux", |
15 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. | 16 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
16 "+skia/ext", | 17 "+skia/ext", |
17 "+skia/include", | 18 "+skia/include", |
18 "+third_party/cros", | 19 "+third_party/cros", |
19 "+webkit/database", | 20 "+webkit/database", |
20 "+webkit/glue", # Defines some types that are marshalled over IPC. | 21 "+webkit/glue", # Defines some types that are marshalled over IPC. |
(...skipping 14 matching lines...) Expand all Loading... |
35 "+third_party/libjingle", | 36 "+third_party/libjingle", |
36 "+third_party/cld", | 37 "+third_party/cld", |
37 "+third_party/undoview", | 38 "+third_party/undoview", |
38 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 39 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
39 | 40 |
40 # FIXME: these should probably not be here, we need to find a better | 41 # FIXME: these should probably not be here, we need to find a better |
41 # structure for these includes. | 42 # structure for these includes. |
42 "+chrome/renderer", | 43 "+chrome/renderer", |
43 "+chrome/gpu", | 44 "+chrome/gpu", |
44 ] | 45 ] |
OLD | NEW |