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

Unified Diff: base/BUILD.gn

Issue 1708763003: Fix strict mode violation in TabPersistentStore.cleanupPersistentData() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tab-persist-1
Patch Set: fix test, address commetns Created 4 years, 10 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: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index f6e2e72c08238ce819bd165d284d25099b7107e7..4c72a524b1e9827472602133aad21cdad4e8cf7e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1997,6 +1997,7 @@ if (is_android) {
deps = [
"//third_party/android_tools:android_support_multidex_java",
+ "//third_party/android_tools:android_support_v13_java",
gone 2016/02/18 17:09:13 Yeah, I've tried this before. I think newt@ said
agrieve 2016/02/23 21:28:38 Removing from this patch, but might re-visit on it
"//third_party/jsr-305:jsr_305_javalib",
]

Powered by Google App Engine
This is Rietveld 408576698