Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-content", | |
| 3 "+components/content_settings/core/browser", | 2 "+components/content_settings/core/browser", |
| 4 "+components/history/core/browser", | 3 "+components/history/core/browser", |
| 5 "+components/safe_browsing/csd.pb.h", | |
| 6 "+components/safe_browsing_db", | |
|
Nathan Parker
2017/05/31 22:40:55
how is this not needed? Or is it included from the
vakh (use Gerrit instead)
2017/06/01 00:02:25
Yes, but I appreciate the RED color :)
Jialiu Lin
2017/06/01 01:22:01
Acknowledged.
Jialiu Lin
2017/06/01 01:22:01
Yes, these are already included in the components/
| |
| 7 "+components/sync_preferences/testing_pref_service_syncable.h", | 4 "+components/sync_preferences/testing_pref_service_syncable.h", |
| 8 "+content/public/browser", | |
| 9 "+content/public/test", | 5 "+content/public/test", |
| 10 "+net", | |
| 11 ] | 6 ] |
| 12 | 7 |
| OLD | NEW |