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

Side by Side Diff: samples/openglui/emulator/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
« no previous file with comments | « samples/openglui/emulator/emulator.gyp ('k') | samples/openglui/openglui.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 4
5 #include "embedders/openglui/emulator/emulator_embedder.h" 5 #include "embedders/openglui/emulator/emulator_embedder.h"
6 6
7 int main(int argc, char**argv) { 7 int main(int argc, char**argv) {
8 emulator_main(argc, argv, "raytrace.dart"); 8 emulator_main(argc, argv, "raytrace.dart");
9 } 9 }
10 10
11 11
OLDNEW
« no previous file with comments | « samples/openglui/emulator/emulator.gyp ('k') | samples/openglui/openglui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698