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

Side by Side Diff: chrome/test/android/BUILD.gn

Issue 2746013011: [Home] Add BottomSheetObserverTest#testSheetContentChanged (Closed)
Patch Set: [Home] Add BottomSheetObserverTest#testSheetContentChanged Created 3 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 android_library("chrome_java_test_support") { 7 android_library("chrome_java_test_support") {
8 testonly = true 8 testonly = true
9 java_files = [ 9 java_files = [
10 "javatests/src/org/chromium/chrome/test/BottomSheetTestCaseBase.java", 10 "javatests/src/org/chromium/chrome/test/BottomSheetTestCaseBase.java",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//components/policy/android:policy_java_test_support", 74 "//components/policy/android:policy_java_test_support",
75 "//components/signin/core/browser/android:java", 75 "//components/signin/core/browser/android:java",
76 "//components/signin/core/browser/android:signin_java_test_support", 76 "//components/signin/core/browser/android:signin_java_test_support",
77 "//components/sync/android:sync_java", 77 "//components/sync/android:sync_java",
78 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 78 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
79 "//content/public/android:content_java", 79 "//content/public/android:content_java",
80 "//content/public/test/android:content_java_test_support", 80 "//content/public/test/android:content_java_test_support",
81 "//net/android:net_java", 81 "//net/android:net_java",
82 "//net/android:net_java_test_support", 82 "//net/android:net_java_test_support",
83 "//testing/android/reporter:reporter_java", 83 "//testing/android/reporter:reporter_java",
84 "//third_party/android_tools:android_support_design_java",
85 "//third_party/android_tools:android_support_transition_java",
84 "//third_party/android_tools:android_support_v7_appcompat_java", 86 "//third_party/android_tools:android_support_v7_appcompat_java",
85 "//third_party/android_tools:android_support_v7_recyclerview_java", 87 "//third_party/android_tools:android_support_v7_recyclerview_java",
86 "//third_party/android_tools:legacy_http_javalib", 88 "//third_party/android_tools:legacy_http_javalib",
87 "//third_party/jsr-305:jsr_305_javalib", 89 "//third_party/jsr-305:jsr_305_javalib",
88 "//ui/android:ui_java", 90 "//ui/android:ui_java",
89 google_play_services_library, 91 google_play_services_library,
90 ] 92 ]
91 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698