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

Unified Diff: components/copresence/BUILD.gn

Issue 806853003: Revert of Revert of Adding CopresenceState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/copresence_manager_impl.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 6b4f64dc28f71405128f95aec23c9409fba3c5c2..74dd8760a4f3b4815a59bece3998a3582c1a010f 100644
--- a/components/copresence/BUILD.gn
+++ b/components/copresence/BUILD.gn
@@ -6,6 +6,8 @@
sources = [
"copresence_constants.cc",
"copresence_manager_impl.cc",
+ "copresence_state_impl.cc",
+ "copresence_state_impl.h",
"copresence_switches.cc",
"copresence_switches.h",
"handlers/audio/audio_directive_handler.h",
@@ -33,12 +35,16 @@
"public/copresence_constants.h",
"public/copresence_delegate.h",
"public/copresence_manager.h",
+ "public/copresence_observer.h",
+ "public/copresence_state.h",
"public/whispernet_client.h",
"rpc/http_post.cc",
"rpc/http_post.h",
"rpc/rpc_handler.cc",
"rpc/rpc_handler.h",
"timed_map.h",
+ "tokens.cc",
+ "tokens.h",
]
deps = [
« no previous file with comments | « components/copresence.gypi ('k') | components/copresence/copresence_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698