Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/keyed_service", | 2 "+components/keyed_service", |
| 3 "+components/user_prefs", | 3 "+components/user_prefs", |
| 4 "+content/public/browser", | 4 "+content/public/browser", |
| 5 "+net", | 5 "+content/public/test", |
| 6 "+sync", | 6 "+net/base", |
| 7 "+third_party/leveldatabase", | 7 "+net/url_request", |
| 8 "+third_party/skia/include", | 8 "+third_party/zlib/google/zip.h", |
|
jochen (gone - plz use gerrit)
2014/04/23 08:21:24
you shouldn't use stuff you don't also have a gyp
achaulk
2014/04/23 14:51:32
Done.
| |
| 9 ] | 9 ] |
| OLD | NEW |