| Index: runtime/dart-runtime.gyp
|
| diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
|
| index 7c4f4c4cc7f8e0958717ec6a0b29cc2962bc2efd..f89950ab01274edecd67dcbd91d78b48574ec86b 100644
|
| --- a/runtime/dart-runtime.gyp
|
| +++ b/runtime/dart-runtime.gyp
|
| @@ -15,20 +15,9 @@
|
| 'version_in_cc_file': 'vm/version_in.cc',
|
| 'version_cc_file': '<(gen_source_dir)/version.cc',
|
|
|
| - # Disable the OpenGLUI embedder by default on desktop OSes. Note,
|
| - # to build this on the desktop, you need GLUT installed.
|
| - 'enable_openglui%': 0,
|
| 'libdart_deps': ['libdart_lib_withcore', 'libdart_lib', 'libdart_vm',
|
| 'libjscre', 'libdouble_conversion',],
|
| },
|
| - 'conditions': [
|
| - ['OS=="android" or enable_openglui==1', {
|
| - 'includes': [
|
| - 'embedders/openglui/openglui_embedder.gypi',
|
| - ],
|
| - },
|
| - ],
|
| - ],
|
| 'targets': [
|
| {
|
| 'target_name': 'libdart',
|
|
|