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

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_impl2 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 e06278f7b030c356c6c4c16e7e596465df39ceb3..c993797ae83ea3e45b808e66ea7e180ab43ce76f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -774,12 +774,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",
]
}

Powered by Google App Engine
This is Rietveld 408576698