Index: mojo/examples/html_viewer/DEPS |
diff --git a/mojo/examples/image_viewer/DEPS b/mojo/examples/html_viewer/DEPS |
similarity index 50% |
copy from mojo/examples/image_viewer/DEPS |
copy to mojo/examples/html_viewer/DEPS |
index 41134f52febef99a350164fea2ee6cf069e2c495..10b2153e08d596eeaffdf8f8f4434b5e2dbd7196 100644 |
--- a/mojo/examples/image_viewer/DEPS |
+++ b/mojo/examples/html_viewer/DEPS |
@@ -1,4 +1,6 @@ |
include_rules = [ |
+ "+skia", |
+ "+net/base", |
"+third_party/skia/include", |
- "+ui/gfx", |
+ "+third_party/WebKit", |
jamesr
2014/06/20 05:58:07
nit: third_party/WebKit/public/
|
] |