summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_untrusted.gyp
diff options
context:
space:
mode:
authorolonho@google.com <olonho@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 16:14:52 +0000
committerolonho@google.com <olonho@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-03 16:14:52 +0000
commit5386cb24d9320c6fbf0a3ac111c23532838520f2 (patch)
treecec2349c41885f0deb76e22187de00d84434114f /ppapi/ppapi_untrusted.gyp
parentfad6457d22a6f33448fe53d90f3bae9f1c2da9b2 (diff)
downloadchromium_src-5386cb24d9320c6fbf0a3ac111c23532838520f2.zip
chromium_src-5386cb24d9320c6fbf0a3ac111c23532838520f2.tar.gz
chromium_src-5386cb24d9320c6fbf0a3ac111c23532838520f2.tar.bz2
Support for ARM NaCl untrusted runtime build.
This one depends on https://chromiumcodereview.appspot.com/9816003/ on NaCl side and indeed produces working untrusted runtime. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2687 TEST=Compile for ARM with "GYP_DEFINES="target_arch=arm sysroot=~/rootfs/" and run DOSBox with produced untrusted runtime. Review URL: https://chromiumcodereview.appspot.com/9838005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_untrusted.gyp')
-rw-r--r--ppapi/ppapi_untrusted.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp
index eaca938..ebe4e5f 100644
--- a/ppapi/ppapi_untrusted.gyp
+++ b/ppapi/ppapi_untrusted.gyp
@@ -57,6 +57,10 @@
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/libppapi_cpp.a',
'<(SHARED_INTERMEDIATE_DIR)/tc_newlib/lib32/libppapi.a',
],
+ 'extra_deps_arm': [
+ '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm/libppapi_cpp.a',
+ '<(SHARED_INTERMEDIATE_DIR)/tc_newlib/libarm/libppapi.a',
+ ],
'sources': [
'<@(test_common_source_files)',
'<@(test_nacl_source_files)',