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

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

Issue 799793002: Adding configuration protos (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/proto/config_data.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/copresence/proto/BUILD.gn b/components/copresence/proto/BUILD.gn
index d7cd331c65a282593cd42bb3d4b6dbeebd863e22..cdffe4bb6f4487ff57b031e1c59a77b64c285ae9 100644
--- a/components/copresence/proto/BUILD.gn
+++ b/components/copresence/proto/BUILD.gn
@@ -8,6 +8,7 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
"codes.proto",
+ "config_data.proto",
"data.proto",
"enums.proto",
"identity.proto",
« no previous file with comments | « components/copresence.gypi ('k') | components/copresence/proto/config_data.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698