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

Unified Diff: generate_gypi.sh

Issue 131103019: Use target_arch_full consistently (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 11 months 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 | libvpx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | libvpx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698