diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-23 17:56:20 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-23 17:56:20 +0000 |
commit | ed5eb4ef2aa1d6c705bc3ed466f9caba2a230a2b (patch) | |
tree | 36c7cfa134a2d4427e1216b3f73cb45c714a187f /gyp | |
parent | 2ccc3afa474f9485c39c2e863252ddaa3f35724b (diff) |
Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441
Review URL: https://codereview.chromium.org/19537005
git-svn-id: http://skia.googlecode.com/svn/trunk@10284 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/bench.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/bench.gyp b/gyp/bench.gyp index 040f7a4fcf..27f80cead9 100644 --- a/gyp/bench.gyp +++ b/gyp/bench.gyp @@ -19,7 +19,6 @@ 'dependencies': [ 'skia_lib.gyp:skia_lib', 'bench_timer', - 'flags.gyp:flags', ], 'conditions': [ ['skia_gpu == 1', |