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

Unified Diff: extensions/shell/app/DEPS

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: extensions/shell/app/DEPS
diff --git a/components/usb_service/DEPS b/extensions/shell/app/DEPS
similarity index 50%
copy from components/usb_service/DEPS
copy to extensions/shell/app/DEPS
index f4166808900e9feed2f104ad52105be65d4967c1..b9b52a1a38539ec29d99ec3843d80e6f5a64e964 100644
--- a/components/usb_service/DEPS
+++ b/extensions/shell/app/DEPS
@@ -1,10 +1,7 @@
include_rules = [
+ "+extensions/shell",
"+chromeos",
-
+ "+content/public/app",
"+content/public/browser",
-
- "-net",
- "+net/base",
-
- "+third_party/libusb",
+ "+sandbox",
]

Powered by Google App Engine
This is Rietveld 408576698