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

Unified Diff: ports/gtk+/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/gtk+/build.sh ('k') | ports/gzip/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gtk+/nacl.patch
diff --git a/ports/gtk+/nacl.patch b/ports/gtk+/nacl.patch
index 0e191217f16f58bd74876769bb5956c28f5f5a1d..e254d32c036b225ca48d42e7a04b0f2e784e26aa 100644
--- a/ports/gtk+/nacl.patch
+++ b/ports/gtk+/nacl.patch
@@ -54,15 +54,3 @@ diff --git a/perf/marshalers.c b/perf/marshalers.c
/* VOID:ENUM,OBJECT,DOUBLE (./marshalers.list:2) */
void
-diff --git a/tests/autotestkeywords.cc b/tests/autotestkeywords.cc
---- a/tests/autotestkeywords.cc
-+++ b/tests/autotestkeywords.cc
-@@ -36,4 +36,8 @@
- #undef GDK_ROOT_WINDOW
- #endif
-
-+#ifdef __native_client__
-+extern "C" int nacl_main();
-+#endif
-+
- int main() { return 0; }
« no previous file with comments | « ports/gtk+/build.sh ('k') | ports/gzip/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698