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

Unified Diff: chrome/nacl.gypi

Issue 7761004: Adding a special toolchain that will work with chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« build/download_nacl_toolchains.py ('K') | « build/download_nacl_toolchains.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
===================================================================
--- chrome/nacl.gypi (revision 98190)
+++ chrome/nacl.gypi (working copy)
@@ -104,7 +104,7 @@
},
],
}],
- ['OS!="win" and target_arch=="ia32" and chromeos==0', {
+ ['OS!="win" and target_arch=="ia32"', {
# Linux-x86-32 and OSX need only the x86-32 IRT.
'actions': [
{
@@ -120,7 +120,7 @@
},
],
}],
- ['OS!="win" and target_arch=="x64" and chromeos==0', {
+ ['OS!="win" and target_arch=="x64"', {
# Linux-x86-64 needs only the x86-64 IRT.
'actions': [
{
« build/download_nacl_toolchains.py ('K') | « build/download_nacl_toolchains.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698