OLD | NEW |
1 # Copyright 2016 Google Inc. | 1 # Copyright 2016 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # GYP file to build performance testbench. | 5 # GYP file to build performance testbench. |
6 # | 6 # |
7 { | 7 { |
8 'includes': [ | 8 'includes': [ |
9 'apptype_console.gypi', | 9 'apptype_console.gypi', |
10 ], | 10 ], |
(...skipping 22 matching lines...) Expand all Loading... |
33 '<!@(python find.py ../tools/skiaserve/urlhandlers "*.cpp")', | 33 '<!@(python find.py ../tools/skiaserve/urlhandlers "*.cpp")', |
34 ], | 34 ], |
35 'dependencies': [ | 35 'dependencies': [ |
36 'flags.gyp:flags', | 36 'flags.gyp:flags', |
37 'gputest.gyp:skgputest', | 37 'gputest.gyp:skgputest', |
38 'jsoncpp.gyp:jsoncpp', | 38 'jsoncpp.gyp:jsoncpp', |
39 'libpng.gyp:libpng', | 39 'libpng.gyp:libpng', |
40 'microhttpd.gyp:microhttpd', | 40 'microhttpd.gyp:microhttpd', |
41 'skia_lib.gyp:skia_lib', | 41 'skia_lib.gyp:skia_lib', |
42 'tools.gyp:crash_handler', | 42 'tools.gyp:crash_handler', |
| 43 'tools.gyp:picture_utils', |
43 'tools.gyp:proc_stats', | 44 'tools.gyp:proc_stats', |
44 'tools.gyp:resources', | 45 'tools.gyp:resources', |
45 'tools.gyp:url_data_manager', | 46 'tools.gyp:url_data_manager', |
46 ], | 47 ], |
47 }, | 48 }, |
48 ], | 49 ], |
49 } | 50 } |
OLD | NEW |