summaryrefslogtreecommitdiff
path: root/voice_engine/OWNERS
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-23 19:21:07 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-23 19:21:07 +0000
commit3610f638d5aa330038475c309151dbd586d828f6 (patch)
tree338bdb8c7a95e7ae9dbc7e22dc095b9ccfedd54c /voice_engine/OWNERS
parentba4cfb1140b5da3bbd1fa83660b3f0595b17ac40 (diff)
downloadwebrtc-3610f638d5aa330038475c309151dbd586d828f6.tar.gz
GN: Add BUILD.gn files + kjellander to OWNERS
This should work as a foundation for all the work that is left to do to make the parts of WebRTC that Chromium uses to build with GN. I implemented some the smaller modules myself in this CL. The remaining work (TODO's in the .gn files) will be distributed to various team members. I'm adding myself to OWNERS files for BUILD.gn files in all the directories where I'm adding a BUILD.gn file. BUG=3441 TEST= Successful compilation of WebRTC as standalone: gn gen out/Default --args="build_with_chromium=false" && ninja -C out/Default gn gen out/Default --args="build_with_chromium=false is_clang=true clang_use_chrome_plugins=false" && ninja -C out/Default I built successfully from a Chromium checkout (with https://codereview.chromium.org/321313006/ applied) using: gn gen out/Default && ninja -C out/Default webrtc R=brettw@chromium.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13749004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6523 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/OWNERS')
-rw-r--r--voice_engine/OWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/voice_engine/OWNERS b/voice_engine/OWNERS
index 7bb3cd52..1fe45940 100644
--- a/voice_engine/OWNERS
+++ b/voice_engine/OWNERS
@@ -9,3 +9,5 @@ per-file *.isolate=kjellander@webrtc.org
# structural changes, please get a review from a reviewer in this file.
per-file *.gyp=*
per-file *.gypi=*
+
+per-file BUILD.gn=kjellander@webrtc.org