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

Unified Diff: sync/BUILD.gn

Issue 1247853007: [Sync] Add auto-generated ModelType in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | sync/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 30e1fddc1ef7d648e2be7b8c6e9cfea658cf2ad3..d0a7f5ce1509bf521b71f1756641a1d144c43a74 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -425,6 +425,16 @@ source_set("sync_core") {
"//sync/protocol",
]
+ if (is_android) {
+ deps += [ "//sync/android:jni_headers" ]
+ sources += [
+ "android/model_type_helper.cc",
+ "android/model_type_helper.h",
+ "android/sync_jni_registrar.cc",
+ "android/sync_jni_registrar.h",
+ ]
+ }
+
if (is_chromeos) {
# Required by get_session_name.cc on Chrome OS.
deps += [ "//chromeos" ]
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | sync/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698