summaryrefslogtreecommitdiff
path: root/test/toolsets/toolsets.gyp
AgeCommit message (Collapse)Author
2013-04-11Fix rpath for components when cross-compiling.yfriedman@chromium.org
This came up while bringing up the components build for Android. Trying to run v8_shell failed: out/Debug/v8_shell: error while loading shared libraries: libv8.cr.so: cannot open shared object file: No such file or directory readelf -d out/Debug/v8_shell shows the problem: 0x0000000f (RPATH) Library rpath: [$ORIGIN/lib/] For cross-compiles, host shared libraries are placed in /lib/host BUG=chromium:158821 Review URL: https://codereview.chromium.org/13992005 git-svn-id: http://gyp.googlecode.com/svn/trunk@1607 78cadc50-ecff-11dd-a971-7dbc132099af
2012-03-14Unbreak gyptest-toolsets.py on linux.thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9699041 git-svn-id: http://gyp.googlecode.com/svn/trunk@1246 78cadc50-ecff-11dd-a971-7dbc132099af
2012-03-14mac make: Don't put host shared libraries into the product directory.thakis@chromium.org
With the components build, but host and target create a libbase.dylib. With the old code, both would end up directly in out/Release, creating conflicting build rules for out/Release/libbase.dylib. Instead, let the host version go into out/Release/obj.host/base/libbase.dylib BUG=chromium:90078 Review URL: https://chromiumcodereview.appspot.com/9700021 git-svn-id: http://gyp.googlecode.com/svn/trunk@1245 78cadc50-ecff-11dd-a971-7dbc132099af
2009-10-22Add AUTHORS and LICENSE files, and copyright headers to relevant source files.sgk@chromium.org
BUG=62 TEST=none Review URL: http://codereview.chromium.org/306051 git-svn-id: http://gyp.googlecode.com/svn/trunk@721 78cadc50-ecff-11dd-a971-7dbc132099af
2009-10-20Adding in missing tests from 297006 (incorrectly cloned from 271019).bradnelson@google.com
Oops, forgot to add new files. BUG=None TEST=None TBR=piman Review URL: http://codereview.chromium.org/304010 git-svn-id: http://gyp.googlecode.com/svn/trunk@711 78cadc50-ecff-11dd-a971-7dbc132099af