OWNERS: Make everyone able to change *.gn,*.gni files.
Project-wide change to make it possible for all team members
to do changes to GN files.
NOTRY=True
R=kwiberg@webrtc.org
TBR=henrika@webrtc.org
Review URL: https://codereview.webrtc.org/2320043002 .
Cr-Original-Commit-Position: refs/heads/master@{#14163}
Cr-Mirrored-From: https://chromium.googlesource.com/external/webrtc
Cr-Mirrored-Commit: a41c13e6a2c472512095493e1755449eec309338
diff --git a/OWNERS b/OWNERS
index e48e693..c14e660 100644
--- a/OWNERS
+++ b/OWNERS
@@ -10,9 +10,9 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
 
-per-file BUILD.gn=kjellander@webrtc.org
-
 per-file *video*.h=pbos@webrtc.org
diff --git a/api/OWNERS b/api/OWNERS
index 225b97a..26485cf 100644
--- a/api/OWNERS
+++ b/api/OWNERS
@@ -13,7 +13,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/audio/OWNERS b/audio/OWNERS
index f0cc72a..0081a01 100644
--- a/audio/OWNERS
+++ b/audio/OWNERS
@@ -3,7 +3,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/base/OWNERS b/base/OWNERS
index b5d02af..3171faa 100644
--- a/base/OWNERS
+++ b/base/OWNERS
@@ -11,10 +11,10 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
 
-per-file BUILD.gn=kjellander@webrtc.org
 per-file rate_statistics*=sprang@webrtc.org
 per-file rate_statistics*=stefan@webrtc.org
-
diff --git a/build/mb_config.pyl b/build/mb_config.pyl
index 98460f4..d4909d0 100644
--- a/build/mb_config.pyl
+++ b/build/mb_config.pyl
@@ -212,10 +212,10 @@
       'ios', 'gn', 'debug_static_bot', 'x64'
     ],
     'ios_gyp_debug_static_bot_arm64_device': [
-      'ios', 'gyp', 'debug_static_bot', 'arm64', 'device'
+      'ios', 'gyp_limited_support_build', 'debug_static_bot', 'arm64', 'device'
     ],
     'ios_gyp_release_bot_arm64_device': [
-      'ios', 'gyp', 'release_bot', 'arm64', 'device'
+      'ios', 'gyp_limited_support_build', 'release_bot', 'arm64', 'device'
     ],
 
     # Linux, Mac and Windows
diff --git a/call/OWNERS b/call/OWNERS
index 792de19..534f097 100644
--- a/call/OWNERS
+++ b/call/OWNERS
@@ -5,7 +5,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/common_audio/OWNERS b/common_audio/OWNERS
index 208a7c5..fe4854d 100644
--- a/common_audio/OWNERS
+++ b/common_audio/OWNERS
@@ -7,7 +7,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/common_video/OWNERS b/common_video/OWNERS
index 2c5fe8c..caafb35 100644
--- a/common_video/OWNERS
+++ b/common_video/OWNERS
@@ -8,7 +8,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/examples/OWNERS b/examples/OWNERS
index 6e66aca..53c38ab 100644
--- a/examples/OWNERS
+++ b/examples/OWNERS
@@ -3,4 +3,9 @@
 perkj@webrtc.org
 tkchin@webrtc.org
 
-per-file BUILD.gn=kjellander@webrtc.org
+# These are for the common case of adding or renaming files. If you're doing
+# structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
+per-file *.gyp=*
+per-file *.gypi=*
diff --git a/libjingle/xmllite/OWNERS b/libjingle/xmllite/OWNERS
index 0884c29..67c9880 100644
--- a/libjingle/xmllite/OWNERS
+++ b/libjingle/xmllite/OWNERS
@@ -1,3 +1,8 @@
 # See ../OWNERS for more owners.
 
-per-file BUILD.gn=kjellander@webrtc.org
+# These are for the common case of adding or renaming files. If you're doing
+# structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
+per-file *.gyp=*
+per-file *.gypi=*
diff --git a/libjingle/xmpp/OWNERS b/libjingle/xmpp/OWNERS
index 0884c29..67c9880 100644
--- a/libjingle/xmpp/OWNERS
+++ b/libjingle/xmpp/OWNERS
@@ -1,3 +1,8 @@
 # See ../OWNERS for more owners.
 
-per-file BUILD.gn=kjellander@webrtc.org
+# These are for the common case of adding or renaming files. If you're doing
+# structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
+per-file *.gyp=*
+per-file *.gypi=*
diff --git a/media/OWNERS b/media/OWNERS
index c636728..c977619 100644
--- a/media/OWNERS
+++ b/media/OWNERS
@@ -7,7 +7,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/OWNERS b/modules/OWNERS
index b806e21..6d730e7 100644
--- a/modules/OWNERS
+++ b/modules/OWNERS
@@ -2,7 +2,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/audio_coding/OWNERS b/modules/audio_coding/OWNERS
index 77db17d..ea329a2 100644
--- a/modules/audio_coding/OWNERS
+++ b/modules/audio_coding/OWNERS
@@ -7,7 +7,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/audio_conference_mixer/OWNERS b/modules/audio_conference_mixer/OWNERS
index ea2062a..49f6c7a 100644
--- a/modules/audio_conference_mixer/OWNERS
+++ b/modules/audio_conference_mixer/OWNERS
@@ -2,7 +2,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/audio_device/OWNERS b/modules/audio_device/OWNERS
index 12d67c0..daaa1f8 100644
--- a/modules/audio_device/OWNERS
+++ b/modules/audio_device/OWNERS
@@ -6,7 +6,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/audio_mixer/OWNERS b/modules/audio_mixer/OWNERS
index 3127553..eac5ed1 100644
--- a/modules/audio_mixer/OWNERS
+++ b/modules/audio_mixer/OWNERS
@@ -1,4 +1,9 @@
 aleloi@webrtc.org
 henrik.lundin@webrtc.org
 
