OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps/app_shim", # For app shim messages. | 2 "+apps/app_shim", # For app shim messages. |
3 "+breakpad", # For Breakpad constants. | 3 "+breakpad", # For Breakpad constants. |
4 "+chromeos", # For chromeos_switches.h | 4 "+chromeos", # For chromeos_switches.h |
5 "+components/autofill/content/common", | 5 "+components/autofill/content/common", |
6 "+components/autofill/core/common", | 6 "+components/autofill/core/common", |
| 7 "+components/bookmarks/core/common", |
7 "+components/nacl/common", | 8 "+components/nacl/common", |
8 "+components/password_manager/core/common", | 9 "+components/password_manager/core/common", |
9 "+components/policy/core/common", | 10 "+components/policy/core/common", |
10 "+components/signin/core/common", | 11 "+components/signin/core/common", |
11 "+components/translate/core/common", | 12 "+components/translate/core/common", |
12 "+extensions/common", | 13 "+extensions/common", |
13 "+grit", # For generated headers | 14 "+grit", # For generated headers |
14 "+media", | 15 "+media", |
15 "+ppapi/shared_impl", | 16 "+ppapi/shared_impl", |
16 "+remoting/client/plugin", | 17 "+remoting/client/plugin", |
17 "+webkit/common/user_agent", | 18 "+webkit/common/user_agent", |
18 | 19 |
19 # FIXME - refactor code and remove these dependencies | 20 # FIXME - refactor code and remove these dependencies |
20 "+chrome/installer", | 21 "+chrome/installer", |
21 ] | 22 ] |
OLD | NEW |