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

Unified Diff: components/visitedlink/test/DEPS

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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
Index: components/visitedlink/test/DEPS
diff --git a/components/visitedlink/test/DEPS b/components/visitedlink/test/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..fe5437ab31abe84da78572a206c9626c43a6c307
--- /dev/null
+++ b/components/visitedlink/test/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+components/visitedlink",
brettw 2013/01/18 21:58:47 I thought this was unnecessary since you can see t
boliu 2013/01/18 22:42:15 You are right. Learning new things about our tools
+ "+content/public",
+
+ # TODO(boliu): Remove this when we have our own component test harness.
+ "!chrome/test",
+]

Powered by Google App Engine
This is Rietveld 408576698