Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/browser/browser_context.h", | |
|
jochen (gone - plz use gerrit)
2015/04/27 19:53:09
why not just allow all of c/p/browser?
msarda
2015/04/28 12:44:59
I finally removed this DEPS check.
| |
| 2 "+device/bluetooth", | 3 "+device/bluetooth", |
| 3 "+net", | 4 "+net", |
| 4 ] | 5 ] |
| 5 | 6 |
| 6 specific_include_rules = { | 7 specific_include_rules = { |
| 7 "screenlock_bridge\.*": [ | 8 "screenlock_bridge\.*": [ |
| 8 "+chromeos", | 9 "+chromeos", |
| 9 ], | 10 ], |
| 10 } | 11 } |
| OLD | NEW |