Disable the gyp includes related to the OpenGL embedder, so that those who don't have freeglut can still build.
Review URL: https://codereview.chromium.org//11886082 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17168 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -132,7 +132,6 @@
|
||||
['OS=="mac" or OS=="linux"', {
|
||||
'dependencies': [
|
||||
'samples/sample_extension/sample_extension.gyp:sample_extension',
|
||||
'samples/mobile_emulator_sample/mobile_emulator_sample.gyp:mobile_emulator_sample',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
'tools/gyp/runtime-configurations.gypi',
|
||||
'vm/vm.gypi',
|
||||
'bin/bin.gypi',
|
||||
'embedders/openglui/openglui_embedder.gypi',
|
||||
'third_party/double-conversion/src/double-conversion.gypi',
|
||||
'third_party/jscre/jscre.gypi',
|
||||
'../tools/gyp/source_filter.gypi',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user