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

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

Issue 2853003003: [Android] Keep extracted secondary dex files when clearing data in tests. (RELAND) (Closed)
Patch Set: Fixed Created 3 years, 7 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "//components/signin/core/browser/android:signin_java_test_support", 84 "//components/signin/core/browser/android:signin_java_test_support",
85 "//components/sync/android:sync_java", 85 "//components/sync/android:sync_java",
86 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 86 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
87 "//content/public/android:content_java", 87 "//content/public/android:content_java",
88 "//content/public/test/android:content_java_test_support", 88 "//content/public/test/android:content_java_test_support",
89 "//net/android:net_java", 89 "//net/android:net_java",
90 "//net/android:net_java_test_support", 90 "//net/android:net_java_test_support",
91 "//testing/android/reporter:reporter_java", 91 "//testing/android/reporter:reporter_java",
92 "//third_party/android_support_test_runner:rules_java", 92 "//third_party/android_support_test_runner:rules_java",
93 "//third_party/android_support_test_runner:runner_java", 93 "//third_party/android_support_test_runner:runner_java",
94 "//third_party/android_tools:android_support_compat_java",
94 "//third_party/android_tools:android_support_design_java", 95 "//third_party/android_tools:android_support_design_java",
95 "//third_party/android_tools:android_support_transition_java", 96 "//third_party/android_tools:android_support_transition_java",
96 "//third_party/android_tools:android_support_v7_appcompat_java", 97 "//third_party/android_tools:android_support_v7_appcompat_java",
97 "//third_party/android_tools:android_support_v7_recyclerview_java", 98 "//third_party/android_tools:android_support_v7_recyclerview_java",
98 "//third_party/jsr-305:jsr_305_javalib", 99 "//third_party/jsr-305:jsr_305_javalib",
99 "//third_party/junit", 100 "//third_party/junit",
100 "//ui/android:ui_java", 101 "//ui/android:ui_java",
101 google_play_services_library, 102 google_play_services_library,
102 ] 103 ]
103 } 104 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698