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

Unified Diff: chrome/nacl.gypi

Issue 10831358: Fix atomic ops on ARM to compile in NaCl untrusted targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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: chrome/nacl.gypi
===================================================================
--- chrome/nacl.gypi (revision 151732)
+++ chrome/nacl.gypi (working copy)
@@ -80,10 +80,6 @@
['disable_nacl_untrusted==0', {
'dependencies': [
'../ppapi/native_client/native_client.gyp:nacl_irt',
- ],
- }],
- ['disable_nacl_untrusted==0 and target_arch!="arm"', {
- 'dependencies': [
'../ppapi/native_client/native_client.gyp:nacl_ipc_irt',
],
}],

Powered by Google App Engine
This is Rietveld 408576698