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

Unified Diff: athena/main/DEPS

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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
« no previous file with comments | « athena/content/public/content_activity_factory.h ('k') | athena/main/athena_app_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/DEPS
diff --git a/athena/main/DEPS b/athena/main/DEPS
index 6e5a0d4cde6b2e827c7c0e26b93832370527b722..fca20e10d6cda737d25f315cb7b2e390340b6601 100644
--- a/athena/main/DEPS
+++ b/athena/main/DEPS
@@ -24,14 +24,14 @@ include_rules = [
specific_include_rules = {
"athena_main\.cc": [
- "+apps/shell/app",
- "+apps/shell/browser",
- "+apps/shell/common",
- "+apps/shell/renderer",
"+content/public/app",
+ "+extensions/shell/app",
+ "+extensions/shell/browser",
+ "+extensions/shell/common",
+ "+extensions/shell/renderer",
],
"athena_app_window_controller\.*": [
- "+apps/shell/browser",
+ "+extensions/shell/browser",
],
"athena_shell\.cc": [
"+athena/test",
« no previous file with comments | « athena/content/public/content_activity_factory.h ('k') | athena/main/athena_app_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698