OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+breakpad", | 2 "+breakpad", |
3 "+chrome/app", | 3 "+chrome/app", |
4 "+chrome/app/locales", | 4 "+chrome/app/locales", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome/personalization", | 6 "+chrome/personalization", |
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 "+chromeos", | 10 "+chromeos", |
11 "+content/public/browser", | 11 "+content/public/browser", |
12 "+google_update", | 12 "+google_update", |
13 "+grit", # For generated headers | 13 "+grit", # For generated headers |
14 "+installer_util_strings", # For generated headers | 14 "+installer_util_strings", # For generated headers |
15 "+policy", # For generated headers and source | 15 "+policy", # For generated headers and source |
16 "+ppapi/c", # For various types. | 16 "+ppapi/c", # For various types. |
17 "+ppapi/proxy", | 17 "+ppapi/proxy", |
18 "+ppapi/shared_impl/api_id.h", | 18 "+ppapi/shared_impl/api_id.h", |
| 19 # Defines some types that are marshalled over IPC. |
| 20 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
19 "+rlz", | 21 "+rlz", |
20 "+sandbox/linux", | 22 "+sandbox/linux", |
21 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. | 23 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
22 "+skia/ext", | 24 "+skia/ext", |
23 "+skia/include", | 25 "+skia/include", |
24 "+sync/api", # Sync API files. | 26 "+sync/api", # Sync API files. |
25 "+sync/protocol", # Sync protobuf files. | 27 "+sync/protocol", # Sync protobuf files. |
26 "+third_party/cros", | 28 "+third_party/cros", |
27 "+third_party/cros_system_api", | 29 "+third_party/cros_system_api", |
28 "+webkit/database", | 30 "+webkit/database", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 "+third_party/libevent", # For the remote V8 debugging server | 77 "+third_party/libevent", # For the remote V8 debugging server |
76 "+third_party/libjingle", | 78 "+third_party/libjingle", |
77 "+third_party/protobuf/src/google/protobuf", | 79 "+third_party/protobuf/src/google/protobuf", |
78 "+third_party/sqlite", | 80 "+third_party/sqlite", |
79 "+third_party/undoview", | 81 "+third_party/undoview", |
80 | 82 |
81 # FIXME: this is used by a browser_test. We need to find a better structure | 83 # FIXME: this is used by a browser_test. We need to find a better structure |
82 # for this include. | 84 # for this include. |
83 "+chrome/renderer/visitedlink_slave.h", | 85 "+chrome/renderer/visitedlink_slave.h", |
84 ] | 86 ] |
OLD | NEW |