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

Unified Diff: remoting/proto/BUILD.gn

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: Adjusting how gl_renderer draws layers and added a demo app for CRD iOS. Created 4 years 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/ios/host_preferences.h ('K') | « remoting/client/ios/host_preferences_chromium.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698