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

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: 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 | « sync/internal_api/public/base/model_type.h ('k') | sync/sync_android.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ }],
],
},
{
« no previous file with comments | « sync/internal_api/public/base/model_type.h ('k') | sync/sync_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698