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

Unified Diff: chrome/browser/budget_service/BUILD.gn

Issue 2107173002: Add the future storage framework for the BudgetDatabase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits and fix path error Created 4 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/budget_service/budget.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/budget_service/BUILD.gn
diff --git a/components/autofill/core/browser/proto/BUILD.gn b/chrome/browser/budget_service/BUILD.gn
similarity index 68%
copy from components/autofill/core/browser/proto/BUILD.gn
copy to chrome/browser/budget_service/BUILD.gn
index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..97ec6d9d557e5d3eaaccac47e587999f3ac2c932 100644
--- a/components/autofill/core/browser/proto/BUILD.gn
+++ b/chrome/browser/budget_service/BUILD.gn
@@ -4,8 +4,9 @@
import("//third_party/protobuf/proto_library.gni")
-proto_library("proto") {
+# GYP version: chrome/chrome_browser.gypi:budget_proto
+proto_library("budget_proto") {
sources = [
- "server.proto",
+ "budget.proto",
]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/budget_service/budget.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698