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

Unified Diff: components/copresence/BUILD.gn

Issue 690213004: Refactoring AudioDirectiveHandler to support testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « components/copresence.gypi ('k') | components/copresence/handlers/audio/audio_directive_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/BUILD.gn
diff --git a/components/copresence/BUILD.gn b/components/copresence/BUILD.gn
index 274b309964aa69ac2ee6bd7a77875fcec36c2cca..47a5acb94b895b48c1202b6434fe576f03e8f819 100644
--- a/components/copresence/BUILD.gn
+++ b/components/copresence/BUILD.gn
@@ -8,8 +8,9 @@ static_library("copresence") {
"copresence_manager_impl.cc",
"copresence_switches.cc",
"copresence_switches.h",
- "handlers/audio/audio_directive_handler.cc",
"handlers/audio/audio_directive_handler.h",
+ "handlers/audio/audio_directive_handler_impl.cc",
+ "handlers/audio/audio_directive_handler_impl.h",
"handlers/audio/audio_directive_list.cc",
"handlers/audio/audio_directive_list.h",
"handlers/audio/tick_clock_ref_counted.cc",
« no previous file with comments | « components/copresence.gypi ('k') | components/copresence/handlers/audio/audio_directive_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698