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/public/browser", | 7 "+content/public/browser", |
8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 9 "+google_apis", |
9 "+google_update", | 10 "+google_update", |
10 "+grit", # For generated headers | 11 "+grit", # For generated headers |
11 "+installer_util_strings", # For generated headers | 12 "+installer_util_strings", # For generated headers |
12 "+policy", # For generated headers and source | 13 "+policy", # For generated headers and source |
13 "+ppapi/c", # For various types. | 14 "+ppapi/c", # For various types. |
14 "+ppapi/proxy", | 15 "+ppapi/proxy", |
15 "+ppapi/shared_impl/api_id.h", | 16 "+ppapi/shared_impl/api_id.h", |
16 # Defines some types that are marshalled over IPC. | 17 # Defines some types that are marshalled over IPC. |
17 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 18 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
18 "+rlz", | 19 "+rlz", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 "+third_party/libjingle", | 67 "+third_party/libjingle", |
67 "+third_party/protobuf/src/google/protobuf", | 68 "+third_party/protobuf/src/google/protobuf", |
68 "+third_party/re2", | 69 "+third_party/re2", |
69 "+third_party/sqlite", | 70 "+third_party/sqlite", |
70 "+third_party/undoview", | 71 "+third_party/undoview", |
71 | 72 |
72 # FIXME: this is used by a browser_test. We need to find a better structure | 73 # FIXME: this is used by a browser_test. We need to find a better structure |
73 # for this include. | 74 # for this include. |
74 "!chrome/renderer/visitedlink_slave.h", | 75 "!chrome/renderer/visitedlink_slave.h", |
75 ] | 76 ] |
OLD | NEW |