| 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 20 matching lines...) Expand all Loading... |
| 31 ], | 31 ], |
| 32 'dependencies': [ | 32 'dependencies': [ |
| 33 'gputest.gyp:skgputest', | 33 'gputest.gyp:skgputest', |
| 34 ], | 34 ], |
| 35 }, | 35 }, |
| 36 ], | 36 ], |
| 37 ['skia_android_framework == 1', | 37 ['skia_android_framework == 1', |
| 38 { | 38 { |
| 39 'libraries': [ | 39 'libraries': [ |
| 40 '-lskia', | 40 '-lskia', |
| 41 '-lcutils', | |
| 42 ], | 41 ], |
| 43 }, | 42 }, |
| 44 ], | 43 ], |
| 45 ], | 44 ], |
| 46 'includes': [ | 45 'includes': [ |
| 47 'bench.gypi', | 46 'bench.gypi', |
| 48 'gmslides.gypi', | 47 'gmslides.gypi', |
| 49 ], | 48 ], |
| 50 }, | 49 }, |
| 51 { | 50 { |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 ['skia_gpu == 1', { | 100 ['skia_gpu == 1', { |
| 102 'sources': [ | 101 'sources': [ |
| 103 '../bench/BenchGpuTimer_gl.h', | 102 '../bench/BenchGpuTimer_gl.h', |
| 104 '../bench/BenchGpuTimer_gl.cpp', | 103 '../bench/BenchGpuTimer_gl.cpp', |
| 105 ], | 104 ], |
| 106 }], | 105 }], |
| 107 ], | 106 ], |
| 108 } | 107 } |
| 109 ], | 108 ], |
| 110 } | 109 } |
| OLD | NEW |