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

Unified Diff: build/all.gyp

Issue 189583010: Remove yasm.gyp from all.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 9c3d614597b7829b61c8f1ecbdee96885978f837..7c04efde86bfb0f4f17c5d9ac98ba003f1df4f38 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:*',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698