aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar Leon Scroggins III <scroggo@google.com>2017-01-26 17:21:27 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-27 20:02:23 +0000
commit6ccd2cabaac810edccab620d8a944f64b0432d44 (patch)
treee25c0c088be285e6b990a5824c016c5a986cac70 /gm
parent91af72703830f3946c538b47c6c7c96afc0adde2 (diff)
Generate Android build targets for dm and nanobench
Generate targets for dm and nanobench from ninja and add them to the generated Android.bp file. Remove nanobenchAndroid and SkAndroidSDKCanvas. These rely on HWUI internals and are currently unused. Update gyp file references to removed files, just in case. Change-Id: Ic6ae18a70bfd0c33804e7996d077f2081dfdfe07 Reviewed-on: https://skia-review.googlesource.com/7635 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'gm')
-rw-r--r--gm/colorcube.cpp8
-rw-r--r--gm/gammacolorfilter.cpp8
2 files changed, 0 insertions, 16 deletions
diff --git a/gm/colorcube.cpp b/gm/colorcube.cpp
deleted file mode 100644
index 84ebc43def..0000000000
--- a/gm/colorcube.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * 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.
diff --git a/gm/gammacolorfilter.cpp b/gm/gammacolorfilter.cpp
deleted file mode 100644
index 84ebc43def..0000000000
--- a/gm/gammacolorfilter.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * 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.