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

Side by Side Diff: sync/android/BUILD.gn

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Created 6 years, 3 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
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//build/config/android/rules.gni")
6
7 android_library("sync_java") {
8 deps = [
9 "//base:base_java",
10 "//net/android:net_java",
11 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
12 "//third_party/cacheinvalidation:cacheinvalidation_proto_java",
13 "//third_party/guava:guava_javalib",
14 "//third_party/jsr-305:jsr_305_javalib",
15 "//third_party/android_tools:android_gcm_java",
16 ]
17 DEPRECATED_java_in_dir = "java/src"
18 }
19
20 android_library("sync_javatests") {
21 testonly = true
22 deps = [
23 ":sync_java",
24 "//base:base_java",
25 "//base:base_java_test_support",
26 "//sync:sync_java_test_support",
27 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
28 "//third_party/cacheinvalidation:cacheinvalidation_proto_java",
29 "//third_party/jsr-305:jsr_305_javalib",
30 ]
31 DEPRECATED_java_in_dir = "javatests/src"
32 }
OLDNEW
« chrome/android/BUILD.gn ('K') | « sync/BUILD.gn ('k') | sync/sync_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698