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

Unified Diff: athena/wm/DEPS

Issue 301593004: Athena unittests framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix deps Created 6 years, 7 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: athena/wm/DEPS
diff --git a/athena/wm/DEPS b/athena/wm/DEPS
index 3e8398a6a1accb43eec8a46b2126430e299ef220..8a7fa8b1cefb65b872ca850f1611ec8bfb3b665b 100644
--- a/athena/wm/DEPS
+++ b/athena/wm/DEPS
@@ -2,3 +2,9 @@ include_rules = [
"+athena/screen/public",
"+ui/aura",
]
+
+specific_include_rules = {
+ ".*unittest\.cc": [
+ "+athena/test",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698