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

Unified Diff: webrtc/api/BUILD.gn

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: rebase Created 3 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 | « no previous file | webrtc/api/array_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/BUILD.gn
diff --git a/webrtc/api/BUILD.gn b/webrtc/api/BUILD.gn
index e58f3932ade5e022dfdc6c0396f63217628d3208..2e3d77a03a3c8c8f54130b50db42d7470ecbad84 100644
--- a/webrtc/api/BUILD.gn
+++ b/webrtc/api/BUILD.gn
@@ -198,6 +198,15 @@ rtc_source_set("video_frame_api") {
}
}
+rtc_source_set("array_view") {
+ sources = [
+ "array_view.h",
+ ]
+ deps = [
+ "../rtc_base:rtc_base_approved",
+ ]
+}
+
rtc_source_set("libjingle_peerconnection_test_api") {
testonly = true
sources = [
@@ -256,6 +265,7 @@ if (rtc_include_tests) {
visibility = [ "..:rtc_unittests" ]
}
sources = [
+ "array_view_unittest.cc",
"ortc/mediadescription_unittest.cc",
"ortc/sessiondescription_unittest.cc",
"rtcerror_unittest.cc",
@@ -268,8 +278,11 @@ if (rtc_include_tests) {
}
deps = [
+ ":array_view",
":libjingle_peerconnection_api",
":ortc_api",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_utils",
"../test:test_support",
]
}
« no previous file with comments | « no previous file | webrtc/api/array_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698