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

Unified Diff: extensions/DEPS

Issue 11312228: Move extension_error_utils.* and url_pattern_set.* into (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move into extensions namespace Created 8 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: extensions/DEPS
diff --git a/extensions/DEPS b/extensions/DEPS
index fd6200f82830e62bad85be4313fd2cceb6f0cfce..3a88773365bb6bd7174066b1e922ee848f8ff66d 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+base",
- "+googleurl"
+ "+googleurl",
+ "+testing"
]

Powered by Google App Engine
This is Rietveld 408576698