From 6230cf1635ac5a135ffd5baeca187d4b2eaddc7f Mon Sep 17 00:00:00 2001 From: "gram@google.com" Date: Wed, 16 Jan 2013 22:18:24 +0000 Subject: [PATCH] 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 --- dart.gyp | 1 - runtime/dart-runtime.gyp | 2 -- 2 files changed, 3 deletions(-) diff --git a/dart.gyp b/dart.gyp index 50e7f10d6fb..49785902093 100644 --- a/dart.gyp +++ b/dart.gyp @@ -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', ], }, ], diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp index 38e4f1321e2..6aae8688d86 100644 --- a/runtime/dart-runtime.gyp +++ b/runtime/dart-runtime.gyp @@ -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', ],