Merge "Update README.chromium" into main
diff --git a/BUILD.gn b/BUILD.gn
index 2f8638d..deb0f8d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -166,8 +166,8 @@
configs += [ ":srtp_test_config" ]
deps = [ ":libsrtp" ]
sources = [
- "test/getopt_s.h",
"test/getopt_s.c",
+ "test/getopt_s.h",
"test/ut_sim.c",
"test/ut_sim.h",
"test/util.c",
@@ -210,10 +210,13 @@
configs += [ "//build/config/compiler:no_chromium_code" ]
configs += [ ":srtp_test_config" ]
output_dir = "${root_out_dir}/srtp_tests"
- deps = [ ":libsrtp" ]
+ deps = [
+ ":libsrtp",
+ ":cipher_driver"
+ ]
sources = [
- "include/getopt_s.h",
"test/getopt_s.c",
+ "test/getopt_s.h",
"test/rtp.c",
"test/rtp.h",
"test/rtpw.c",
diff --git a/DIR_METADATA b/DIR_METADATA
index 66cc019..c3c3c4d 100644
--- a/DIR_METADATA
+++ b/DIR_METADATA
@@ -1,3 +1,6 @@
monorail {
component: "Blink>WebRTC"
}
+buganizer_public: {
+ component_id: 1456096
+}