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

Unified Diff: components/copresence/proto/BUILD.gn

Issue 426093003: Add the copresence component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « components/copresence/copresence_client.cc ('k') | components/copresence/proto/codes.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/proto/BUILD.gn
diff --git a/components/dom_distiller/core/proto/BUILD.gn b/components/copresence/proto/BUILD.gn
similarity index 62%
copy from components/dom_distiller/core/proto/BUILD.gn
copy to components/copresence/proto/BUILD.gn
index a061eafc1339687ca5f8d50a130f307577460584..87812ddeeeddd0afeabef77bf0f892cd3d41c7ae 100644
--- a/components/dom_distiller/core/proto/BUILD.gn
+++ b/components/copresence/proto/BUILD.gn
@@ -4,10 +4,13 @@
import("//third_party/protobuf/proto_library.gni")
-# GYP version: components/dom_distiller.gypi:distilled_page_proto
+# GYP version: components/copresence.gypi:copresence_proto
proto_library("proto") {
sources = [
- "distilled_article.proto",
- "distilled_page.proto",
+ "codes.proto",
+ "data.proto",
+ "enums.proto",
+ "identity.proto",
+ "rpcs.proto",
]
}
« no previous file with comments | « components/copresence/copresence_client.cc ('k') | components/copresence/proto/codes.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698