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

Unified Diff: ports/pango/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/pango/build.sh ('k') | ports/perl/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/pango/nacl.patch
diff --git a/ports/pango/nacl.patch b/ports/pango/nacl.patch
deleted file mode 100644
index 3516ff7c615f355fdf4bfcc9cc97cc0d2f7977d1..0000000000000000000000000000000000000000
--- a/ports/pango/nacl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/tests/cxx-test.C b/tests/cxx-test.C
---- a/tests/cxx-test.C
-+++ b/tests/cxx-test.C
-@@ -22,6 +22,11 @@
- #include <pango/pangocairo.h>
- #endif
-
-+#ifdef __native_client__
-+extern "C" int nacl_main();
-+#define main nacl_main
-+#endif
-+
- int
- main ()
- {
« no previous file with comments | « ports/pango/build.sh ('k') | ports/perl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698