| 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" ]
|
|
|