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

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

Issue 2861273002: [Android] Keep extracted secondary dex files when clearing data in tests. (RELAND) (Closed)
Patch Set: 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "//components/signin/core/browser/android:java", 76 "//components/signin/core/browser/android:java",
77 "//components/signin/core/browser/android:signin_java_test_support", 77 "//components/signin/core/browser/android:signin_java_test_support",
78 "//components/sync/android:sync_java", 78 "//components/sync/android:sync_java",
79 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 79 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
80 "//content/public/android:content_java", 80 "//content/public/android:content_java",
81 "//content/public/test/android:content_java_test_support", 81 "//content/public/test/android:content_java_test_support",
82 "//net/android:net_java", 82 "//net/android:net_java",
83 "//net/android:net_java_test_support", 83 "//net/android:net_java_test_support",
84 "//testing/android/reporter:reporter_java", 84 "//testing/android/reporter:reporter_java",
85 "//third_party/android_support_test_runner:runner_java", 85 "//third_party/android_support_test_runner:runner_java",
86 "//third_party/android_tools:android_support_compat_java",
86 "//third_party/android_tools:android_support_design_java", 87 "//third_party/android_tools:android_support_design_java",
87 "//third_party/android_tools:android_support_transition_java", 88 "//third_party/android_tools:android_support_transition_java",
88 "//third_party/android_tools:android_support_v7_appcompat_java", 89 "//third_party/android_tools:android_support_v7_appcompat_java",
89 "//third_party/android_tools:android_support_v7_recyclerview_java", 90 "//third_party/android_tools:android_support_v7_recyclerview_java",
90 "//third_party/jsr-305:jsr_305_javalib", 91 "//third_party/jsr-305:jsr_305_javalib",
91 "//third_party/junit", 92 "//third_party/junit",
92 "//ui/android:ui_java", 93 "//ui/android:ui_java",
93 google_play_services_library, 94 google_play_services_library,
94 ] 95 ]
95 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698