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

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 up mips 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 d6fc604becdb787265c54a7a33ba3742f030524c..3095e59abc66f6ae146e6ca44c1e1db0ecf1ca23 100644
--- a/ppapi/ppapi_proxy.gypi
+++ b/ppapi/ppapi_proxy.gypi
@@ -239,10 +239,11 @@
'include_dirs': [
'..',
],
- 'target_conditions': [
+ 'target_conditions': [
Mark Seaborn 2014/02/26 22:11:03 Undo whitespace change here
jvoung (off chromium) 2014/02/27 01:39:55 Done.
['>(nacl_untrusted_build)==1', {
'sources': [
'proxy/irt_ppapi.c',
+ 'proxy/irt_shim_ppapi.c',
'proxy/plugin_main_irt.cc',
'proxy/plugin_main_irt.h',
],

Powered by Google App Engine
This is Rietveld 408576698