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 "+content/browser", | 9 "+content/browser", |
10 "+content/plugin/plugin_interpose_util_mac.h", | 10 "+content/plugin/plugin_interpose_util_mac.h", |
| 11 "+content/public/browser", |
11 "+grit", # For generated headers | 12 "+grit", # For generated headers |
12 "+media/audio", # For audio input for speech input feature. | 13 "+media/audio", # For audio input for speech input feature. |
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 "+rlz", | 17 "+rlz", |
17 "+sandbox/linux", | 18 "+sandbox/linux", |
18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. | 19 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
19 "+skia/ext", | 20 "+skia/ext", |
20 "+skia/include", | 21 "+skia/include", |
(...skipping 18 matching lines...) Expand all Loading... |
39 "+third_party/libjingle", | 40 "+third_party/libjingle", |
40 "+third_party/protobuf/src/google/protobuf", | 41 "+third_party/protobuf/src/google/protobuf", |
41 "+third_party/sqlite", | 42 "+third_party/sqlite", |
42 "+third_party/undoview", | 43 "+third_party/undoview", |
43 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 44 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
44 | 45 |
45 # FIXME: these should probably not be here, we need to find a better | 46 # FIXME: these should probably not be here, we need to find a better |
46 # structure for these includes. | 47 # structure for these includes. |
47 "+chrome/renderer", | 48 "+chrome/renderer", |
48 ] | 49 ] |
OLD | NEW |