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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 8673007: Build libppapi_cpp.a under SHARED_INTERMEDIATE_DIR, so ppapi_tests can find it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 348c81fcc43138d014e9fc7acb720223b66a7e9a..baa9c1b03be1870be1e562e63660ee89ed9dbd8a 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -333,6 +333,7 @@
'nlib_target': 'libppapi_cpp.a',
'build_glibc': 0,
'build_newlib': 1,
+ 'inst_dir': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib',
'sources': [
'cpp/audio.cc',
'cpp/audio.h',
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698