| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/invalidation", | 2 "+components/invalidation", |
| 3 "+components/keyed_service", | 3 "+components/keyed_service", |
| 4 "+components/prefs", | |
| 5 "+google_apis", | 4 "+google_apis", |
| 6 "+google/cacheinvalidation/types.pb.h", | 5 "+google/cacheinvalidation/types.pb.h", |
| 7 "+net", | 6 "+net", |
| 8 "+third_party/leveldatabase", | 7 "+third_party/leveldatabase", |
| 9 "+third_party/re2", | 8 "+third_party/re2", |
| 10 ] | 9 ] |
| 11 | 10 |
| 12 specific_include_rules = { | 11 specific_include_rules = { |
| 13 # The following dependency should be removed to fully make this | 12 # The following dependency should be removed to fully make this |
| 14 # directory chrome/ and content/ and storage/ independent. | 13 # directory chrome/ and content/ and storage/ independent. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 r")": [ | 69 r")": [ |
| 71 "+content/public/browser/browser_thread.h", | 70 "+content/public/browser/browser_thread.h", |
| 72 ], | 71 ], |
| 73 | 72 |
| 74 # The dependency below is ok and can stay here for the long-term, because it | 73 # The dependency below is ok and can stay here for the long-term, because it |
| 75 # is guarded by #if defined(OS_CHROMEOS) in the source code. | 74 # is guarded by #if defined(OS_CHROMEOS) in the source code. |
| 76 "file_cache\.h": [ | 75 "file_cache\.h": [ |
| 77 "+third_party/cros_system_api/constants/cryptohome.h", | 76 "+third_party/cros_system_api/constants/cryptohome.h", |
| 78 ], | 77 ], |
| 79 } | 78 } |
| OLD | NEW |