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

Side by Side Diff: webrtc/modules/modules_unittests.isolate

Issue 1415093005: Add Mac-specific resource to modules_unittests.isolate (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'conditions': [ 9 'conditions': [
10 ['OS=="android"', { 10 ['OS=="android"', {
11 'variables': { 11 'variables': {
12 'files': [ 12 'files': [
13 '<(DEPTH)/data/audio_processing/output_data_fixed.pb', 13 '<(DEPTH)/data/audio_processing/output_data_fixed.pb',
14 ], 14 ],
15 }, 15 },
16 }], 16 }],
17 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { 17 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', {
18 'variables': { 18 'variables': {
19 'files': [ 19 'files': [
20 '<(DEPTH)/data/audio_processing/output_data_float.pb', 20 '<(DEPTH)/data/audio_processing/output_data_float.pb',
21 '<(DEPTH)/data/audio_processing/output_data_mac.pb',
21 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', 22 '<(DEPTH)/data/voice_engine/audio_tiny48.wav',
22 '<(DEPTH)/resources/att-downlink.rx', 23 '<(DEPTH)/resources/att-downlink.rx',
23 '<(DEPTH)/resources/att-uplink.rx', 24 '<(DEPTH)/resources/att-uplink.rx',
24 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', 25 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat',
25 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat', 26 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat',
26 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm', 27 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm',
27 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm', 28 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm',
28 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm', 29 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm',
29 '<(DEPTH)/resources/audio_coding/neteq_network_stats.dat', 30 '<(DEPTH)/resources/audio_coding/neteq_network_stats.dat',
30 '<(DEPTH)/resources/audio_coding/neteq_rtcp_stats.dat', 31 '<(DEPTH)/resources/audio_coding/neteq_rtcp_stats.dat',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '<(DEPTH)/DEPS', 155 '<(DEPTH)/DEPS',
155 '<(DEPTH)/testing/test_env.py', 156 '<(DEPTH)/testing/test_env.py',
156 '<(DEPTH)/testing/xvfb.py', 157 '<(DEPTH)/testing/xvfb.py',
157 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', 158 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
158 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 159 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
159 ], 160 ],
160 }, 161 },
161 }], 162 }],
162 ], 163 ],
163 } 164 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698