Index: remoting/remoting_all.gyp |
diff --git a/remoting/remoting_all.gyp b/remoting/remoting_all.gyp |
index 72579c06e9bcc83e700ee368d0cf69de45da95f9..ac1217706b790565aa6f97cfa1bce243af56f6bd 100644 |
--- a/remoting/remoting_all.gyp |
+++ b/remoting/remoting_all.gyp |
@@ -72,6 +72,12 @@ |
'../remoting/remoting.gyp:remoting_me2me_native_messaging_host', |
], |
}], |
+ # TODO(GYP) Depends on crbug.com/471924 being fixed for PNaCl. |
+ ['disable_nacl==0 and disable_nacl_untrusted==0', { |
+ 'dependencies': [ |
+ '../remoting/remoting.gyp:remoting_key_tester', |
+ ], |
+ }], |
], |
}, # end of target 'remoting_all' |