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