Fixes resources and data path in modules_unittests.isolate.

BUG=N/A
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1859005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4407 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org
2013-07-25 22:44:04 +00:00
parent b86fbaf1d4
commit 14c966c706

View File

@ -10,8 +10,8 @@
['OS=="android"', {
'variables': {
'isolate_dependency_untracked': [
'../../resources/',
'../../data/',
'../../../resources/',
'../../../data/',
],
},
}],