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

Unified Diff: ppapi/ppapi_proxy.gypi

Issue 164373010: Split the PNaCl IRT shim into 3 pieces, and include one piece into IRT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix headers Created 6 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
Index: ppapi/ppapi_proxy.gypi
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi
index f345414cfbceda6c7c88bd95e5200989ee570427..50b503cdb8971efef6e50b956218dda1c62b613e 100644
--- a/ppapi/ppapi_proxy.gypi
+++ b/ppapi/ppapi_proxy.gypi
@@ -244,6 +244,7 @@
['>(nacl_untrusted_build)==1', {
'sources': [
'proxy/irt_ppapi.c',
+ 'proxy/irt_shim_ppapi.c',
],
'sources!': [
'proxy/audio_input_resource.cc',

Powered by Google App Engine
This is Rietveld 408576698