summaryrefslogtreecommitdiffstats
path: root/build/android
diff options
context:
space:
mode:
authorkkimlabs@chromium.org <kkimlabs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-22 22:50:55 +0000
committerkkimlabs@chromium.org <kkimlabs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-22 22:50:55 +0000
commit03aefffd54254d22426cf0b75d30d7590006468f (patch)
treec10d81face72127d774ce4cbf9c6bd1931a41e5d /build/android
parent5366f98ef8cd66b92a422e48a90593bdf7de966a (diff)
downloadchromium_src-03aefffd54254d22426cf0b75d30d7590006468f.zip
chromium_src-03aefffd54254d22426cf0b75d30d7590006468f.tar.gz
chromium_src-03aefffd54254d22426cf0b75d30d7590006468f.tar.bz2
Added POST multipart echo test http server for search-by-image testing.
BUG=273877 Review URL: https://chromiumcodereview.appspot.com/23112023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android')
-rw-r--r--build/android/pylib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 732c937..59ffcd42 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -54,6 +54,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