OLD | NEW |
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ | 10 'includes': [ |
(...skipping 21 matching lines...) Expand all Loading... |
32 ], | 32 ], |
33 'conditions': [ | 33 'conditions': [ |
34 ['OS=="android"', { | 34 ['OS=="android"', { |
35 'dependencies': [ | 35 'dependencies': [ |
36 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 36 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
37 ], | 37 ], |
38 }], | 38 }], |
39 ], | 39 ], |
40 }, | 40 }, |
41 ], | 41 ], |
42 'conditions': [ | |
43 ['OS=="android"', { | |
44 'targets': [ | |
45 { | |
46 'target_name': 'audio_codec_speed_tests_apk_target', | |
47 'type': 'none', | |
48 'dependencies': [ | |
49 '<(apk_tests_path):audio_codec_speed_tests_apk', | |
50 ], | |
51 }, | |
52 ], | |
53 }], | |
54 ], | |
55 } | 42 } |
OLD | NEW |