Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chromeos/dbus", | 2 "+chromeos/dbus", |
| 3 "+chromeos/login", | 3 "+chromeos/login", |
| 4 "+chromeos/network", | 4 "+chromeos/network", |
| 5 "+components/keyed_service/content", | 5 "+components/keyed_service/content", |
| 6 "+components/keyed_service/core", | 6 "+components/keyed_service/core", |
| 7 "+components/onc", | 7 "+components/onc", |
| 8 "+content/public/browser/browser_context.h", | |
|
erikwright (departed)
2015/01/29 16:01:35
Don't go to the file-level. content/public/browser
mukesh agrawal
2015/01/29 18:57:03
Done.
| |
| 8 "+sync/api", | 9 "+sync/api", |
| 9 "+sync/internal_api/public/attachments", | 10 "+sync/internal_api/public/attachments", |
| 10 "+sync/protocol", | 11 "+sync/protocol", |
| 11 "+third_party/cros_system_api/dbus/service_constants.h", | 12 "+third_party/cros_system_api/dbus/service_constants.h", |
| 12 ] | 13 ] |
| OLD | NEW |