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

Unified Diff: athena/main/DEPS

Issue 487843003: ExtensionDelegate to abstract extension implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 2903175b9ff4d80f72556215a58c9bb096314e48..c92113c418cd454c99e2c83b9325b07b4fd2b92b 100644
--- a/athena/main/DEPS
+++ b/athena/main/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+athena/activity/public",
"+athena/content/public",
+ "+athena/extensions/public",
"+athena/home/public",
"+athena/input/public",
"+athena/screen/public",
@@ -37,9 +38,6 @@ specific_include_rules = {
"athena_app_window_controller\.*": [
"+extensions/shell/browser",
],
- "athena_shell\.cc": [
- "+athena/test",
- ],
# TODO(oshima): Remove this.
"placeholder\.*": [
"+third_party/skia",

Powered by Google App Engine
This is Rietveld 408576698