summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authorpvalenzuela <pvalenzuela@chromium.org>2015-02-06 11:43:40 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-06 19:44:29 +0000
commit2d2ac36ec2f96b234961e30e396f7d31a08207ce (patch)
treeab46509fa4b4f8ba57eb4755c01bcb31746faf06 /sync/sync_tests.gypi
parentc65111da7946762cc92e247d835c5d1a8c2ae668 (diff)
downloadchromium_src-2d2ac36ec2f96b234961e30e396f7d31a08207ce.zip
chromium_src-2d2ac36ec2f96b234961e30e396f7d31a08207ce.tar.gz
chromium_src-2d2ac36ec2f96b234961e30e396f7d31a08207ce.tar.bz2
Create a Android Sync integration test for typed URLs
This is a re-land of https://codereview.chromium.org/862113005/ This CL introduces JNI plumbing for one method of the FakeServer's verification API. One test (testUploadTypedUrl) has been added to use the API; it types a URL on the client and verifies that the URL was sent to the server. BUG=NONE Review URL: https://codereview.chromium.org/884073005 Cr-Commit-Position: refs/heads/master@{#315088}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index b1ef9cf..bf41fc3 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -475,8 +475,12 @@
'dependencies': [
'sync_fake_server_jni_headers',
'test_support_sync_fake_server',
+ '../testing/gtest.gyp:gtest',
'../base/base.gyp:base',
],
+ 'export_dependent_settings': [
+ '../testing/gtest.gyp:gtest',
+ ],
'sources': [
'test/fake_server/android/fake_server_helper_android.cc',
'test/fake_server/android/fake_server_helper_android.h',