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

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 'master' into webapk_builder_impl22_no_content Created 4 years, 4 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/android/shortcut_helper.cc ('k') | chrome/browser/android/webapk/webapk.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/webapk/BUILD.gn
diff --git a/components/subresource_filter/core/common/proto/BUILD.gn b/chrome/browser/android/webapk/BUILD.gn
similarity index 92%
copy from components/subresource_filter/core/common/proto/BUILD.gn
copy to chrome/browser/android/webapk/BUILD.gn
index b0ccabe19c3f36ad093760243376559a54df998d..6bcd0ac4dc479305465907faf565904972b09a00 100644
--- a/components/subresource_filter/core/common/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 = [
- "rules.proto",
+ "webapk.proto",
]
}
« no previous file with comments | « chrome/browser/android/shortcut_helper.cc ('k') | chrome/browser/android/webapk/webapk.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698