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

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

Issue 1932183002: Add IntDefs to generated Java enums. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update deps. Created 4 years, 4 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 | « components/cronet/android/BUILD.gn ('k') | device/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/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 android_library("sync_java") { 8 android_library("sync_java") {
9 deps = [ 9 deps = [
10 "//base:base_java", 10 "//base:base_java",
11 "//net/android:net_java", 11 "//net/android:net_java",
12 "//third_party/android_tools:android_gcm_java", 12 "//third_party/android_tools:android_gcm_java",
13 "//third_party/android_tools:android_support_annotations_java",
13 "//third_party/cacheinvalidation:cacheinvalidation_javalib", 14 "//third_party/cacheinvalidation:cacheinvalidation_javalib",
14 "//third_party/cacheinvalidation:cacheinvalidation_proto_java", 15 "//third_party/cacheinvalidation:cacheinvalidation_proto_java",
15 "//third_party/jsr-305:jsr_305_javalib", 16 "//third_party/jsr-305:jsr_305_javalib",
16 google_play_services_library, 17 google_play_services_library,
17 ] 18 ]
18 srcjar_deps = [ ":java_enums" ] 19 srcjar_deps = [ ":java_enums" ]
19 java_files = [ 20 java_files = [
20 "java/src/org/chromium/components/sync/AndroidSyncSettings.java", 21 "java/src/org/chromium/components/sync/AndroidSyncSettings.java",
21 "java/src/org/chromium/components/sync/ModelTypeHelper.java", 22 "java/src/org/chromium/components/sync/ModelTypeHelper.java",
22 "java/src/org/chromium/components/sync/PassphraseType.java", 23 "java/src/org/chromium/components/sync/PassphraseType.java",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//components/sync/base/stop_source.h", 63 "//components/sync/base/stop_source.h",
63 ] 64 ]
64 } 65 }
65 66
66 generate_jni("jni_headers") { 67 generate_jni("jni_headers") {
67 sources = [ 68 sources = [
68 "java/src/org/chromium/components/sync/ModelTypeHelper.java", 69 "java/src/org/chromium/components/sync/ModelTypeHelper.java",
69 ] 70 ]
70 jni_package = "syncer" 71 jni_package = "syncer"
71 } 72 }
OLDNEW
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698