Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "+components/invalidation", | |
| 3 "+components/keyed_service", | |
| 4 "+google_apis", | |
| 5 "+google/cacheinvalidation/types.pb.h", | |
| 6 "+net", | |
| 7 "+third_party/re2", | |
| 8 ] | |
| 9 | |
| 10 specific_include_rules = { | |
| 11 # The following dependency should be removed to fully make this | |
| 12 # directory chrome/ and content/ and storage/ independent. | |
| 13 # crbug.com/257943 | |
| 14 "drive_api_util\.cc": [ | |
| 15 "+storage/browser/fileapi/file_stream_reader.h" | |
|
hashimoto
2015/06/22 23:16:15
nit: Probably we can get rid of this rule by split
Łukasz Anforowicz
2015/06/22 23:57:23
Acknowledged.
| |
| 16 ], | |
| 17 | |
| 18 # The following dependency should be removed to fully make this | |
| 19 # directory chrome/ and content/ and storage/ independent. | |
| 20 # crbug.com/257943 | |
| 21 "drive_uploader\.cc": [ | |
| 22 "+content/public/browser/power_save_blocker.h", | |
| 23 ], | |
| 24 } | |
| OLD | NEW |