GN: Enable libvpx, add link target and convert some test targets

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@7344 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/setup_links.py b/setup_links.py
index c403ca8..a72565e 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -79,6 +79,11 @@
     'base',
     'third_party/android_testrunner',
     'third_party/android_tools',
+    'third_party/ashmem',
+    'third_party/jsr-305',
+    'third_party/libevent',
+    'third_party/libxml',
+    'third_party/modp_b64',
     'tools/android',
   ]