Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/discardable_memory/client", | 2 "+components/discardable_memory/client", |
| 3 "+content/public/common", | 3 "+content/public/common", |
| 4 "+content/public/utility", | 4 "+content/public/utility", |
| 5 "+mojo/public/cpp", | 5 "+mojo/public/cpp", |
| 6 "+printing/common", | 6 "+printing/common", |
| 7 "+services/service_manager/public/cpp", | 7 "+services/service_manager/public/cpp", |
| 8 "+services/service_manager/public/c", # For tests only. | |
|
Ken Rockot(use gerrit already)
2017/07/25 05:02:06
rather than having this comment, you could move th
Wei Li
2017/07/26 05:08:50
Done.
| |
| 8 "+skia", | 9 "+skia", |
| 9 "+third_party/skia", | 10 "+third_party/skia", |
| 10 ] | 11 ] |
| OLD | NEW |