Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(701)

Unified Diff: webrtc/build/mb_config.pyl

Issue 2320043002: OWNERS: Make everyone able to change *.gn,*.gni files. (Closed)
Patch Set: Rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/OWNERS ('k') | webrtc/call/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 98460f4cb87848b6ec189bb4ed4cc74a40a0bfd2..d4909d09d78a725fd17805094b2e5a3f4916468d 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/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
« no previous file with comments | « webrtc/base/OWNERS ('k') | webrtc/call/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698