diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 22:36:35 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 22:36:35 +0000 |
commit | 856891fca28f57f48d599a7243d829deea7e475e (patch) | |
tree | b7c2b303abcc71fa1b0a5458df6f7964298fe274 /third_party/openmax/openmax.gyp | |
parent | 708cdbbd3d7cb047a57e71e4d33a9c1c3a80e3f8 (diff) | |
download | chromium_src-856891fca28f57f48d599a7243d829deea7e475e.zip chromium_src-856891fca28f57f48d599a7243d829deea7e475e.tar.gz chromium_src-856891fca28f57f48d599a7243d829deea7e475e.tar.bz2 |
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
Diffstat (limited to 'third_party/openmax/openmax.gyp')
-rw-r--r-- | third_party/openmax/openmax.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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)', |