diff options
Diffstat (limited to 'remoting/remoting_android.gypi')
-rw-r--r-- | remoting/remoting_android.gypi | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi index 14ce25f..861a94b 100644 --- a/remoting/remoting_android.gypi +++ b/remoting/remoting_android.gypi @@ -134,7 +134,7 @@ }, }], ], - }, + }, # end of target 'remoting_android_client_java' { 'target_name': 'remoting_apk', 'type': 'none', @@ -168,11 +168,6 @@ }, 'includes': [ '../build/java_apk.gypi' ], }, # end of target 'remoting_test_apk' - ], # end of 'targets' - }], # 'OS=="android"' - - ['OS=="android"', { - 'targets': [ { 'target_name': 'remoting_unittests_apk', 'type': 'none', @@ -183,8 +178,8 @@ 'test_suite_name': 'remoting_unittests', }, 'includes': [ '../build/apk_test.gypi' ], - }, - ], + }, # end of target 'remoting_unittests_apk' + ], # end of 'targets' }], # 'OS=="android" ], # end of 'conditions' } |