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

Unified Diff: content/DEPS

Issue 8316004: Update DEPS so that only browser directories can access content public API for browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/DEPS ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/DEPS
===================================================================
--- content/DEPS (revision 105666)
+++ content/DEPS (working copy)
@@ -19,10 +19,12 @@
# directories in content/ so we disallow all of them.
"-content",
"+content/common",
- "+content/public/browser",
"+content/public/common",
"+content/test",
+ # TODO(ben): remove this
+ "+content/public/browser/native_web_keyboard_event.h",
+
"+dbus",
"+grit",
"+gpu",
« no previous file with comments | « chrome/browser/DEPS ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698