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

Unified Diff: chrome/browser/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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f31f3197307ab076dd21d376d08d78a9d3c68d74..6c4dc6907a17ac2d048818aa84bf680789c66417 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -766,12 +766,14 @@ split_static_library("browser") {
":delta_file_proto",
":jni_headers",
"//blimp/client/public",
+ "//chrome/browser/android/webapk:proto",
"//components/data_usage/android",
"//components/precache/content",
"//components/precache/core",
"//components/resources:components_resources",
"//components/toolbar",
"//components/web_contents_delegate_android",
+ "//third_party/smhasher:murmurhash2",
]
}
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/banners/app_banner_infobar_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698