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

Unified Diff: blimp/client/DEPS

Issue 1295243003: Initial commit of the blimp/ folder and target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: blimp/client/DEPS
diff --git a/blimp/client/DEPS b/blimp/client/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..66e88d0fbbf29deadb414905c80b58068bdaf004
--- /dev/null
+++ b/blimp/client/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "+base",
+ "+cc",
+ "+content/public/common",
nyquist 2015/08/19 07:48:06 Could we have "-content", "!content/public/common/
David Trainor- moved to gerrit 2015/08/21 00:49:46 Good idea!
Wez 2015/08/27 02:01:50 Feels cleanest to disallow content & then allow sp
David Trainor- moved to gerrit 2015/09/03 06:33:20 Yeah agreed :)
+ "+gpu",
+ "+jni",
+ "+net",
+ "+skia",
+ "+third_party/skia",
+ "+ui/gfx",
+ "+ui/gl",
+]

Powered by Google App Engine
This is Rietveld 408576698