From 856891fca28f57f48d599a7243d829deea7e475e Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Wed, 3 Mar 2010 22:36:35 +0000 Subject: Fix problem linking with OpenMAX IL stub The dependency on OpenMAX IL stub is off. It creates failure depending on the build order. Review URL: http://codereview.chromium.org/665010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40551 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/openmax/openmax.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/openmax') diff --git a/third_party/openmax/openmax.gyp b/third_party/openmax/openmax.gyp index 16293e4..50fb184 100644 --- a/third_party/openmax/openmax.gyp +++ b/third_party/openmax/openmax.gyp @@ -71,6 +71,7 @@ '<(output_root)', '../..', # The chromium 'src' directory. ], + 'hard_dependency': 1, 'direct_dependent_settings': { 'include_dirs': [ '<(output_root)', -- cgit v1.1