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