Index: tools-webrtc/mb/mb_unittest.py |
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py |
index cb0fe474916b3c4e34cf5f6c7ab4f85cd9c0a727..3f9a6c9adb89339fea84bc54279f00291497d46c 100755 |
--- a/tools-webrtc/mb/mb_unittest.py |
+++ b/tools-webrtc/mb/mb_unittest.py |
@@ -25,7 +25,7 @@ |
# Override vars for test portability. |
if win32: |
- self.src_dir = 'c:\\fake_src' |
+ self.chromium_src_dir = 'c:\\fake_src' |
self.default_config = 'c:\\fake_src\\tools-webrtc\\mb\\mb_config.pyl' |
self.default_isolate_map = ('c:\\fake_src\\testing\\buildbot\\' |
'gn_isolate_map.pyl') |
@@ -33,7 +33,7 @@ |
self.executable = 'c:\\python\\python.exe' |
self.sep = '\\' |
else: |
- self.src_dir = '/fake_src' |
+ self.chromium_src_dir = '/fake_src' |
self.default_config = '/fake_src/tools-webrtc/mb/mb_config.pyl' |
self.default_isolate_map = '/fake_src/testing/buildbot/gn_isolate_map.pyl' |
self.executable = '/usr/bin/python' |