
In r6427 all .isolate files except audio_decooder_unittests.isolate was updated to use the <(DEPTH) variable instead of relative paths. This started breaking the Android bots after committing r7014. BUG=3741 TBR=phoglund@webrtc.org, Review URL: https://webrtc-codereview.appspot.com/23409004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7017 4adac7df-926f-26a2-2b94-8c16560cd09d
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
{
|
|
'conditions': [
|
|
['OS=="android"', {
|
|
'variables': {
|
|
'isolate_dependency_untracked': [
|
|
'<(DEPTH)/resources/',
|
|
'<(DEPTH)/data/',
|
|
],
|
|
},
|
|
}],
|
|
['OS=="linux" or OS=="mac" or OS=="win"', {
|
|
'variables': {
|
|
'command': [
|
|
'<(DEPTH)/testing/test_env.py',
|
|
'<(PRODUCT_DIR)/audio_decoder_unittests<(EXECUTABLE_SUFFIX)',
|
|
],
|
|
'isolate_dependency_touched': [
|
|
'<(DEPTH)/DEPS',
|
|
],
|
|
'isolate_dependency_tracked': [
|
|
'<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
|
|
'<(DEPTH)/testing/test_env.py',
|
|
'<(PRODUCT_DIR)/audio_decoder_unittests<(EXECUTABLE_SUFFIX)',
|
|
],
|
|
'isolate_dependency_untracked': [
|
|
'<(DEPTH)/tools/swarming_client/',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
}
|