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

Unified Diff: samples/openglui/emulator/mobile_emulator_sample.cc

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/emulator/mobile_emulator_sample.cc
diff --git a/samples/openglui/emulator/mobile_emulator_sample.cc b/samples/openglui/emulator/mobile_emulator_sample.cc
deleted file mode 100644
index 6173bdc8cc7f3eeafbfd461e4be076089d27a972..0000000000000000000000000000000000000000
--- a/samples/openglui/emulator/mobile_emulator_sample.cc
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
-#include "embedders/openglui/emulator/emulator_embedder.h"
-
-int main(int argc, char**argv) {
- emulator_main(argc, argv, argv[argc-1]);
-}
-

Powered by Google App Engine
This is Rietveld 408576698