Complete rewrite of demo application.

BUG=2122
R=andrew@webrtc.org, fischman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/3669004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5273 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/all.gyp b/all.gyp
index 99ca3ab..27cc650 100644
--- a/all.gyp
+++ b/all.gyp
@@ -18,6 +18,13 @@
         'talk/libjingle_examples.gyp:*',
         'talk/libjingle_tests.gyp:*',
       ],
+      'conditions': [
+        ['OS=="android"', {
+          'dependencies': [
+            'webrtc/webrtc_examples.gyp:*',
+          ],
+        }],
+      ],
     },
   ],
 }