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

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

Issue 2430773002: Fix WebappDataStorage#updateDidLastWebApkUpdateRequestSucceed() corner cases (Closed)
Patch Set: Merge branch 'master' into update_fail00 Created 4 years, 2 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/android/webapk/shell_apk/BUILD.gn
diff --git a/chrome/android/webapk/shell_apk/BUILD.gn b/chrome/android/webapk/shell_apk/BUILD.gn
index 57db951aa01398c3a88f9acb46dd64107d964c05..fb6fabed50357b3b602de6db31d4302a82111f36 100644
--- a/chrome/android/webapk/shell_apk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/BUILD.gn
@@ -144,5 +144,6 @@ junit_binary("webapk_shell_apk_junit_tests") {
deps = [
":webapk_java",
"//chrome/android/webapk/libs/common:common_java",
+ "//chrome/android/webapk/test:junit_test_support",
]
}

Powered by Google App Engine
This is Rietveld 408576698