aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/resources.gyp
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 /gyp/resources.gyp
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 'gyp/resources.gyp')
-rw-r--r--gyp/resources.gyp25
1 files changed, 0 insertions, 25 deletions
diff --git a/gyp/resources.gyp b/gyp/resources.gyp
deleted file mode 100644
index 48e96c3cc5..0000000000
--- a/gyp/resources.gyp
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2014 Google Inc.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'resources',
- 'type': 'static_library',
- 'sources': [
- '../tools/Resources.cpp',
- '../tools/Resources.h',
- ],
- 'dependencies': [
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../tools/',
- ],
- },
- },
- ]
-}