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

Unified Diff: sync/sync_tests.gypi

Issue 457883002: Use Sync FakeServer in Android tests via custom APK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « chrome/chrome_tests.gypi ('k') | sync/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index dbd1057ca349e199c3d2aedbe60934707ea88e11..fe56e4651f33bdd4d3215cad732fed603bddd45f 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -448,6 +448,31 @@
],
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'sync_fake_server_jni_headers',
+ 'type': 'none',
+ 'sources': [
+ '../chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/FakeServerHelper.java',
+ ],
+ 'variables': {
+ 'jni_gen_package': 'sync/test/fake_server',
+ 'jni_generator_ptr_type': 'long',
+ },
+ 'includes': [ '../build/jni_generator.gypi' ],
+ },
+ {
+ 'target_name': 'test_support_sync_fake_server_android',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'sync_fake_server_jni_headers',
+ 'test_support_sync_fake_server',
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'test/fake_server/android/fake_server_helper_android.cc',
+ 'test/fake_server/android/fake_server_helper_android.h',
+ ],
+ },
],
}],
['OS == "android"', {
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | sync/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698