commit | 7a76f9c8f4de11e51b3495eec0d76be88a12adfa | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Wed Feb 03 11:53:18 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 03 11:53:19 2016 -0800 |
tree | 83c20c951d1268988cf4f2c9ba37dde0e29771be | |
parent | 84de5c86f9189bef758118dc12e1d6e62d06cd38 [diff] [blame] |
SkMojo: test linking Skia against the Mojo SDK TODO: build on systems other than Linux. Add mojo_skd to the DEPS. Add a DM::Via called `mojo-`. everything is hidden behind the gyp variable `skia_mojo`. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1644043003 Review URL: https://codereview.chromium.org/1644043003
diff --git a/experimental/mojo/SkMojo.mojom b/experimental/mojo/SkMojo.mojom new file mode 100644 index 0000000..85b46cc --- /dev/null +++ b/experimental/mojo/SkMojo.mojom
@@ -0,0 +1,10 @@ +/* + * Copyright 2016 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + +module SkMojo; + +struct FlattenedPicture { array<uint8> data; };