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

Unified Diff: chrome/DEPS

Issue 10515007: Tighten up DEPS checking to enforce that embedders of content only include public test headers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/test/DEPS » ('j') | chrome/test/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/DEPS
===================================================================
--- chrome/DEPS (revision 140288)
+++ chrome/DEPS (working copy)
@@ -15,13 +15,14 @@
"-chrome",
"+chrome/common",
"+chrome/test",
- "-content",
# TODO(jam): remove me once chrome only consumes content/common through its
# public headers.
"+content/common",
"+content/public/common",
"+content/public/test",
- "+content/test",
+ "+content/test/gpu",
+ "+content/test/net",
+ "+content/test/browser_test_base.h", # http://crbug.com/90448
# TODO(ben): remove this
"+content/public/browser/native_web_keyboard_event.h",
« no previous file with comments | « no previous file | chrome/test/DEPS » ('j') | chrome/test/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698