Commit babe1d8f authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

Adds autofill sync test to android_sync_integration_tests

TEST: Locally tested on Nexus 5 device.
Bug: 1117345
Change-Id: Ia1690ea4800ab1230aebd60addc92ea4a81af9be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417254
Auto-Submit: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808266}
parent b4703e7a
......@@ -596,6 +596,7 @@ if (is_android) {
]
sources = [
"../browser/sync/test/integration/single_client_autofill_profile_sync_test.cc",
"../browser/sync/test/integration/single_client_typed_urls_sync_test.cc",
"android/browsertests_apk/android_browsertests_jni_onload.cc",
]
......@@ -6568,6 +6569,8 @@ if (!is_fuchsia) {
source_set("sync_integration_test_support") {
testonly = true
sources = [
"../browser/sync/test/integration/autofill_helper.cc",
"../browser/sync/test/integration/autofill_helper.h",
"../browser/sync/test/integration/configuration_refresher.cc",
"../browser/sync/test/integration/configuration_refresher.h",
"../browser/sync/test/integration/fake_server_invalidation_sender.cc",
......@@ -6599,8 +6602,6 @@ if (!is_fuchsia) {
sources += [
"../browser/sync/test/integration/apps_helper.cc",
"../browser/sync/test/integration/apps_helper.h",
"../browser/sync/test/integration/autofill_helper.cc",
"../browser/sync/test/integration/autofill_helper.h",
"../browser/sync/test/integration/await_match_status_change_checker.cc",
"../browser/sync/test/integration/await_match_status_change_checker.h",
"../browser/sync/test/integration/bookmarks_helper.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment