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

Unified Diff: chrome/chrome_tests.gypi

Issue 1763713003: Fix accessibility order of Android tabstrip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and fixed Java and GN Created 4 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/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 81691b3a07bf91a9be00d0a9e1672695a3a66fad..20f6bac04ddc46ee31902d70770ff1067dc3c74e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3180,6 +3180,8 @@
'target_name': 'chrome_junit_tests',
'type': 'none',
'dependencies': [
+ # Allow unit-testing Chrome UI components
+ 'android/chrome_apk.gyp:chrome_public_apk_java',
'chrome_java',
'../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',

Powered by Google App Engine
This is Rietveld 408576698