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

Side by Side Diff: samples/mobile_emulator_sample/mobile_emulator_sample.cc

Issue 12021025: Merge the openglui samples into one. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix emulator sample build Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4
5 #include "embedders/openglui/emulator/emulator_embedder.h"
6
7 int main(int argc, char**argv) {
8 emulator_main(argc, argv, "raytrace.dart");
9 }
10
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698