Move urlhandlers out of skiaserve.cpp
authorjoshualitt <joshualitt@chromium.org>
Thu, 25 Feb 2016 19:28:18 +0000 (11:28 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Feb 2016 19:28:18 +0000 (11:28 -0800)
commit3854f11ce35857ccb6dbf8bb09bef9252543090f
tree1adacad85f2835c68ea50136bbad3084a3da40ea
parentf57b3a6e4a002caf01378832cbd756c6c163a783
Move urlhandlers out of skiaserve.cpp

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1737643003

Review URL: https://codereview.chromium.org/1737643003
13 files changed:
gyp/skiaserve.gyp
tools/skiaserve/skiaserve.cpp
tools/skiaserve/urlhandlers/BreakHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/ClipAlphaHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/CmdHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/DataHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/DownloadHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/EnableGPUHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/ImgHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/InfoHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/PostHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/RootHandler.cpp [new file with mode: 0644]
tools/skiaserve/urlhandlers/UrlHandler.h [new file with mode: 0644]