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

Unified Diff: components/nacl.gyp

Issue 152133007: [MIPS] Support for MIPS PNaCl in PPAPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. 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: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 2721ebb2b68561df3ac159d5d84d885f4a3e8116..8f0ff77f6c723db6a6444ee5134b6b437d31b8d4 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -90,6 +90,11 @@
'../ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp:pnacl_support_extension',
],
}],
+ ['target_arch=="mipsel"', {
+ 'dependencies!': [
+ '../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim',
+ ],
+ }],
],
'direct_dependent_settings': {
'defines': [

Powered by Google App Engine
This is Rietveld 408576698