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

Unified Diff: chrome/android/java_sources.gni

Issue 2820453002: Add a cache for recently viewed webpages. (Closed)
Patch Set: move method Created 3 years, 8 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/java_sources.gni
diff --git a/chrome/android/java_sources.gni b/chrome/android/java_sources.gni
index 12b62f6670b71a57782d24129826c70d0a4fb57e..ed4e5ecc2b5c32c8254c6b5f7b06f6a58a0c6075 100644
--- a/chrome/android/java_sources.gni
+++ b/chrome/android/java_sources.gni
@@ -1608,6 +1608,7 @@ chrome_test_java_sources = [
]
chrome_junit_test_java_sources = [
+ "junit/src/org/chromium/chrome/browser/AppIndexingUtilTest.java",
"junit/src/org/chromium/chrome/browser/ChromeBackupAgentTest.java",
"junit/src/org/chromium/chrome/browser/ChromeBackgroundServiceWaiterTest.java",
"junit/src/org/chromium/chrome/browser/DelayedScreenLockIntentHandlerTest.java",

Powered by Google App Engine
This is Rietveld 408576698