aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/gyp/skia_launcher.gypi
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-06-20 10:31:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-20 10:31:49 -0700
commit4ed75287aed6371c6e4a41ffcc78c8a49c9810ed (patch)
treecf96cc984bbd0a96c0c7a0bad9d6dcc5c04c31d6 /platform_tools/android/gyp/skia_launcher.gypi
parent7b2b29abdb3b5900a9398615c14d3ccaca171a0c (diff)
Move BenchTimer to tools as Timer
This breaks a bunch of circular dependencies between tools and gm and bench. BUG=skia: R=tfarina@chromium.org, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/344213003
Diffstat (limited to 'platform_tools/android/gyp/skia_launcher.gypi')
-rw-r--r--platform_tools/android/gyp/skia_launcher.gypi7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform_tools/android/gyp/skia_launcher.gypi b/platform_tools/android/gyp/skia_launcher.gypi
new file mode 100644
index 0000000000..f8b5dfd794
--- /dev/null
+++ b/platform_tools/android/gyp/skia_launcher.gypi
@@ -0,0 +1,7 @@
+{
+ 'targets': [{
+ 'target_name': 'skia_launcher',
+ 'type': 'executable',
+ 'sources': [ '../launcher/skia_launcher.cpp' ],
+ }]
+}