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

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

Issue 1987333003: [NTP Snippets] Persist snippets in a LevelDB instead of prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test memleaks Created 4 years, 7 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/ntp_snippets/pref_names.cc ('k') | components/ntp_snippets/proto/ntp_snippets.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/proto/BUILD.gn
diff --git a/components/autofill/core/browser/proto/BUILD.gn b/components/ntp_snippets/proto/BUILD.gn
similarity index 90%
copy from components/autofill/core/browser/proto/BUILD.gn
copy to components/ntp_snippets/proto/BUILD.gn
index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..95ba179662570ba5a461f1b9c9f060babb058eaa 100644
--- a/components/autofill/core/browser/proto/BUILD.gn
+++ b/components/ntp_snippets/proto/BUILD.gn
@@ -6,6 +6,6 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
- "server.proto",
+ "ntp_snippets.proto",
]
}
« no previous file with comments | « components/ntp_snippets/pref_names.cc ('k') | components/ntp_snippets/proto/ntp_snippets.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698