| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'conditions': [ | 6 'conditions': [ |
| 7 ['OS=="android"', { | 7 ['OS=="android"', { |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'remoting_jni_headers', | 10 'target_name': 'remoting_jni_headers', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'sources': [ | 30 'sources': [ |
| 31 'client/jni/android_keymap.cc', | 31 'client/jni/android_keymap.cc', |
| 32 'client/jni/android_keymap.h', | 32 'client/jni/android_keymap.h', |
| 33 'client/jni/chromoting_jni_instance.cc', | 33 'client/jni/chromoting_jni_instance.cc', |
| 34 'client/jni/chromoting_jni_instance.h', | 34 'client/jni/chromoting_jni_instance.h', |
| 35 'client/jni/chromoting_jni_onload.cc', | 35 'client/jni/chromoting_jni_onload.cc', |
| 36 'client/jni/chromoting_jni_runtime.cc', | 36 'client/jni/chromoting_jni_runtime.cc', |
| 37 'client/jni/chromoting_jni_runtime.h', | 37 'client/jni/chromoting_jni_runtime.h', |
| 38 'client/jni/jni_frame_consumer.cc', | 38 'client/jni/jni_frame_consumer.cc', |
| 39 'client/jni/jni_frame_consumer.h', | 39 'client/jni/jni_frame_consumer.h', |
| 40 'client/jni/jni_token_fetcher.cc', |
| 41 'client/jni/jni_token_fetcher.h', |
| 40 ], | 42 ], |
| 41 }, # end of target 'remoting_client_jni' | 43 }, # end of target 'remoting_client_jni' |
| 42 { | 44 { |
| 43 'target_name': 'remoting_android_resources', | 45 'target_name': 'remoting_android_resources', |
| 44 'type': 'none', | 46 'type': 'none', |
| 45 'copies': [ | 47 'copies': [ |
| 46 { | 48 { |
| 47 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/dr
awable', | 49 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/dr
awable', |
| 48 'files': [ | 50 'files': [ |
| 49 'resources/chromoting128.png', | 51 'resources/chromoting128.png', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 ], | 146 ], |
| 145 'variables': { | 147 'variables': { |
| 146 'test_suite_name': 'remoting_unittests', | 148 'test_suite_name': 'remoting_unittests', |
| 147 }, | 149 }, |
| 148 'includes': [ '../build/apk_test.gypi' ], | 150 'includes': [ '../build/apk_test.gypi' ], |
| 149 }, | 151 }, |
| 150 ], | 152 ], |
| 151 }], # 'OS=="android" | 153 }], # 'OS=="android" |
| 152 ], # end of 'conditions' | 154 ], # end of 'conditions' |
| 153 } | 155 } |
| OLD | NEW |