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

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: Trim down to only the additions. Created 5 years, 5 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
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" ]

Powered by Google App Engine
This is Rietveld 408576698