| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index bf35fff6e7b7c9f9b454f2972301d244ddcbf2ff..d27f59f25b13dcf16bbc16337f8e6da5ad881bec 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -52,6 +52,7 @@ LIGHTTPD_DEFAULT_PORT = 9000
|
| LIGHTTPD_RANDOM_PORT_FIRST = 8001
|
| LIGHTTPD_RANDOM_PORT_LAST = 8999
|
| TEST_SYNC_SERVER_PORT = 9031
|
| +TEST_SEARCH_BY_IMAGE_SERVER_PORT = 9041
|
|
|
| # The net test server is started from port 10201.
|
| # TODO(pliard): http://crbug.com/239014. Remove this dirty workaround once
|
|
|