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

Unified Diff: blimp/common/DEPS

Issue 1295243003: Initial commit of the blimp/ folder and target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar nitz 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/common/DEPS
diff --git a/blimp/common/DEPS b/blimp/common/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..6a3055c4dc44c8588837edb7102928657149cf06
--- /dev/null
+++ b/blimp/common/DEPS
@@ -0,0 +1,14 @@
+include_rules = [
+ "+base",
+ "+cc",
+ "-cc/blink",
+ "-content",
+ "+third_party/skia",
+ "+ui/gfx/buffer_types.h",
+ "+ui/gfx/geometry",
+ "+ui/gl",
+
+ # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp
+ # are finalized or are pushed from the server component.
+ "!content/public/common/content_switches.h",
+]

Powered by Google App Engine
This is Rietveld 408576698