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

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

Issue 2793033003: [Android] Remove org.apache.http from proguard flags and gn. (Closed)
Patch Set: rebase and git cl format Created 3 years, 8 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_design_java", 86 "//third_party/android_tools:android_support_design_java",
87 "//third_party/android_tools:android_support_transition_java", 87 "//third_party/android_tools:android_support_transition_java",
88 "//third_party/android_tools:android_support_v7_appcompat_java", 88 "//third_party/android_tools:android_support_v7_appcompat_java",
89 "//third_party/android_tools:android_support_v7_recyclerview_java", 89 "//third_party/android_tools:android_support_v7_recyclerview_java",
90 "//third_party/android_tools:legacy_http_javalib",
91 "//third_party/jsr-305:jsr_305_javalib", 90 "//third_party/jsr-305:jsr_305_javalib",
92 "//third_party/junit", 91 "//third_party/junit",
93 "//ui/android:ui_java", 92 "//ui/android:ui_java",
94 google_play_services_library, 93 google_play_services_library,
95 ] 94 ]
96 } 95 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698