Index: chrome/renderer/DEPS |
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS |
index 3900f77cf2bc62721a982342b33808ab7041c17c..fab2d874a873c7c78364cd276a54e725fff1005f 100644 |
--- a/chrome/renderer/DEPS |
+++ b/chrome/renderer/DEPS |
@@ -17,11 +17,13 @@ include_rules = [ |
"+webkit/child", |
"+webkit/common", |
"+webkit/glue", |
- "+webkit/renderer", |
"+third_party/npapi/bindings", |
"+third_party/re2", |
"+third_party/smhasher", |
"+third_party/sqlite", |
"+third_party/widevine", |
+ |
+ # TODO(tfarina): Temporary only, remove this entry! |
+ "!content/renderer/cpp_bound_class.h", |
jamesr
2013/10/01 00:31:27
is the plan to turn this into public content API o
jochen (gone - plz use gerrit)
2013/10/01 08:55:19
I don't think we should do that (public API), havi
jam
2013/10/01 17:14:07
it's not ok to add any layering violations, the co
|
] |