summaryrefslogtreecommitdiff
path: root/tools/BUILD.gn
AgeCommit message (Collapse)Author
2014-09-30GN: Add common configs to tools and test.kjellander@webrtc.org
Similar changes as in https://review.webrtc.org/28589004/ were missed in https://review.webrtc.org/25569004/. This should fix the Chromium WebRTC FYI bots that currently are broken due to lack of include paths. BUG=3441 TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/25749004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7347 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-30GN: Enable libvpx, add link target and convert some test targetskjellander@webrtc.org
Libvpx now supports GN and this CL turns on compiling it. I also introduced an executable target 'webrtc_tests' that depends on all in WeBRTC + tests in order to get a full linking step executed (since we've seen link problems for GN when rolling WebRTC into Chromium). I also converted a few test targets and made a GN file for third_party/gflags. BUG=3441 TESTED=Trybots + full Chromium build with a symlinked src/third_party/webrtc dir to a workspace wit this CL applied. R=brettw@chromium.org TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/25569004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7344 4adac7df-926f-26a2-2b94-8c16560cd09d