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

Unified Diff: remoting/proto/BUILD.gn

Issue 2591363002: Adding drawable to CRD andorid and iOS gl rendering pipeline. (Closed)
Patch Set: More like GetZIndex. Created 3 years, 11 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: remoting/proto/BUILD.gn
diff --git a/remoting/proto/BUILD.gn b/remoting/proto/BUILD.gn
index 83c5bca944c89920a89ecc13a5c36e230b28260d..853267e6109068572ec7613985747dda883b817e 100644
--- a/remoting/proto/BUILD.gn
+++ b/remoting/proto/BUILD.gn
@@ -4,6 +4,13 @@
import("//third_party/protobuf/proto_library.gni")
+group("proto_lite") {
+ public_deps = [
+ ":proto",
+ "//third_party/protobuf:protobuf_lite",
+ ]
+}
+
proto_library("proto") {
sources = [
"audio.proto",
« remoting/client/display/gl_renderer.cc ('K') | « remoting/client/jni/jni_gl_display_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698