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

Unified Diff: build/all.gyp

Issue 387023: Building FFmpeg in tree for arm (Closed)
Patch Set: moved dependencies Created 11 years, 1 month 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 | build/common.gypi » ('j') | 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 9e237744881234178ca154aed4803ae7fdd3bcad..34ddad7f930584e72ee53d39979c74b3e90d7032 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -57,8 +57,8 @@
}],
['OS=="mac" or OS=="linux" or OS=="freebsd"', {
'dependencies': [
- '../third_party/yasm/yasm.gyp:*',
- ],
+ '../third_party/yasm/yasm.gyp:*#host',
+ ],
}],
['OS=="mac"', {
'dependencies': [
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698