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:
gram@google.com
2013-01-16 22:18:24 +00:00
parent cfb3b53aac
commit 6230cf1635
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -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',
],
},
],
-2
View File
@@ -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',
],