Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: samples/openglui/openglui.gyp

Issue 24698003: Removed the openglui sample app. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: samples/openglui/openglui.gyp
diff --git a/samples/openglui/openglui.gyp b/samples/openglui/openglui.gyp
deleted file mode 100644
index 2f5abb2d30e61fa9fa869ad491aaf3f9ae812b96..0000000000000000000000000000000000000000
--- a/samples/openglui/openglui.gyp
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-{
- 'variables': {
- # Disable the OpenGLUI embedder by default on desktop OSes. Note,
- # to build this on the desktop, you need GLUT installed.
- # TODO(vsm): This is also defined in runtime/dart-runtime.gyp. Can we
- # reuse that definition?
- 'enable_openglui%': 0,
- },
- 'targets': [
- {
- 'target_name': 'openglui_sample',
- 'type': 'none',
- 'conditions': [
- ['OS=="android"', {
- 'dependencies': [
- 'web/web.gyp:assets',
- 'android-webgl-raytrace/android.gyp:android_app',
- 'android-canvas-tests/android.gyp:android_app',
- 'android-blasteroids/android.gyp:android_app',
- ],
- },
- ],
- ['enable_openglui==1', {
- 'dependencies': [
- 'web/web.gyp:assets',
- 'emulator/emulator.gyp:mobile_emulator_app',
- ],
- },
- ],
- ],
- },
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698