Index: sync/BUILD.gn |
diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
index 237abd9654b2567b3e0243c3d03dd28a527de708..e5778beec3b490acedf8316a7cee4aaf8873ea90 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" ] |