| Index: build/android/pylib/remote/device/remote_device_test_run.py
 | 
| diff --git a/build/android/pylib/remote/device/remote_device_test_run.py b/build/android/pylib/remote/device/remote_device_test_run.py
 | 
| index 0dba305a3e978e1841edaa0705250ba3e5ef6f82..c974b09ae383af5a9c7e0ebae6ccfc732af27013 100644
 | 
| --- a/build/android/pylib/remote/device/remote_device_test_run.py
 | 
| +++ b/build/android/pylib/remote/device/remote_device_test_run.py
 | 
| @@ -230,6 +230,8 @@ class RemoteDeviceTestRun(test_run.TestRun):
 | 
|  
 | 
|      self._app_id = self._UploadAppToDevice(app_path)
 | 
|  
 | 
| +    # TODO(agrieve): If AMP is ever ressurected, this needs to be changed to put
 | 
| +    #     test files under /sdcard/gtestdata.  http://crbug.com/607169
 | 
|      data_deps = self._test_instance.GetDataDependencies()
 | 
|      if data_deps:
 | 
|        with tempfile.NamedTemporaryFile(suffix='.zip') as test_with_deps:
 | 
| 
 |