| Index: gyp/visualbench.gyp
|
| diff --git a/gyp/example.gyp b/gyp/visualbench.gyp
|
| similarity index 81%
|
| copy from gyp/example.gyp
|
| copy to gyp/visualbench.gyp
|
| index 9582b4dd7403e64c88fb2286cde025e2f1beecec..ee0321a937dec760c956290d39b028093578ae46 100644
|
| --- a/gyp/example.gyp
|
| +++ b/gyp/visualbench.gyp
|
| @@ -2,22 +2,27 @@
|
| #
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -# GYP file to build hello world example.
|
| +# GYP file to build visual bench tool
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'HelloWorld',
|
| + 'target_name': 'visualbench',
|
| 'type': 'executable',
|
| 'mac_bundle' : 1,
|
| 'include_dirs' : [
|
| '../include/gpu',
|
| + '../src/images',
|
| ],
|
| 'sources': [
|
| - '../example/HelloWorld.h',
|
| - '../example/HelloWorld.cpp',
|
| + '../tools/VisualBench.h',
|
| + '../tools/VisualBench.cpp',
|
| + '../src/images/SkForceLinking.cpp',
|
| ],
|
| 'dependencies': [
|
| + 'flags.gyp:flags_common',
|
| + 'images.gyp:images',
|
| 'skia_lib.gyp:skia_lib',
|
| + 'tools.gyp:timer',
|
| 'views.gyp:views',
|
| ],
|
| 'conditions' : [
|
|
|