Index: samples/openglui/android-canvas-tests/android.gyp |
=================================================================== |
--- samples/openglui/android-canvas-tests/android.gyp (revision 20570) |
+++ samples/openglui/android-canvas-tests/android.gyp (working copy) |
@@ -8,7 +8,7 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'android_sample', |
+ 'target_name': 'android_app', |
'type': 'none', |
'dependencies': [ |
'copy_extension', |
@@ -23,7 +23,6 @@ |
'inputs': [ |
'<(PRODUCT_DIR)/lib.target/libandroid_embedder.so', |
'../../../runtime/embedders/openglui/common/gl.dart', |
- '../src/openglui_raytrace.dart', |
'../src/openglui_canvas_tests.dart' |
], |
'outputs': [ |
@@ -60,7 +59,6 @@ |
'copies': [ { |
'destination': 'assets/dart', |
'files': [ |
- '../src/openglui_raytrace.dart', |
'../src/openglui_canvas_tests.dart' |
], |
}], |