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

Unified Diff: chrome/browser/android/webapk/BUILD.gn

Issue 2138973002: Initial CL for talking to the WebAPK server to generate WebAPK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'webapk_builder_impl0' into webapk_builder_impl2 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
Index: chrome/browser/android/webapk/BUILD.gn
diff --git a/components/autofill/core/browser/proto/BUILD.gn b/chrome/browser/android/webapk/BUILD.gn
similarity index 92%
copy from components/autofill/core/browser/proto/BUILD.gn
copy to chrome/browser/android/webapk/BUILD.gn
index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..6bcd0ac4dc479305465907faf565904972b09a00 100644
--- a/components/autofill/core/browser/proto/BUILD.gn
+++ b/chrome/browser/android/webapk/BUILD.gn
@@ -6,6 +6,6 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
- "server.proto",
+ "webapk.proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698