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

Unified Diff: sync/sync.gyp

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/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 25de24d8f4c6d658c4196f8f985b50f101c67493..2ec6f352821a97f4043266862d9292322f6ddd86 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -474,6 +474,17 @@
]
},
}],
+ ['OS=="android"', {
+ 'dependencies': [
+ 'sync_jni_headers',
+ ],
+ 'sources': [
+ 'android/model_type_helper.cc',
+ 'android/model_type_helper.h',
+ 'android/sync_jni_registrar.cc',
+ 'android/sync_jni_registrar.h',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698