)]}'
{
  "log": [
    {
      "commit": "15dc59e65cfa9b06f1505d6e44e6dbb0e52ecf6a",
      "tree": "daf5b82605d219a8d0efb2fba2885377b78aa146",
      "parents": [
        "3f219cb76cd4912ed4a7e8721f4224d8642a929a"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 13:39:59 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 19:24:19 2019 +0000"
      },
      "message": "Stop supporting VC8 (Visual Studio 2005) in GrConfig\n\nBug: skia:\nChange-Id: I5d447ea40ef541682f1e855d14e07bf8e45ee89a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203392\nAuto-Submit: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\nCommit-Queue: Ben Wagner \u003cbungeman@google.com\u003e\n"
    },
    {
      "commit": "3f219cb76cd4912ed4a7e8721f4224d8642a929a",
      "tree": "386b2c1beb5a1446cbfd3808a716bedb63d3e3ff",
      "parents": [
        "499f0ac56350c56bd4164e9a53037ecca03c84c2"
      ],
      "author": {
        "name": "Eric Karl",
        "email": "ericrk@chromium.org",
        "time": "Fri Mar 22 17:46:55 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 19:23:19 2019 +0000"
      },
      "message": "Ensure we don\u0027t skip image memory barriers when queue change needed\n\nCurrently if we our GrVkImage is already in the desired read-only\nlayout, we\u0027ll skip issuing an image memory barrier when setImageLayout\nis called.\n\nThis is normally fine, but if the image is on the incorrect queue\n(typically hit with EXTERNAL queue transitions), we can\u0027t skip the\nbarrier, as we need to transition to our internal queue.\n\nBug: skia:8909\nChange-Id: Ic5f68454eb7c4eaf62582e8bc2531d6477eb6e60\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203183\nCommit-Queue: Eric Karl \u003cericrk@chromium.org\u003e\nReviewed-by: Greg Daniel \u003cegdaniel@google.com\u003e\n"
    },
    {
      "commit": "499f0ac56350c56bd4164e9a53037ecca03c84c2",
      "tree": "9c47175388a4193955cf722bc55bce420424486f",
      "parents": [
        "9fec5d390a0afef8eb7818e6841d27e32bcca1f9"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Mon Mar 25 13:00:12 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 19:16:34 2019 +0000"
      },
      "message": "spin off :trace target\n\nStill mostly just looking at flags that don\u0027t do anything.\n\nChange-Id: Ia5c4269b14d3cd44adfa2a52a39c3a7a14029572\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203191\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Mike Klein \u003cmtklein@google.com\u003e\n"
    },
    {
      "commit": "9fec5d390a0afef8eb7818e6841d27e32bcca1f9",
      "tree": "cb17e14572a52633986cd8db6a5d13f32f8fe54b",
      "parents": [
        "587edabd83f0b6a072d5b550b6090770499f8d99"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 13:45:09 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 19:14:49 2019 +0000"
      },
      "message": "Fix doc comment error for allocN32Pixels\n\nBug: skia:\nChange-Id: I93fb561ed0b367c0a207b26aa297b997f06acfa7\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203395\nAuto-Submit: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "587edabd83f0b6a072d5b550b6090770499f8d99",
      "tree": "9fff7340a78f58efc7dd5942e5f0814aacd6a268",
      "parents": [
        "573cb87a077a04679906473567f5fc6650a95558"
      ],
      "author": {
        "name": "Leon Scroggins III",
        "email": "scroggo@google.com",
        "time": "Fri Mar 22 15:42:19 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 19:11:29 2019 +0000"
      },
      "message": "Only dereference imgcfg if non-null\n\nBug: oss-fuzz:8902\nChange-Id: I2cd6fff4e27cc75f324f04888bcc36a42c912726\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203165\nAuto-Submit: Leon Scroggins \u003cscroggo@google.com\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@google.com\u003e\nCommit-Queue: Leon Scroggins \u003cscroggo@google.com\u003e\n"
    },
    {
      "commit": "573cb87a077a04679906473567f5fc6650a95558",
      "tree": "edb70a09342dab9aa600711ba9352a7dc631bc76",
      "parents": [
        "4cd0734f4ced9008eadbfb18fcc99f27b11c8457"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Mon Mar 25 14:16:12 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 19:03:29 2019 +0000"
      },
      "message": "Revert \"Generate GrGLInterface and GrGlAssembleInterface* from table\"\n\nThis reverts commit 93b3dce89d0cada44fd619571d55a1c83b751f70.\n\nRevert \"Delete old assembleInterface code\"\n\nThis reverts commit 7b1cf20d4758d4212138dfa2b49e43e32c2d55b4.\n\nRevert \"Delete in favor of autogenerated file\"\n\nThis reverts commit 0223bd01d8e9b29b5deddd190c96e424f727b25c.\n\nBug: skia:8474\nNOTRY:true\nChange-Id: I23a904347f9d6cefd1710a2de056c39d52f4b178\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203463\nReviewed-by: Stan Iliev \u003cstani@google.com\u003e\nCommit-Queue: Stan Iliev \u003cstani@google.com\u003e\n"
    },
    {
      "commit": "4cd0734f4ced9008eadbfb18fcc99f27b11c8457",
      "tree": "23f360e33e2e15184a52202d080f5df3077608e6",
      "parents": [
        "171284fb1ada262532b3ba963c0bb69c374a87f6"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 14:22:22 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 18:56:29 2019 +0000"
      },
      "message": "Remove bookmaker sources and data files\n\nWe\u0027re moving in a different direction for Skia documentation. We no\nlonger run bookmaker on the bots, and things have already degraded such\nthat it can\u0027t be run. This leaves the generated markdown in place for\nthe last set of docs that were generated (which are still useful until\nthe Doxygen docs catch up).\n\nSee also: https://skia-review.googlesource.com/c/skia/+/198162\n\nDocs-Preview: https://skia.org/?cl\u003d203464\nBug: skia:\nChange-Id: I2f967a9c17dbc1cc899947d365071ef69cfb8ad7\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203464\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "171284fb1ada262532b3ba963c0bb69c374a87f6",
      "tree": "1d374c798d82af0be9f5997b570ac6b78d441d23",
      "parents": [
        "bb792aae8ce890af13fb50362290f511ce4284fd"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Mon Mar 25 13:18:35 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 18:52:49 2019 +0000"
      },
      "message": "clean up stray libpng deps\n\nI don\u0027t know why libpng is all over the place like this,\nbut it really only is used by SkPngCodec, by DM, and by\na few unit tests.\n\nChange-Id: I60908d9412cbac819c9e29154c5aba6e924f099a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203192\nAuto-Submit: Mike Klein \u003cmtklein@google.com\u003e\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Mike Klein \u003cmtklein@google.com\u003e\n"
    },
    {
      "commit": "bb792aae8ce890af13fb50362290f511ce4284fd",
      "tree": "b8156479dabcc9e0b1111e8850dc7f6ebb197d50",
      "parents": [
        "65f3344294e8983d665c1c84d38a1c18eb7f717b"
      ],
      "author": {
        "name": "Greg Daniel",
        "email": "egdaniel@google.com",
        "time": "Mon Mar 25 13:42:33 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 18:24:29 2019 +0000"
      },
      "message": "Add option to disable vsync on viewer unix.\n\nThis also fixes an issue where vulkan would crash any time we change a\ndisplay param on unix.\n\nBug: skia:\nChange-Id: Ic6c3843e04bc77c2e9c5301ee38fcc58a409495d\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203380\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\n"
    },
    {
      "commit": "65f3344294e8983d665c1c84d38a1c18eb7f717b",
      "tree": "cc7616a69d15162e682b574f9c7c3bf053588bed",
      "parents": [
        "f2ae6af713129778e65641ce0801fc318a5a620a"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 13:42:35 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 18:16:05 2019 +0000"
      },
      "message": "Clean up texture domain effect GM, wrt proxy creation\n\nBug: skia:\nChange-Id: I114daee3b3f8ffeeec36a3355a53750604ca1038\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203389\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "f2ae6af713129778e65641ce0801fc318a5a620a",
      "tree": "10e6feffe75bcef0251d54e5b55f9857ba05964d",
      "parents": [
        "a51e93c9a0a52a90fe31c8eaebceedd6ea4f3635"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 13:32:28 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 18:04:44 2019 +0000"
      },
      "message": "Stop flooding perf with uninteresting GPU stats\n\nWe only care about two things: RT binds and shader compiles. RT binds\nshould be constant frame-to-frame, and shader compiles should always be\nzero on frame 2, so just measure on frame 1.\n\nBug: skia:\nChange-Id: I4defa0a6dc79413b375ec60b5024fa57e768b127\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203391\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "a51e93c9a0a52a90fe31c8eaebceedd6ea4f3635",
      "tree": "4bc89c5b5916454fd61e89dac82df59446f7f37b",
      "parents": [
        "c6142d855c402d1c0483bdc6f9ad8cc155c44f9c"
      ],
      "author": {
        "name": "Greg Daniel",
        "email": "egdaniel@google.com",
        "time": "Mon Mar 25 12:30:45 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 17:49:28 2019 +0000"
      },
      "message": "Fix up readPixels, writePixels, and copies when dealing with ycbcr textures in vulkan.\n\nIn general this makes sure we never directly read or write pixels or use one of\nthe vk image copy functions if we are dealing with a VkImage that requires a Ycbcr texture.\n\nBug: b/129037735\nChange-Id: Ib3bbac8bcddb643942e08d2b2ae3381fda6758a7\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203388\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\n"
    },
    {
      "commit": "c6142d855c402d1c0483bdc6f9ad8cc155c44f9c",
      "tree": "8e21aee27e49f1d7f9a8dd6a6d7efe346512ca83",
      "parents": [
        "0223bd01d8e9b29b5deddd190c96e424f727b25c"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Mon Mar 25 10:54:59 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 17:39:58 2019 +0000"
      },
      "message": "de-common the rest of the flags\n\nTurns out lots of tools had two copies of many of these flags.\n\nSome GN and .cpp file refactoring to make sure when flags are\npresent in a binary, they do something in that binary.\n\nI think this finally finishes the flag refrag.\n\nChange-Id: I01488e37ab73a5c4361786863ddb137a7f1095b1\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203420\nCommit-Queue: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nAuto-Submit: Mike Klein \u003cmtklein@google.com\u003e\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "0223bd01d8e9b29b5deddd190c96e424f727b25c",
      "tree": "61ead2c155e573e62fd07a3b47fac7bf42ee5689",
      "parents": [
        "a9fa7b87f3cf6d78bc77c15f9b3c2f5cbe2ed7ab"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Mon Mar 25 13:28:48 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 17:32:18 2019 +0000"
      },
      "message": "Delete in favor of autogenerated file\n\nFollow up to https://skia-review.googlesource.com/c/skia/+/203386\n\nChange-Id: I841ecfc3b7babc6c6bf9925b3bf0988f6b057dab\nBug: skia:8474\nNOTRY: true\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203390\nReviewed-by: Stan Iliev \u003cstani@google.com\u003e\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    },
    {
      "commit": "a9fa7b87f3cf6d78bc77c15f9b3c2f5cbe2ed7ab",
      "tree": "eb464d00d0d34d87dfa67f625d4e0643e827332c",
      "parents": [
        "dbe93221c294b6e33e7eaf0152bae2c1a5139a63"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Mon Mar 25 16:01:45 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 16:58:48 2019 +0000"
      },
      "message": "Roll third_party/externals/angle2 eae464dd3092..9078c6a7199b (1 commits)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/eae464dd3092..9078c6a7199b\n\n\ngit log eae464dd3092..9078c6a7199b --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-03-25 jonahr@google.com Update necessary angle_end2end_tests to check the Android device name\n\n\nCreated with:\n  gclient setdep -r third_party/externals/angle2@9078c6a7199b\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE\nTBR\u003dstani@google.com\n\nChange-Id: Idb4590b68e7ff2d0d966a0e8e8fd61332f3348d3\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203331\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "dbe93221c294b6e33e7eaf0152bae2c1a5139a63",
      "tree": "7dbb1c61bdb741a65648b5833e9474d0498f4fca",
      "parents": [
        "41f9c3cde9eac4a9d142b2c1fc86124988038262"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 12:20:55 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 16:53:18 2019 +0000"
      },
      "message": "Fix GM that was trying to create mip-mapped proxies without checking caps\n\nBug: skia:\nChange-Id: Iafd6a7cc1288b7287bb5d127e542e530647d74d4\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203387\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Robert Phillips \u003crobertphillips@google.com\u003e\nAuto-Submit: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "41f9c3cde9eac4a9d142b2c1fc86124988038262",
      "tree": "c8f183229e1138e6cf9814dc058dfe0c863fe443",
      "parents": [
        "d1630203fb6a10808d255b02e5bd29ffd444cecc"
      ],
      "author": {
        "name": "Brian Salomon",
        "email": "bsalomon@google.com",
        "time": "Mon Mar 25 11:06:12 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 16:51:58 2019 +0000"
      },
      "message": "Avoid special shader for opaque alpha when drawing simple rectangles.\n\nIt\u0027s a wasted shader compiler and also seems to cause a rendering bug\nin Windows Chrome on ANGLE.\n\nBug: chromium:942565\nChange-Id: I56373ac596d4d1548d6c86cda7127bf12190a0ae\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203383\nReviewed-by: Michael Ludwig \u003cmichaelludwig@google.com\u003e\nCommit-Queue: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "d1630203fb6a10808d255b02e5bd29ffd444cecc",
      "tree": "bbba0ffee93eeea36be4a95329f253127ce085e4",
      "parents": [
        "7b1cf20d4758d4212138dfa2b49e43e32c2d55b4"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Mon Mar 25 15:50:58 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 16:26:48 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader e24bc66dcda3..221459f4ecc9 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/e24bc66dcda3..221459f4ecc9\n\n\ngit log e24bc66dcda3..221459f4ecc9 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-03-25 headlessclayton@gmail.com Work around another MSVC bug with variadic macros.\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@221459f4ecc9\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dstani@google.com\n\nChange-Id: I98392d77c530ab11d73511a5d07a01c9189011c1\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203330\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "7b1cf20d4758d4212138dfa2b49e43e32c2d55b4",
      "tree": "6faffe53d6c46bc5844088a749e7472267c541e7",
      "parents": [
        "42197c0bc68e4c109fad2f3665bf05ac0556ab0e"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Mon Mar 25 11:58:28 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 16:08:48 2019 +0000"
      },
      "message": "Delete old assembleInterface code\n\nWas breaking Google3 roll\n\nif https://skia.googlesource.com/skia.git/+/93b3dce89d0cada44fd619571d55a1c83b751f70\nis reverted, this should also be reverted\n\nChange-Id: Ic065d89a8a06f1752644e7b8453f50ae3934f68c\nBug: skia:8474\nNOTRY: true\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203386\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\nReviewed-by: Stan Iliev \u003cstani@google.com\u003e\n"
    }
  ]
}
