Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Side by Side Diff: webrtc/modules/audio_coding/audio_coding_tests.gypi

Issue 1882963003: Add isolate files for Android tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698