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

Unified Diff: chrome/android/BUILD.gn

Issue 2884013002: Add method to convert visible networks into Proto (Closed)
Patch Set: Add method to convert visible networks into Proto and corresponding tests. Created 3 years, 7 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/omnibox/geo/VisibleNetworks.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 e3cec7c0ffd97a0c805c861333942ff4cbdb8cd8..71ead755937b2a4c033ac1eaec0773441e08334f 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -347,6 +347,7 @@ junit_binary("chrome_junit_tests") {
":app_hooks_java",
":chrome_java",
":chrome_java_resources",
+ ":partner_location_descriptor_proto_java",
"//base:base_java",
"//base:base_java_test_support",
"//chrome/android/webapk/libs/client:client_java",
@@ -376,6 +377,7 @@ junit_binary("chrome_junit_tests") {
"//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_protobuf:protobuf_nano_javalib",
"//third_party/android_tools:android_support_annotations_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
"//third_party/android_tools:android_support_v7_mediarouter_java",
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/VisibleNetworks.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698