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

Unified Diff: content/DEPS

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index aa15b453c76cb72672b59853bc5b9a009e83b35c..2278c702d224963c9f9118c207489cfd8e443973 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -19,7 +19,6 @@ include_rules = [
"+content/public/browser/native_web_keyboard_event.h",
"+dbus",
- "+grit",
"+gpu",
"+net",
"+ppapi",
@@ -59,5 +58,8 @@ include_rules = [
# Aura Shell consumes views, so it too is banned.
"-ui/aura_shell",
+ # Don't allow inclusion of generated resources files.
+ "-grit",
jam 2011/11/23 20:29:17 can we just allow the ones that content can includ
jochen (gone - plz use gerrit) 2011/11/23 21:51:00 Done.
+
"+webkit",
]

Powered by Google App Engine
This is Rietveld 408576698