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

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

Issue 2351703003: Refactor: move components/sync/../signin to components/signin/../ (Closed)
Patch Set: rebase Created 4 years, 2 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/ChromeActivityTestCaseBase.java", 10 "javatests/src/org/chromium/chrome/test/ChromeActivityTestCaseBase.java",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ] 60 ]
61 deps = [ 61 deps = [
62 "//base:base_java", 62 "//base:base_java",
63 "//base:base_java_test_support", 63 "//base:base_java_test_support",
64 "//chrome/android:chrome_java", 64 "//chrome/android:chrome_java",
65 "//components/bookmarks/common/android:bookmarks_java", 65 "//components/bookmarks/common/android:bookmarks_java",
66 "//components/invalidation/impl:java", 66 "//components/invalidation/impl:java",
67 "//components/location/android:location_java", 67 "//components/location/android:location_java",
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/sync:sync_java_test_support", 70 "//components/signin/core/browser/android:java",
71 "//components/signin/core/browser/android:signin_java_test_support",
71 "//components/sync/android:sync_java", 72 "//components/sync/android:sync_java",
72 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va", 73 "//components/web_contents_delegate_android:web_contents_delegate_android_ja va",
73 "//content/public/android:content_java", 74 "//content/public/android:content_java",
74 "//content/public/test/android:content_java_test_support", 75 "//content/public/test/android:content_java_test_support",
75 "//net/android:net_java", 76 "//net/android:net_java",
76 "//net/android:net_java_test_support", 77 "//net/android:net_java_test_support",
77 "//testing/android/reporter:reporter_java", 78 "//testing/android/reporter:reporter_java",
78 "//third_party/android_tools:android_support_v7_appcompat_java", 79 "//third_party/android_tools:android_support_v7_appcompat_java",
79 "//third_party/android_tools:legacy_http_javalib", 80 "//third_party/android_tools:legacy_http_javalib",
80 "//third_party/jsr-305:jsr_305_javalib", 81 "//third_party/jsr-305:jsr_305_javalib",
81 "//ui/android:ui_java", 82 "//ui/android:ui_java",
82 google_play_services_library, 83 google_play_services_library,
83 ] 84 ]
84 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698