Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "-chrome", | |
|
akalin
2013/10/16 07:16:31
don't think you need these - lines explicitly?
Nicolas Zea
2013/10/16 19:56:18
I think they're used when a higher level DEPS allo
| |
| 3 "-content", | |
| 4 "-sync", | |
| 5 "+base", | |
|
akalin
2013/10/16 07:16:31
note that the root DEPS already includes this stuf
Nicolas Zea
2013/10/16 19:56:18
Done.
| |
| 6 "+build", | |
|
akalin
2013/10/16 07:16:31
need build?
Nicolas Zea
2013/10/16 19:56:18
Done.
| |
| 7 "+google", # For third_party/protobuf/src. | |
| 8 "+net", | |
| 9 "+url", | |
|
akalin
2013/10/16 07:16:31
need url yet?
Nicolas Zea
2013/10/16 19:56:18
Done.
| |
| 10 "+testing", | |
| 11 ] | |
| OLD | NEW |