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

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

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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 # 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 DEPRECATED_java_in_dir = "javatests/src" 10 DEPRECATED_java_in_dir = "javatests/src"
11 deps = [ 11 deps = [
12 "//base:base_java", 12 "//base:base_java",
13 "//base:base_java_test_support", 13 "//base:base_java_test_support",
14 "//chrome/android:chrome_java", 14 "//chrome/android:chrome_java",
15 "//chrome/android:chrome_java_resources", 15 "//chrome/android:chrome_java_resources",
16 "//components/invalidation:java", 16 "//components/invalidation/impl:java",
17 "//content/public/android:content_java", 17 "//content/public/android:content_java",
18 "//content/public/test/android:content_java_test_support", 18 "//content/public/test/android:content_java_test_support",
19 "//net/android:net_java_test_support", 19 "//net/android:net_java_test_support",
20 "//sync/android:sync_java", 20 "//sync/android:sync_java",
21 "//sync:sync_java_test_support", 21 "//sync:sync_java_test_support",
22 "//third_party/jsr-305:jsr_305_javalib", 22 "//third_party/jsr-305:jsr_305_javalib",
23 "//ui/android:ui_java", 23 "//ui/android:ui_java",
24 ] 24 ]
25 } 25 }
26 26
(...skipping 16 matching lines...) Expand all
43 "//net/android:net_java_test_support", 43 "//net/android:net_java_test_support",
44 "//sync/android:sync_java", 44 "//sync/android:sync_java",
45 "//sync:sync_java_test_support", 45 "//sync:sync_java_test_support",
46 "//testing/android/reporter:reporter_java", 46 "//testing/android/reporter:reporter_java",
47 "//third_party/android_tools:android_support_v7_appcompat_java", 47 "//third_party/android_tools:android_support_v7_appcompat_java",
48 "//third_party/android_tools:android_support_v13_java", 48 "//third_party/android_tools:android_support_v13_java",
49 "//third_party/jsr-305:jsr_305_javalib", 49 "//third_party/jsr-305:jsr_305_javalib",
50 "//ui/android:ui_java", 50 "//ui/android:ui_java",
51 ] 51 ]
52 } 52 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/BUILD.gn » ('j') | components/invalidation/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698