Chromium Code Reviews| Index: samples/openglui/openglui.gyp |
| =================================================================== |
| --- samples/openglui/openglui.gyp (revision 20570) |
| +++ samples/openglui/openglui.gyp (working copy) |
| @@ -17,7 +17,9 @@ |
| 'conditions': [ |
| ['OS=="android"', { |
| 'dependencies': [ |
| - 'android/android.gyp:android_sample', |
| + 'android-webgl-raytrace/android.gyp:android_sample', |
| + 'android-canvas-tests/android.gyp:android_sample', |
| + 'android-blasteroids/android.gyp:android_sample', |
| ], |
| }, |
| ], |