Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "+chrome/browser/browser_process.h", | |
|
jochen (gone - plz use gerrit)
2014/04/10 07:42:49
no chrome
achaulk
2014/04/10 17:32:30
Done.
| |
| 3 "+chrome/browser/chrome_notification_types.h", | |
| 4 "+chrome/browser/profiles/profile.h", | |
| 5 "+chrome/browser/profiles/incognito_helpers.h", | |
| 6 "+chrome/common/chrome_content_client.h", | |
| 7 "+chrome/common/chrome_switches.h", | |
| 8 "+components/keyed_service", | |
| 9 "+components/user_prefs", | |
| 10 "+content/public/browser", | |
| 11 "+content/public/test", | |
| 12 "+net/base", | |
| 13 "+net/url_request", | |
| 14 "+third_party/zlib/google/zip.h", | |
| 15 ] | |
| OLD | NEW |