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

Unified Diff: webrtc/test/BUILD.gn

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: 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 | « webrtc/sdk/objc/Framework/Classes/Video/RTCDefaultShader.mm ('k') | webrtc/test/fuzzers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 4faff71782bbc25bf681b620d7b4e686ae27a758..87a24dc35d17e8d8186a1fe6dd92295348b11487 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -60,6 +60,7 @@ rtc_source_set("video_test_common") {
deps = [
"..:webrtc_common",
+ "../api:optional",
"../api/video_codecs:video_codecs_api",
"../call:video_stream_api",
"../common_video",
@@ -370,6 +371,7 @@ rtc_source_set("fileutils") {
]
deps = [
"..:webrtc_common",
+ "../api:optional",
"../rtc_base:rtc_base_approved",
]
if (is_ios) {
@@ -434,6 +436,7 @@ rtc_source_set("fileutils_unittests") {
deps = [
":fileutils",
":test_support",
+ "../api:optional",
"../rtc_base:rtc_base_approved",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/Video/RTCDefaultShader.mm ('k') | webrtc/test/fuzzers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698