From 258ad3112050a23525549d586e569556ec3e1acc Mon Sep 17 00:00:00 2001 From: agrieve Date: Tue, 7 Jul 2015 19:08:43 -0700 Subject: [PATCH] GN: Add missing android dep for //chrome/android:chrome_junit_tests BUG=507294 Review URL: https://codereview.chromium.org/1226673006 Cr-Commit-Position: refs/heads/master@{#337733} --- chrome/android/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn index 9794ffe7fd67..0672fba47190 100644 --- a/chrome/android/BUILD.gn +++ b/chrome/android/BUILD.gn @@ -522,6 +522,7 @@ junit_binary("chrome_junit_tests") { "//base:base_java", "//base:base_java_test_support", "//sync:sync_java_test_support", + "//sync/android:sync_java", "//third_party/junit:hamcrest", "//third_party/android_tools:android_support_v7_mediarouter_java", ] -- 2.11.4.GIT