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

Unified Diff: chrome/android/BUILD.gn

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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/AppIndexingUtil.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 57b41d5d02c2a4efd4259cf8289c3d0e6f90f00c..2d73b881a3e931628102fcff730835fb4ea8a176 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -360,7 +360,10 @@ junit_binary("chrome_junit_tests") {
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
"//device/geolocation:geolocation_java",
+ "//mojo/public/java:bindings_java",
+ "//mojo/public/java:system_java",
"//net/android:net_java",
+ "//third_party/WebKit/public:android_mojo_bindings_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/WebKit/public:mojo_bindings_java",
"//third_party/android_tools:android_support_annotations_java",
@@ -370,6 +373,7 @@ junit_binary("chrome_junit_tests") {
"//third_party/cacheinvalidation:cacheinvalidation_javalib",
"//third_party/hamcrest:hamcrest_java",
"//ui/android:ui_java",
+ "//url/mojo:url_mojom_gurl_java",
google_play_services_library,
]
srcjar_deps = [ "//base:base_build_config_gen" ]
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/AppIndexingUtil.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698