OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+breakpad", | 3 "+breakpad", |
4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/nacl", |
5 "+chrome/installer", | 6 "+chrome/installer", |
6 "+chrome/tools/profiles", # For history unit tests. | 7 "+chrome/tools/profiles", # For history unit tests. |
7 "+chromeos", | 8 "+chromeos", |
8 "+components/autofill/browser", | 9 "+components/autofill/browser", |
9 "+components/autofill/common", | 10 "+components/autofill/common", |
10 "+components/auto_login_parser", | 11 "+components/auto_login_parser", |
11 "+components/autofill/common", | 12 "+components/autofill/common", |
12 "+components/browser_context_keyed_service", | 13 "+components/browser_context_keyed_service", |
13 "+components/navigation_interception", | 14 "+components/navigation_interception", |
14 "+components/user_prefs", | 15 "+components/user_prefs", |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "+third_party/icu", | 91 "+third_party/icu", |
91 "+third_party/isimpledom", | 92 "+third_party/isimpledom", |
92 "+third_party/leveldatabase", | 93 "+third_party/leveldatabase", |
93 "+third_party/libevent", # For the remote V8 debugging server | 94 "+third_party/libevent", # For the remote V8 debugging server |
94 "+third_party/libjingle", | 95 "+third_party/libjingle", |
95 "+third_party/protobuf/src/google/protobuf", | 96 "+third_party/protobuf/src/google/protobuf", |
96 "+third_party/re2", | 97 "+third_party/re2", |
97 "+third_party/sqlite", | 98 "+third_party/sqlite", |
98 "+third_party/undoview", | 99 "+third_party/undoview", |
99 ] | 100 ] |
OLD | NEW |