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

Unified Diff: webrtc/test/fuzzers/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/test/BUILD.gn ('k') | webrtc/test/fuzzers/audio_decoder_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index e9d771cc73fda560bb8aaf0e04d19eae4f1922ab..6035cd93af926d092cb0321989eabea109ed1cc6 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -207,6 +207,7 @@ rtc_static_library("audio_decoder_fuzzer") {
]
deps = [
"../..:webrtc_common",
+ "../../api:optional",
"../../api/audio_codecs:audio_codecs_api",
"../../modules/rtp_rtcp",
"../../rtc_base:rtc_base_approved",
@@ -369,6 +370,7 @@ webrtc_fuzzer_test("audio_processing_fuzzer") {
"audio_processing_fuzzer_configs.cc",
]
deps = [
+ "../../api:optional",
"../../modules:module_api",
"../../modules/audio_processing",
"../../rtc_base:rtc_base_approved",
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | webrtc/test/fuzzers/audio_decoder_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698