| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 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 23 matching lines...) Expand all Loading... |
| 34 'skia_static.a', | 34 'skia_static.a', |
| 35 '-lhwui', | 35 '-lhwui', |
| 36 ], | 36 ], |
| 37 'include_dirs': [ | 37 'include_dirs': [ |
| 38 '../../../frameworks/base/libs/hwui/', | 38 '../../../frameworks/base/libs/hwui/', |
| 39 ], | 39 ], |
| 40 'dependencies': [ | 40 'dependencies': [ |
| 41 'tools.gyp:android_utils', | 41 'tools.gyp:android_utils', |
| 42 ], | 42 ], |
| 43 }], | 43 }], |
| 44 [ 'skia_pdf', |
| 45 { 'dependencies': [ 'pdf.gyp:pdf' ], |
| 46 'include_dirs': [ '../src/pdf' ], }, |
| 47 { 'dependencies': [ 'pdf.gyp:nopdf' ], } |
| 48 ], |
| 44 ], | 49 ], |
| 45 }, | 50 }, |
| 46 ], | 51 ], |
| 47 } | 52 } |
| OLD | NEW |