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

Unified Diff: extensions/browser/DEPS

Issue 461273003: Rework ExtensionApiUnittest to run in extensions_unittests, removing its Chrome dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prefs->test deps Created 6 years, 4 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/chrome_tests_unit.gypi ('k') | extensions/browser/api/sockets_tcp/sockets_tcp_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/DEPS
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
index 08dfbdf0645aae570078eebf7199d1830e767091..289857e2621d0eedee768b93e3e9cc5b3e006f1b 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -11,3 +11,9 @@ include_rules = [
"+third_party/WebKit/public/web/WebInputEvent.h",
"+webkit/browser/fileapi",
]
+
+specific_include_rules = {
+ ".*test\.(cc|h)$": [
gab 2014/08/15 14:28:36 I think only .cc files should only ever need this.
Yoyo Zhou 2014/08/15 18:30:55 Done.
+ "+components/user_prefs",
+ ]
+}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | extensions/browser/api/sockets_tcp/sockets_tcp_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698