Build libppapi_cpp.a under SHARED_INTERMEDIATE_DIR, so ppapi_tests can find it.
Without this, building with ninja fails because the libppapi_cpp.a library is put in a different path under PRODUCT_DIR than it would be with make, and ppapi_tests was hard-coded to expect that path. TEST=Building with 'ninja all' doesn't give dependency errors. Review URL: http://codereview.chromium.org/8673007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111420 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment