| Index: samples/openglui/emulator/emulator.gyp
|
| ===================================================================
|
| --- samples/openglui/emulator/emulator.gyp (revision 20570)
|
| +++ samples/openglui/emulator/emulator.gyp (working copy)
|
| @@ -32,6 +32,8 @@
|
| '../../../runtime/embedders/openglui/common/gl.dart',
|
| '../src/openglui_raytrace.dart',
|
| '../src/openglui_canvas_tests.dart'
|
| + '../src/flashingbox.dart'
|
| + '../src/blasteroids.dart'
|
| ],
|
| }],
|
| },
|
| @@ -68,6 +70,9 @@
|
| 'conditions': [
|
| ['OS=="linux"',
|
| {
|
| + 'cflags': [
|
| + '-g'
|
| + ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '-Wl,--start-group',
|
|
|