Chromium Code Reviews| Index: generate_gypi.sh |
| =================================================================== |
| --- generate_gypi.sh (revision 247630) |
| +++ generate_gypi.sh (working copy) |
| @@ -68,7 +68,7 @@ |
| echo " 'target_name': '$3'," >> $2 |
| echo " 'type': 'static_library'," >> $2 |
| echo " 'include_dirs': [" >> $2 |
| - echo " 'source/config/<(OS_CATEGORY)/<(target_arch)'," >> $2 |
| + echo " 'source/config/<(OS_CATEGORY)/<(target_arch_full)'," >> $2 |
| echo " '<(libvpx_source)'," >> $2 |
| echo " ]," >> $2 |
| echo " 'sources': [" >> $2 |