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

Unified 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, 2 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
« no previous file with comments | « ports/harfbuzz/build.sh ('k') | ports/ipython-ppapi/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/harfbuzz/nacl.patch
diff --git a/ports/harfbuzz/nacl.patch b/ports/harfbuzz/nacl.patch
deleted file mode 100644
index 49d08252955015196f263d714d91ff3101a11d45..0000000000000000000000000000000000000000
--- a/ports/harfbuzz/nacl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/hb.h b/src/hb.h
---- a/src/hb.h
-+++ b/src/hb.h
-@@ -43,5 +43,9 @@
- HB_BEGIN_DECLS
- HB_END_DECLS
-
-+#if defined(__cplusplus) && defined(__native_client__)
-+extern "C" int nacl_main(int argc, char **argv);
-+#endif
-+
- #undef HB_H_IN
- #endif /* HB_H */
« 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