blob: 73472a57a0ebe91764d834eb13add374627221bf [file] [log] [blame]
epoger@google.comccdbd2c2011-06-02 14:38:23 +00001# GYP file to build performance testbench.
2#
bungeman@google.com206c98a2011-05-31 21:21:54 +00003{
4 'includes': [
epoger@google.comccdbd2c2011-06-02 14:38:23 +00005 'apptype_console.gypi',
epoger@google.com5351b372011-07-01 17:16:26 +00006 'common.gypi',
bungeman@google.com206c98a2011-05-31 21:21:54 +00007 ],
8 'targets': [
9 {
10 'target_name': 'bench',
11 'type': 'executable',
seanpaul@google.com1134f982011-09-15 14:24:33 +000012 'includes': [
13 'bench.gypi'
bungeman@google.com206c98a2011-05-31 21:21:54 +000014 ],
15 'dependencies': [
16 'core.gyp:core',
17 'effects.gyp:effects',
bungeman@google.com206c98a2011-05-31 21:21:54 +000018 'gpu.gyp:gr',
19 'gpu.gyp:skgr',
bungeman@google.comac2e6632011-06-01 13:23:29 +000020 'images.gyp:images',
21 'utils.gyp:utils',
bungeman@google.com206c98a2011-05-31 21:21:54 +000022 ],
bungeman@google.com206c98a2011-05-31 21:21:54 +000023 },
24 ],
25}
26
27# Local Variables:
28# tab-width:2
29# indent-tabs-mode:nil
30# End:
epoger@google.comccdbd2c2011-06-02 14:38:23 +000031# vim: set expandtab tabstop=2 shiftwidth=2: