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

Unified Diff: components/autofill/core/browser/proto/BUILD.gn

Issue 2598113002: [Sync] Use a proto to generate AutofillSyncStorageKey's storage keys. (Closed)
Patch Set: Rebased and updated for comments. 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: components/autofill/core/browser/proto/BUILD.gn
diff --git a/components/autofill/core/browser/proto/BUILD.gn b/components/autofill/core/browser/proto/BUILD.gn
index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..2a8069f637866621e10e2133bf3e9c9fce0c95cb 100644
--- a/components/autofill/core/browser/proto/BUILD.gn
+++ b/components/autofill/core/browser/proto/BUILD.gn
@@ -6,6 +6,7 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
+ "autofill_sync.proto",
Mathieu 2017/01/06 01:51:29 why not "sync.proto"? We are already in the autofi
skym 2017/01/06 18:29:03 You're right, it is redundant. I actually tried to
"server.proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698