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

Unified Diff: athena/main/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/main/DEPS
diff --git a/athena/main/DEPS b/athena/main/DEPS
index f8729fcc6b1375b069be23f298b77bc85172a3bf..e2789a546ca319721455d55d0614f766749c9fd4 100644
--- a/athena/main/DEPS
+++ b/athena/main/DEPS
@@ -1,16 +1,18 @@
include_rules = [
- "+apps/shell/app",
- "+apps/shell/browser",
"+athena/home/public",
"+athena/screen/public",
"+athena/wm/public",
- "+content/public/app",
"+ui/aura",
"+ui/wm/core",
]
-# TODO(oshima): Remove this.
specific_include_rules = {
+ "athena_main\.cc": [
+ "+apps/shell/app",
+ "+apps/shell/browser",
+ "+content/public/app",
+ ],
+# TODO(oshima): Remove this.
"placeholder\.*": [
"+third_party/skia",
"+ui/gfx",

Powered by Google App Engine
This is Rietveld 408576698