aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-01-23 21:14:08 -0500
committerGravatar Mike Klein <mtklein@chromium.org>2017-01-24 02:17:30 +0000
commit5d5cc3cb2279741343a1d09a956703189fb228c3 (patch)
treed74595e724b870257b3da2927241a43039f05176 /gm
parentf887f8a8473f226bdfa5f81e4c54c9fd1a50b413 (diff)
Temporarily restore colorcube bench and GM files.
Just the usual... we don't generate .bp for DM or nanobench yet. See https://skia-review.googlesource.com/c/7363/ and https://googleplex-android-review.git.corp.google.com/#/c/1819530/-1..1 Change-Id: If0098ed8a71a170d5efa773495d5bbf02a1e13fc Reviewed-on: https://skia-review.googlesource.com/7427 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gm')
-rw-r--r--gm/colorcube.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/gm/colorcube.cpp b/gm/colorcube.cpp
new file mode 100644
index 0000000000..84ebc43def
--- /dev/null
+++ b/gm/colorcube.cpp
@@ -0,0 +1,8 @@
+/*
+ * Copyright 2017 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+// Temporary. When gn_to_bp.py works for DM, we can remove this.