1f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org#
3f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org# Use of this source code is governed by a BSD-style license
4f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org# that can be found in the LICENSE file in the root of the source
5f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org# tree. An additional intellectual property rights grant can be found
6f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org# in the file PATENTS.  All contributing project authors may
7f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org# be found in the AUTHORS file in the root of the source tree.
8f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org{
9f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org  'conditions': [
10f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org    ['OS=="android"', {
11f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org      'variables': {
12f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        'isolate_dependency_untracked': [
1300dffd760fa4c572d342d8c85e5cd068ad216785kjellander@webrtc.org          '<(DEPTH)/data/',
1400dffd760fa4c572d342d8c85e5cd068ad216785kjellander@webrtc.org          '<(DEPTH)/resources/',
15f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        ],
16f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org      },
17f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org    }],
18f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org    ['OS=="linux" or OS=="mac" or OS=="win"', {
19f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org      'variables': {
20f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        'command': [
21f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org          '<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)',
22f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        ],
23f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        'isolate_dependency_tracked': [
2400dffd760fa4c572d342d8c85e5cd068ad216785kjellander@webrtc.org          '<(DEPTH)/DEPS',
2500dffd760fa4c572d342d8c85e5cd068ad216785kjellander@webrtc.org          '<(DEPTH)/resources/foreman_cif.yuv',
2600dffd760fa4c572d342d8c85e5cd068ad216785kjellander@webrtc.org          '<(DEPTH)/resources/paris_qcif.yuv',
2700dffd760fa4c572d342d8c85e5cd068ad216785kjellander@webrtc.org          '<(DEPTH)/resources/voice_engine/audio_long16.pcm',
28f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org          '<(PRODUCT_DIR)/webrtc_perf_tests<(EXECUTABLE_SUFFIX)',
29f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        ],
30f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        'isolate_dependency_untracked': [
3100dffd760fa4c572d342d8c85e5cd068ad216785kjellander@webrtc.org          '<(DEPTH)/tools/swarming_client/',
32f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org        ],
33f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org      },
34f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org    }],
35f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org  ],
36f94ccd41be08c937f523b2749544f07011203905pbos@webrtc.org}
37