4bc4d2747b
GN: Fix Windows Clang errors
...
BUG=webrtc:6255
NOTRY=True
Review-Url: https://codereview.webrtc.org/2274713005
Cr-Commit-Position: refs/heads/master@{#13919}
2016-08-25 11:15:46 +00:00
bcba64a0fa
GN: Add "//build/config/sanitizers:deps" as a dependency to executable targets.
...
When the sanitizer bots are switched to GN, this needs to be included as a dependency so that the executables can be compiled.
BUG=webrtc:6215
NOTRY=True
Review-Url: https://codereview.webrtc.org/2250893003
Cr-Commit-Position: refs/heads/master@{#13829}
2016-08-19 09:11:15 +00:00
5d4d59c069
Remove LooperExecutor and replace it with built-in HandlerThread.
...
Review-Url: https://codereview.webrtc.org/2206473003
Cr-Commit-Position: refs/heads/master@{#13688}
2016-08-09 09:03:41 +00:00
0727f15186
Create gn target for peerconnection examples
...
BUG=
Review-Url: https://codereview.webrtc.org/2218053002
Cr-Commit-Position: refs/heads/master@{#13673}
2016-08-08 16:03:27 +00:00
2ddfdba989
GN: Add targets for AppRTCDemo on Mac+iOS
...
BUG=webrtc:6022
NOTRY=True
Review-Url: https://codereview.webrtc.org/2211413003
Cr-Commit-Position: refs/heads/master@{#13666}
2016-08-08 04:37:56 +00:00
9a123aa0c3
Rename apprtc lib to match GN lib rules.
...
Chromium's src/build/config/android/internal_rules.gni says java lib
target names must end with _java or _javalib.
Review-Url: https://codereview.webrtc.org/2117283002
Cr-Commit-Position: refs/heads/master@{#13382}
2016-07-05 10:21:43 +00:00
9c0c75bd6e
Add GN targets for AppRTC Demo on Android.
...
Adds GN equivalents for following targets:
AppRTCDemo -> //webrtc/examples:AppRTCDemo
AppRTCDemo_apk -> //webrtc/examples:AppRTCDemo_lib (kind of)
AppRTCDemoJUnitTest -> //webrtc/examples:AppRTCDemoJUnitTest
AppRTCDemoTest -> //webrtc/examples:AppRTCDemoTest
libjingle_peerconnection_java -> //webrtc/api/libjingle_peerconnection_java
libjingle_peerconnection_so -> //webrtc/api/libjingle_peerconnection_so
New GN targets:
//webrtc/base:base_java
//webrtc/examples:AppRTCDemo_resources
//webrtc/examples/androidapp/third_party/autobanh:autobanh_java
BUG=webrtc:6035
R=magjed@webrtc.org , tommi@webrtc.org
Review URL: https://codereview.webrtc.org/2105803002 .
Cr-Commit-Position: refs/heads/master@{#13322}
2016-06-29 12:55:12 +00:00