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

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: Fixed GN Build Created 4 years, 9 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 e3ee6a37d0a2984d9d1b8aeb41adf04d453e8c38..06be63585273e20d6ac89a416fdf8f139b177366 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3147,6 +3147,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