-per-file BUILD.gn=kjellander@webrtc.org
+# These are for the common case of adding or renaming files. If you're doing
+# structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
+per-file *.gyp=*
+per-file *.gypi=*
diff --git a/modules/audio_processing/OWNERS b/modules/audio_processing/OWNERS
index d14f7f8..cfd8a75 100644
--- a/modules/audio_processing/OWNERS
+++ b/modules/audio_processing/OWNERS
@@ -4,7 +4,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/bitrate_controller/OWNERS b/modules/bitrate_controller/OWNERS
index 2aa9763..3e140fd 100644
--- a/modules/bitrate_controller/OWNERS
+++ b/modules/bitrate_controller/OWNERS
@@ -1,11 +1,11 @@
-stefan@webrtc.org
-henrik.lundin@webrtc.org
-mflodman@webrtc.org
-asapersson@webrtc.org
+stefan@webrtc.org
+henrik.lundin@webrtc.org
+mflodman@webrtc.org
+asapersson@webrtc.org
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/congestion_controller/OWNERS b/modules/congestion_controller/OWNERS
index 673c6bf..bdef3a8 100644
--- a/modules/congestion_controller/OWNERS
+++ b/modules/congestion_controller/OWNERS
@@ -3,7 +3,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/desktop_capture/OWNERS b/modules/desktop_capture/OWNERS
index 67d2fa1..43064f1 100644
--- a/modules/desktop_capture/OWNERS
+++ b/modules/desktop_capture/OWNERS
@@ -5,7 +5,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/media_file/OWNERS b/modules/media_file/OWNERS
index f6467a4..073f08d 100644
--- a/modules/media_file/OWNERS
+++ b/modules/media_file/OWNERS
@@ -4,7 +4,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/pacing/OWNERS b/modules/pacing/OWNERS
index bde04e2..1ddbc23 100644
--- a/modules/pacing/OWNERS
+++ b/modules/pacing/OWNERS
@@ -4,7 +4,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/remote_bitrate_estimator/OWNERS b/modules/remote_bitrate_estimator/OWNERS
index fd12dce..3e140fd 100644
--- a/modules/remote_bitrate_estimator/OWNERS
+++ b/modules/remote_bitrate_estimator/OWNERS
@@ -5,7 +5,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/rtp_rtcp/OWNERS b/modules/rtp_rtcp/OWNERS
index d0e5db3..06cb0b1 100644
--- a/modules/rtp_rtcp/OWNERS
+++ b/modules/rtp_rtcp/OWNERS
@@ -6,7 +6,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/utility/OWNERS b/modules/utility/OWNERS
index 9456ae0..233b5ff 100644
--- a/modules/utility/OWNERS
+++ b/modules/utility/OWNERS
@@ -2,7 +2,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/video_capture/OWNERS b/modules/video_capture/OWNERS
index f8a5568..9f4e0ae 100644
--- a/modules/video_capture/OWNERS
+++ b/modules/video_capture/OWNERS
@@ -7,7 +7,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/video_coding/OWNERS b/modules/video_coding/OWNERS
index 97d9f19..55f9385 100644
--- a/modules/video_coding/OWNERS
+++ b/modules/video_coding/OWNERS
@@ -5,7 +5,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/modules/video_processing/OWNERS b/modules/video_processing/OWNERS
index 389d632..31a6692 100644
--- a/modules/video_processing/OWNERS
+++ b/modules/video_processing/OWNERS
@@ -3,7 +3,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/p2p/OWNERS b/p2p/OWNERS
index b88a9dd..fa76300 100644
--- a/p2p/OWNERS
+++ b/p2p/OWNERS
@@ -13,7 +13,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/pc/OWNERS b/pc/OWNERS
index fe79d7e..4296061 100644
--- a/pc/OWNERS
+++ b/pc/OWNERS
@@ -10,7 +10,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/sdk/OWNERS b/sdk/OWNERS
index 2a11291..5767c9d 100644
--- a/sdk/OWNERS
+++ b/sdk/OWNERS
@@ -2,7 +2,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/stats/OWNERS b/stats/OWNERS
index 2dd6dd4..1c4e2eb 100644
--- a/stats/OWNERS
+++ b/stats/OWNERS
@@ -3,7 +3,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/system_wrappers/OWNERS b/system_wrappers/OWNERS
index f55277e..beed952 100644
--- a/system_wrappers/OWNERS
+++ b/system_wrappers/OWNERS
@@ -6,7 +6,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/video/OWNERS b/video/OWNERS
index 3f5e165..a2e3e01 100644
--- a/video/OWNERS
+++ b/video/OWNERS
@@ -4,7 +4,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org
diff --git a/voice_engine/OWNERS b/voice_engine/OWNERS
index ee81fe4..ec1336e 100644
--- a/voice_engine/OWNERS
+++ b/voice_engine/OWNERS
@@ -7,7 +7,7 @@
 
 # These are for the common case of adding or renaming files. If you're doing
 # structural changes, please get a review from a reviewer in this file.
+per-file *.gn=*
+per-file *.gni=*
 per-file *.gyp=*
 per-file *.gypi=*
-
-per-file BUILD.gn=kjellander@webrtc.org