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

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: Rebase add chrome_version_java/page_connection_info_javagen Created 6 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
« no previous file with comments | « sync/BUILD.gn ('k') | sync/sync_android.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/jsr-305:jsr_305_javalib",
14 "//third_party/android_tools:android_gcm_java",
15 ]
16 DEPRECATED_java_in_dir = "java/src"
17 }
18
19 android_library("sync_javatests") {
20 testonly = true
21 deps = [
22 ":sync_java",
23 "//base:base_java",
24 "//base:base_java_test_support",
25 "//sync:sync_java_test_support",
26 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
27 "//third_party/cacheinvalidation:cacheinvalidation_proto_java",
28 "//third_party/jsr-305:jsr_305_javalib",
29 ]
30 DEPRECATED_java_in_dir = "javatests/src"
31 }
OLDNEW
« no previous file with comments | « sync/BUILD.gn ('k') | sync/sync_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698