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

Unified Diff: athena/main/DEPS

Issue 301593004: Athena unittests framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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..47743b59827daee423077f4ff2e321fcaadb22f0 100644
--- a/athena/main/DEPS
+++ b/athena/main/DEPS
@@ -1,14 +1,19 @@
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",
]
+specific_include_rules = {
+ "athena_main.cc": [
+ "+apps/shell/app",
+ "+apps/shell/browser",
+ "+content/public/app",
+ ],
+}
+
# TODO(oshima): Remove this.
specific_include_rules = {
"placeholder\.*": [
« athena/athena.gyp ('K') | « athena/athena.gyp ('k') | athena/main/athena_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698