Chromium Code Reviews| Index: content/common/DEPS |
| diff --git a/content/common/DEPS b/content/common/DEPS |
| index 89bdfb6c05a6a35b17abefe804a7f104f520c4d0..f2e00f19aff1f6cfb6be09012ad34781689ebf08 100644 |
| --- a/content/common/DEPS |
| +++ b/content/common/DEPS |
| @@ -66,8 +66,13 @@ include_rules = [ |
| ] |
| specific_include_rules = { |
| -# Java bridge code passes NPAPI types to the browser process. Crazy! |
| + # Java bridge code passes NPAPI types to the browser process. Crazy! |
| "java_bridge_messages\.h": [ |
|
jochen (gone - plz use gerrit)
2016/03/09 14:57:19
that file doesn't exist anymore, right?
Łukasz Anforowicz
2016/03/09 21:47:42
Done - removed.
buildtools/checkdeps/checkdeps.py
|
| "+content/child" |
| + ], |
| + |
| + # TODO(nasko): https://crbug.com/357747: Should remove swapped out altogether. |
|
jochen (gone - plz use gerrit)
2016/03/09 14:57:19
the CL that introduced this fixes a single layout
Łukasz Anforowicz
2016/03/09 21:47:42
I'd rather leave this here - currently (now that w
Łukasz Anforowicz
2016/03/22 17:29:31
Done - it turns out that there already is a public
|
| + "swapped_out_messages\.cc": [ |
| + "+content/shell/common/shell_messages.h" |
| ] |
| } |