Add missing dependencies to .isolate files
Also fix invalid paths in video_engine_tests.isolate. TEST=trybots passing compile step (no .isolate use is deployed on them yet) BUG=chromium:300017 R=pbos@webrtc.org TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3399005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5084 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1e8b671d05
commit
7a36cb408b
@ -26,6 +26,7 @@
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'../../DEPS',
|
||||
'../../data/audio_processing/output_data_float.pb',
|
||||
'../../data/voice_engine/audio_tiny48.wav',
|
||||
'../../resources/audio_coding/neteq4_network_stats.dat',
|
||||
'../../resources/audio_coding/neteq4_rtcp_stats.dat',
|
||||
|
@ -25,6 +25,9 @@
|
||||
'<(PRODUCT_DIR)/video_engine_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
'isolate_dependency_tracked': [
|
||||
'../DEPS',
|
||||
'../resources/foreman_cif.yuv',
|
||||
'../resources/paris_qcif.yuv',
|
||||
'../testing/test_env.py',
|
||||
'<(PRODUCT_DIR)/video_engine_tests<(EXECUTABLE_SUFFIX)',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user