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

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

Issue 2156453002: Add AAR support to Chrome and convert support libraries to using AARs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert change in 3p/android_async_task/README.chromium Created 4 years, 5 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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chromecast/browser/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # GYP: //chrome/chrome_tests.gypi:chrome_java_test_support 7 # GYP: //chrome/chrome_tests.gypi:chrome_java_test_support
8 android_library("chrome_java_test_support") { 8 android_library("chrome_java_test_support") {
9 testonly = true 9 testonly = true
10 java_files = [ 10 java_files = [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "//components/policy/android:policy_java", 68 "//components/policy/android:policy_java",
69 "//components/policy/android:policy_java_test_support", 69 "//components/policy/android:policy_java_test_support",
70 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 70 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
71 "//content/public/android:content_java", 71 "//content/public/android:content_java",
72 "//content/public/test/android:content_java_test_support", 72 "//content/public/test/android:content_java_test_support",
73 "//net/android:net_java", 73 "//net/android:net_java",
74 "//net/android:net_java_test_support", 74 "//net/android:net_java_test_support",
75 "//sync:sync_java_test_support", 75 "//sync:sync_java_test_support",
76 "//sync/android:sync_java", 76 "//sync/android:sync_java",
77 "//testing/android/reporter:reporter_java", 77 "//testing/android/reporter:reporter_java",
78 "//third_party/android_tools:android_support_v13_java",
79 "//third_party/android_tools:android_support_v7_appcompat_java", 78 "//third_party/android_tools:android_support_v7_appcompat_java",
80 "//third_party/android_tools:legacy_http_javalib", 79 "//third_party/android_tools:legacy_http_javalib",
81 "//third_party/jsr-305:jsr_305_javalib", 80 "//third_party/jsr-305:jsr_305_javalib",
82 "//ui/android:ui_java", 81 "//ui/android:ui_java",
83 google_play_services_library, 82 google_play_services_library,
84 ] 83 ]
85 } 84 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chromecast/browser/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698