Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: trunk/src/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py

Issue 23926012: Revert 221736 "[android] Adds constants.GetOutDirectory() and co..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py
===================================================================
--- trunk/src/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py (revision 222006)
+++ trunk/src/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py (working copy)
@@ -55,7 +55,7 @@
# Begin forwarding the device_ports to the host_ports.
forwarder.Forwarder.Map([(self._device_http, self._host_http),
(self._device_https, self._host_https)],
- self._adb, tool=None)
+ self._adb, build_type='Release', tool=None)
def Stop(self):
"""Cleans up after the start call by closing the forwarder."""

Powered by Google App Engine
This is Rietveld 408576698