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

Unified Diff: chrome/renderer/DEPS

Issue 10905061: Tighten the restrictions on including webkit code from chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert the IWYU changes Created 8 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
« no previous file with comments | « chrome/browser/chromeos/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/DEPS
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index 5ac68f1383e1b2796d84031063495c522024e951..d86e5de352ce957ffd3a8f3777d5399fbaf7e848 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -11,13 +11,16 @@ include_rules = [
"+ppapi/shared_impl",
"+sandbox/win/src",
"+skia",
+
"+webkit/extensions",
+ "+webkit/fileapi",
"+webkit/forms", # Defines some types that are marshalled over IPC.
"+webkit/glue",
"+webkit/glue/plugins",
"+webkit/gpu",
"+webkit/media",
"+webkit/plugins",
+
"+third_party/cld/encodings/compact_lang_det/win",
"+third_party/npapi/bindings",
"+third_party/smhasher",
« no previous file with comments | « chrome/browser/chromeos/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698