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

Unified Diff: chrome/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 | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/DEPS
===================================================================
--- chrome/DEPS (revision 105666)
+++ chrome/DEPS (working copy)
@@ -13,9 +13,11 @@
"+chrome/test",
"-content",
"+content/common",
- "+content/public/browser",
"+content/public/common",
"+content/test",
+
+ # TODO(ben): remove this
+ "+content/public/browser/native_web_keyboard_event.h",
# Don't allow inclusion of these other libs we shouldn't be calling directly.
"-v8",
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698