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

Unified Diff: chrome/test/android/BUILD.gn

Issue 2670863004: 🏠 Add instrumentation test for Suggestions BottomSheet (Closed)
Patch Set: fix compilation, comments Created 3 years, 10 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/test/android/BUILD.gn
diff --git a/chrome/test/android/BUILD.gn b/chrome/test/android/BUILD.gn
index c3122f271f48f7fafa5b81c4882d04b61578dc45..28c8e733173596c1bb4d9f2fde8d3fd196e42a3d 100644
--- a/chrome/test/android/BUILD.gn
+++ b/chrome/test/android/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/android/rules.gni")
android_library("chrome_java_test_support") {
testonly = true
java_files = [
+ "javatests/src/org/chromium/chrome/test/BottomSheetTestCaseBase.java",
"javatests/src/org/chromium/chrome/test/ChromeActivityTestCaseBase.java",
"javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java",
"javatests/src/org/chromium/chrome/test/ChromeTabbedActivityTestBase.java",

Powered by Google App Engine
This is Rietveld 408576698