| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 80d31b8cad891a23ac27cd90f089b38808e0950d..70020cf4683ef985101bfa13b478316ad7fd50f1 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -139,14 +139,6 @@ TEST_SYNC_SERVER_PORT = 9031
|
| TEST_SEARCH_BY_IMAGE_SERVER_PORT = 9041
|
| TEST_POLICY_SERVER_PORT = 9051
|
|
|
| -# The net test server is started from port 10201.
|
| -# TODO(pliard): http://crbug.com/239014. Remove this dirty workaround once
|
| -# http://crbug.com/239014 is fixed properly.
|
| -TEST_SERVER_PORT_FIRST = 10201
|
| -TEST_SERVER_PORT_LAST = 30000
|
| -# A file to record next valid port of test server.
|
| -TEST_SERVER_PORT_FILE = '/tmp/test_server_port'
|
| -TEST_SERVER_PORT_LOCKFILE = '/tmp/test_server_port.lock'
|
|
|
| TEST_EXECUTABLE_DIR = '/data/local/tmp'
|
| # Directories for common java libraries for SDK build.
|
|
|