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/nacl/common", | 7 "+components/nacl/common", |
8 "+components/policy/core/common", | 8 "+components/policy/core/common", |
| 9 "+components/translate/core/common", |
9 "+extensions/common", | 10 "+extensions/common", |
10 "+grit", # For generated headers | 11 "+grit", # For generated headers |
11 "+ppapi/shared_impl", | 12 "+ppapi/shared_impl", |
12 "+remoting/client/plugin", | 13 "+remoting/client/plugin", |
13 "+webkit/common/user_agent", | 14 "+webkit/common/user_agent", |
14 | 15 |
15 # FIXME - refactor code and remove these dependencies | 16 # FIXME - refactor code and remove these dependencies |
16 "+chrome/installer", | 17 "+chrome/installer", |
17 ] | 18 ] |
OLD | NEW |