Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/translate/core/language_detection", | 2 "+components/translate/core/language_detection", |
| 3 "+content/public/child", | 3 "+content/public/child", |
| 4 "+content/public/renderer", | 4 "+content/public/renderer", |
| 5 | 5 |
| 6 "+gin", | 6 "+gin", |
| 7 "+media/base", | |
|
ddorwin
2016/04/08 17:41:31
It seems that we shouldn't give all extensions cod
DaleCurtis
2016/04/08 17:53:59
Whoops missed this reply, DEPS should always be na
ddorwin
2016/04/08 17:56:56
In the new location, add a TODO to remove this one
Mikhail
2016/04/08 18:28:58
Thanks for the proposal, I'll create a new DEPS in
Mikhail
2016/04/08 19:28:00
Done.
| |
| 8 "+media/video", | |
| 7 "+mojo/edk/js", | 9 "+mojo/edk/js", |
| 8 | 10 |
| 9 "+third_party/skia/include/core", | 11 "+third_party/skia/include/core", |
| 10 "+third_party/cld_2/src/public/compact_lang_det.h", | 12 "+third_party/cld_2/src/public/compact_lang_det.h", |
| 11 "+third_party/cld_2/src/public/encodings.h", | 13 "+third_party/cld_2/src/public/encodings.h", |
| 12 | 14 |
| 13 "+third_party/WebKit/public/platform", | 15 "+third_party/WebKit/public/platform", |
| 14 "+third_party/WebKit/public/web", | 16 "+third_party/WebKit/public/web", |
| 15 | 17 |
| 16 "+third_party/wds/src/libwds/public", | 18 "+third_party/wds/src/libwds/public", |
| 17 | 19 |
| 18 "+tools/json_schema_compiler", | 20 "+tools/json_schema_compiler", |
| 19 | 21 |
| 20 "-v8", | 22 "-v8", |
| 21 "+v8/include", | 23 "+v8/include", |
| 22 | 24 |
| 23 "+storage/common/fileapi", | 25 "+storage/common/fileapi", |
| 24 ] | 26 ] |
| 25 | 27 |
| OLD | NEW |