| OLD | NEW |
| 1 # GYP file to build performance testbench. | 1 # GYP file to build performance testbench. |
| 2 # | 2 # |
| 3 { | 3 { |
| 4 'includes': [ | 4 'includes': [ |
| 5 'apptype_console.gypi', | 5 'apptype_console.gypi', |
| 6 ], | 6 ], |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'bench', | 9 'target_name': 'bench', |
| 10 'type': 'executable', | 10 'type': 'executable', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 ], | 32 ], |
| 33 'dependencies': [ | 33 'dependencies': [ |
| 34 'gputest.gyp:skgputest', | 34 'gputest.gyp:skgputest', |
| 35 ], | 35 ], |
| 36 }, | 36 }, |
| 37 ], | 37 ], |
| 38 ['skia_android_framework == 1', | 38 ['skia_android_framework == 1', |
| 39 { | 39 { |
| 40 'libraries': [ | 40 'libraries': [ |
| 41 '-lskia', | 41 '-lskia', |
| 42 'jsoncpp.a', |
| 42 ], | 43 ], |
| 43 }, | 44 }, |
| 44 ], | 45 ], |
| 45 ], | 46 ], |
| 46 'includes': [ | 47 'includes': [ |
| 47 'bench.gypi', | 48 'bench.gypi', |
| 48 'gmslides.gypi', | 49 'gmslides.gypi', |
| 49 ], | 50 ], |
| 50 }, | 51 }, |
| 51 { | 52 { |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 ['skia_gpu == 1', { | 102 ['skia_gpu == 1', { |
| 102 'sources': [ | 103 'sources': [ |
| 103 '../bench/BenchGpuTimer_gl.h', | 104 '../bench/BenchGpuTimer_gl.h', |
| 104 '../bench/BenchGpuTimer_gl.cpp', | 105 '../bench/BenchGpuTimer_gl.cpp', |
| 105 ], | 106 ], |
| 106 }], | 107 }], |
| 107 ], | 108 ], |
| 108 } | 109 } |
| 109 ], | 110 ], |
| 110 } | 111 } |
| OLD | NEW |