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

Side by Side Diff: ports/harfbuzz/nacl.patch

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « ports/harfbuzz/build.sh ('k') | ports/ipython-ppapi/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/src/hb.h b/src/hb.h
2 --- a/src/hb.h
3 +++ b/src/hb.h
4 @@ -43,5 +43,9 @@
5 HB_BEGIN_DECLS
6 HB_END_DECLS
7
8 +#if defined(__cplusplus) && defined(__native_client__)
9 +extern "C" int nacl_main(int argc, char **argv);
10 +#endif
11 +
12 #undef HB_H_IN
13 #endif /* HB_H */
OLDNEW
« no previous file with comments | « ports/harfbuzz/build.sh ('k') | ports/ipython-ppapi/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698