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

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: Some cleanup nits. 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..1182ac4276ba5dc7f8f64624050ec0b2b0c70961
--- /dev/null
+++ b/blimp/client/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "+base",
+ "+cc",
danakj 2015/08/26 18:21:16 also -cc/blink
David Trainor- moved to gerrit 2015/08/28 01:23:44 Done.
+ "-chrome"
+ "-content",
+ "+gpu",
+ "+jni",
+ "+skia",
+ "+third_party/skia",
+ "+ui/gfx",
danakj 2015/08/26 18:21:16 do you need all of gfx/ or just geometry/?
David Trainor- moved to gerrit 2015/08/28 01:23:44 ui/gfx/buffer_types.h in common and ui/gfx/native_
danakj 2015/08/28 17:36:32 Ah, ok ui/gfx/ makes sense then. Thanks.
+ "+ui/gl",
+]

Powered by Google App Engine
This is Rietveld 408576698