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

Unified Diff: apps/DEPS

Issue 11829055: Create top level apps component and move some apps code there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved test, c/b/e not allowed to use apps 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_restore_service.h » ('j') | apps/apps.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/DEPS
diff --git a/apps/DEPS b/apps/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..980e67256f4fe1d36e9a3e55618939a26db77f54
--- /dev/null
+++ b/apps/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+base",
+ "+content",
+ # Temporary allowed includes.
+ # TODO(benwells): remove these.
+ "+chrome/browser/extensions",
+ "+chrome/browser/profiles",
+ "+chrome/common/chrome_notification_types.h",
benwells 2013/01/11 04:52:34 I could remove this dependency if we have chrome/c
Yoyo Zhou 2013/01/14 23:37:02 May not be worth it, as I think there's a long-ter
+ "+chrome/common/extensions",
+]
« no previous file with comments | « no previous file | apps/app_restore_service.h » ('j') | apps/apps.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698