summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorr.c.ladan@gmail.com <r.c.ladan@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-09 12:57:58 +0000
committerr.c.ladan@gmail.com <r.c.ladan@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-09 12:57:58 +0000
commitaaabf83c82927ff4c2b11aa6b2ecedfe636df004 (patch)
tree9f131515a7817c9056b95c47d1928bb540f9e634 /build/all.gyp
parent16ce556666d0a2fa7095cb417287916e4d3d35fa (diff)
downloadchromium_src-aaabf83c82927ff4c2b11aa6b2ecedfe636df004.zip
chromium_src-aaabf83c82927ff4c2b11aa6b2ecedfe636df004.tar.gz
chromium_src-aaabf83c82927ff4c2b11aa6b2ecedfe636df004.tar.bz2
Remove yasm.gyp from all.gyp
This allows 'gclient sync' to respect use_system_yasm=1 BUG=350593 Review URL: https://codereview.chromium.org/189583010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 9c3d614..7c04efde 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -113,11 +113,6 @@
'../chrome/tools/profile_reset/jtl_compiler.gyp:*',
],
}],
- ['os_posix==1 and OS!="android" and OS!="ios"', {
- 'dependencies': [
- '../third_party/yasm/yasm.gyp:*#host',
- ],
- }],
['OS=="mac" or OS=="ios" or OS=="win"', {
'dependencies': [
'../third_party/nss/nss.gyp:*',