diff options
Diffstat (limited to 'third_party/libwebrtc/infra/config/project.cfg')
-rw-r--r-- | third_party/libwebrtc/infra/config/project.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/libwebrtc/infra/config/project.cfg b/third_party/libwebrtc/infra/config/project.cfg new file mode 100644 index 0000000000..68aabc4c24 --- /dev/null +++ b/third_party/libwebrtc/infra/config/project.cfg @@ -0,0 +1,15 @@ +# Auto-generated by lucicfg. +# Do not modify manually. +# +# For the schema of this file, see ProjectCfg message: +# https://luci-config.appspot.com/schemas/projects:project.cfg + +name: "webrtc" +access: "group:all" +lucicfg { + version: "1.37.0" + package_dir: "." + config_dir: "." + entry_point: "config.star" + experiments: "crbug.com/1182002" +} |