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

Unified Diff: content/public/common/BUILD.gn

Issue 2617143006: [Presentation API] Move Presentation API structs to public/common (Closed)
Patch Set: Rebase Created 3 years, 11 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
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 7e7f0eb3c65f6c5faa417df0fb091e44f644a074..e4171911733c0a58720901974e7d9ece8cb67a8b 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -174,8 +174,12 @@ source_set("common_sources") {
"persistent_notification_status.h",
"platform_notification_data.cc",
"platform_notification_data.h",
+ "presentation_connection_message.cc",
+ "presentation_connection_message.h",
"presentation_constants.cc",
"presentation_constants.h",
+ "presentation_session.cc",
+ "presentation_session.h",
"process_type.h",
"push_messaging_status.cc",
"push_messaging_status.h",
« no previous file with comments | « content/public/browser/presentation_session.cc ('k') | content/public/common/presentation_connection_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698