| 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 'dependencies': [ | 33 'dependencies': [ |
| 34 'flags.gyp:flags', | 34 'flags.gyp:flags', |
| 35 'gputest.gyp:skgputest', | 35 'gputest.gyp:skgputest', |
| 36 'json.gyp:json', | 36 'json.gyp:json', |
| 37 'jsoncpp.gyp:jsoncpp', | 37 'jsoncpp.gyp:jsoncpp', |
| 38 'microhttpd.gyp:microhttpd', | 38 'microhttpd.gyp:microhttpd', |
| 39 'skia_lib.gyp:skia_lib', | 39 'skia_lib.gyp:skia_lib', |
| 40 'tools.gyp:crash_handler', | 40 'tools.gyp:crash_handler', |
| 41 'tools.gyp:proc_stats', | 41 'tools.gyp:proc_stats', |
| 42 'tools.gyp:resources', | 42 'tools.gyp:resources', |
| 43 'tools.gyp:url_data_manager', |
| 43 ], | 44 ], |
| 44 }, | 45 }, |
| 45 ], | 46 ], |
| 46 } | 47 } |
| OLD | NEW |