| Index: remoting/client/ios/session/BUILD.gn
|
| diff --git a/remoting/client/ios/session/BUILD.gn b/remoting/client/ios/session/BUILD.gn
|
| index 843a023b6bd06ff5c3850c3ba81649a2c0fe3d63..e927ffb72b1810f921139be8d55d750199996d76 100644
|
| --- a/remoting/client/ios/session/BUILD.gn
|
| +++ b/remoting/client/ios/session/BUILD.gn
|
| @@ -17,7 +17,9 @@ source_set("session") {
|
| deps = [
|
| "//base",
|
| "//remoting/client",
|
| + "//remoting/client/ios/display",
|
| "//remoting/client/ios/domain",
|
| + "//remoting/protocol",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
|
|