| 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 visual bench tool | 5 # GYP file to build visual bench tool |
| 6 { | 6 { |
| 7 'includes': [ | 7 'includes': [ |
| 8 'apptype_console.gypi', | 8 'apptype_console.gypi', |
| 9 ], | 9 ], |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'link_settings': { | 57 'link_settings': { |
| 58 'libraries': [ | 58 'libraries': [ |
| 59 '-landroid', | 59 '-landroid', |
| 60 '-lGLESv2', | 60 '-lGLESv2', |
| 61 '-lEGL', | 61 '-lEGL', |
| 62 ], | 62 ], |
| 63 }, | 63 }, |
| 64 }], | 64 }], |
| 65 [ 'skia_os == "android" and skia_use_sdl == 1', { | 65 [ 'skia_os == "android" and skia_use_sdl == 1', { |
| 66 'dependencies': [ | 66 'dependencies': [ |
| 67 'android_deps.gyp:Android_VisualBenchSDL', | 67 'android_deps.gyp:Android_EntryPoint', |
| 68 ], | 68 ], |
| 69 }], | 69 }], |
| 70 ], | 70 ], |
| 71 }, | 71 }, |
| 72 ], | 72 ], |
| 73 } | 73 } |
| OLD | NEW |