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

Unified Diff: apps/DEPS

Issue 12095052: Move app_launcher.* out of chrome/browser/extensions and into apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved switches back Created 7 years, 11 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 | « no previous file | apps/app_launcher.h » ('j') | apps/app_launcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/DEPS
diff --git a/apps/DEPS b/apps/DEPS
index 980e67256f4fe1d36e9a3e55618939a26db77f54..f553b33c5cf4992cf8727ddec5ce02e0e9e20ba0 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -3,8 +3,12 @@ include_rules = [
"+content",
tfarina 2013/02/01 15:32:37 content/ should not be allowed to depend on apps/
benwells 2013/02/08 07:18:00 Content should not, and cannot depend on apps. Thi
# Temporary allowed includes.
# TODO(benwells): remove these.
tfarina 2013/02/01 15:32:37 can you put the crbug.com/ link that is tracking t
benwells 2013/02/08 07:18:00 Done.
+ "+chrome/browser/browser_process.h",
"+chrome/browser/extensions",
+ "+chrome/browser/prefs/pref_service.h",
"+chrome/browser/profiles",
"+chrome/common/chrome_notification_types.h",
+ "+chrome/common/chrome_switches.h",
"+chrome/common/extensions",
+ "+chrome/installer",
tfarina 2013/02/01 15:32:37 are there plans to move installer somewhere else?
benwells 2013/02/08 07:18:00 I don't think there is a plan, but there should be
]
« no previous file with comments | « no previous file | apps/app_launcher.h » ('j') | apps/app_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698