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

Unified Diff: third_party/yasm/yasm.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
Index: third_party/yasm/yasm.gyp
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp
index cfd67ecbf5575a21a6413c6232553932c945ce24..f53d1f6be592c92eb6d712e6f70502a54c839350 100644
--- a/third_party/yasm/yasm.gyp
+++ b/third_party/yasm/yasm.gyp
@@ -60,6 +60,7 @@
{
'target_name': 'yasm',
'type': 'executable',
+ 'toolsets': ['host'],
'dependencies': [
'config_sources',
'genmacro',
@@ -337,6 +338,7 @@
{
'target_name': 'config_sources',
'type': 'none',
+ 'toolsets': ['host'],
'sources': [
'source/config/<(OS)/Makefile',
'source/config/<(OS)/config.h',
@@ -346,6 +348,7 @@
{
'target_name': 'generate_files',
'type': 'none',
+ 'toolsets': ['host'],
'dependencies': [
'genperf',
'genversion',
@@ -407,6 +410,7 @@
{
'target_name': 'genperf_libs',
'type': 'static_library',
+ 'toolsets': ['host'],
'dependencies': [ 'config_sources', ],
'sources': [
'source/patched-yasm/libyasm/phash.c',
@@ -424,6 +428,7 @@
{
'target_name': 'genstring',
'type': 'executable',
+ 'toolsets': ['host'],
'dependencies': [ 'config_sources', ],
'sources': [
'source/patched-yasm/genstring.c',
@@ -438,6 +443,7 @@
{
'target_name': 'genperf',
'type': 'executable',
+ 'toolsets': ['host'],
'dependencies': [
'genperf_libs',
],
@@ -455,6 +461,7 @@
{
'target_name': 'genmacro',
'type': 'executable',
+ 'toolsets': ['host'],
'dependencies': [ 'config_sources', ],
'sources': [
'source/patched-yasm/tools/genmacro/genmacro.c',
@@ -469,6 +476,7 @@
{
'target_name': 'genversion',
'type': 'executable',
+ 'toolsets': ['host'],
'dependencies': [ 'config_sources', ],
'sources': [
'source/patched-yasm/modules/preprocs/nasm/genversion.c',
@@ -483,6 +491,7 @@
{
'target_name': 're2c',
'type': 'executable',
+ 'toolsets': ['host'],
'dependencies': [ 'config_sources', ],
'sources': [
'source/patched-yasm/tools/re2c/main.c',
@@ -505,6 +514,7 @@
{
'target_name': 'genmodule',
'type': 'executable',
+ 'toolsets': ['host'],
'dependencies': [
'config_sources',
],
« no previous file with comments | « third_party/ffmpeg/source/config/Chromium/linux/arm/version.h ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698