Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: chrome/renderer/DEPS

Issue 25378002: Move the rest of source files from webkit/renderer to content/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
]

Powered by Google App Engine
This is Rietveld 408576698