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

Unified Diff: ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c

Issue 1693053002: [NaCl SDK] Add initial support for building the SDK with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn_i686_gcc
Patch Set: Created 4 years, 10 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 | « ppapi/native_client/src/untrusted/irt_stub/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c
diff --git a/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c b/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c
index 3d507389a9520d0667e69ec62568bd3233c8521e..1998c5f2126726888282690a0316b032ba064e58 100644
--- a/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c
+++ b/ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_main.c
@@ -4,6 +4,8 @@
* found in the LICENSE file.
*/
+#include "ppapi/native_client/src/shared/ppapi_proxy/ppruntime.h"
+
#include "ppapi/native_client/src/untrusted/irt_stub/ppapi_start.h"
/*
« no previous file with comments | « ppapi/native_client/src/untrusted/irt_stub/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698