Allow pdf as a --config.

We just can't run this on the bots yet.  It's fine locally.

BUG=skia:3255

Review URL: https://codereview.chromium.org/857373002
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 1f0145e..da9dc2c 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -164,8 +164,7 @@
     if (FLAGS_cpu) {
         SINK("565",  RasterSink, kRGB_565_SkColorType);
         SINK("8888", RasterSink, kN32_SkColorType);
-        // TODO(mtklein): reenable once skiagold can handle .pdf uploads.
-        //SINK("pdf",  PDFSink);
+        SINK("pdf",  PDFSink);
     }
 #undef SINK
     return NULL;