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

Unified Diff: remoting/host/DEPS

Issue 23440046: Remove dependency on Skia from chromoting client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « remoting/codec/video_encoder_vp8.cc ('k') | remoting/host/mouse_clamping_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/DEPS
diff --git a/remoting/host/DEPS b/remoting/host/DEPS
index ef945f31f50cd7116dd94d6ac8dab920ad8b485d..70b8379628e5ce1579fd87460139be73d43e8621 100644
--- a/remoting/host/DEPS
+++ b/remoting/host/DEPS
@@ -1,11 +1,13 @@
include_rules = [
"+net",
"+remoting/codec",
- "+remoting/protocol",
"+remoting/jingle_glue",
+ "+remoting/protocol",
+ "+skia/ext",
"+third_party/jsoncpp",
"+third_party/modp_b64",
"+third_party/npapi",
+ "+third_party/skia/include/core",
"+third_party/webrtc",
"+ui",
]
« no previous file with comments | « remoting/codec/video_encoder_vp8.cc ('k') | remoting/host/mouse_clamping_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698