OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+breakpad", | 2 "+breakpad", |
3 "+chrome/app", | 3 "+chrome/app", |
4 "+chrome/installer", | 4 "+chrome/installer", |
5 "+chrome/tools/profiles", # For history unit tests. | 5 "+chrome/tools/profiles", # For history unit tests. |
6 "+chromeos", | 6 "+chromeos", |
7 "+content/components", | 7 "+content/components", |
8 "+content/public/browser", | 8 "+content/public/browser", |
9 "+device", | 9 "+device", |
10 "+extensions/common", | 10 "+extensions/common", |
(...skipping 12 matching lines...) Expand all Loading... |
23 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 23 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
24 "+rlz", | 24 "+rlz", |
25 "+sandbox/linux", | 25 "+sandbox/linux", |
26 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 26 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
27 "+skia/ext", | 27 "+skia/ext", |
28 "+skia/include", | 28 "+skia/include", |
29 "+sync/api", # Sync API files. | 29 "+sync/api", # Sync API files. |
30 "+sync/notifier", # Sync invalidation API files. | 30 "+sync/notifier", # Sync invalidation API files. |
31 "+sync/protocol", # Sync protobuf files. | 31 "+sync/protocol", # Sync protobuf files. |
32 "+third_party/cros_system_api", | 32 "+third_party/cros_system_api", |
| 33 "+win8/util", |
33 "+xib_localizers", # For generated mac localization helpers | 34 "+xib_localizers", # For generated mac localization helpers |
34 | 35 |
35 # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 36 # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
36 # webkit/. See crbug.com/146251 | 37 # webkit/. See crbug.com/146251 |
37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 38 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
38 "+webkit/appcache", | 39 "+webkit/appcache", |
39 "+webkit/blob", | 40 "+webkit/blob", |
40 "+webkit/database", | 41 "+webkit/database", |
41 "+webkit/dom_storage/dom_storage_types.h", | 42 "+webkit/dom_storage/dom_storage_types.h", |
42 "+webkit/fileapi", | 43 "+webkit/fileapi", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "+third_party/libjingle", | 96 "+third_party/libjingle", |
96 "+third_party/protobuf/src/google/protobuf", | 97 "+third_party/protobuf/src/google/protobuf", |
97 "+third_party/re2", | 98 "+third_party/re2", |
98 "+third_party/sqlite", | 99 "+third_party/sqlite", |
99 "+third_party/undoview", | 100 "+third_party/undoview", |
100 | 101 |
101 # FIXME: this is used by a browser_test. We need to find a better structure | 102 # FIXME: this is used by a browser_test. We need to find a better structure |
102 # for this include. | 103 # for this include. |
103 "!chrome/renderer/visitedlink_slave.h", | 104 "!chrome/renderer/visitedlink_slave.h", |
104 ] | 105 ] |
OLD | NEW |