summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authorpvalenzuela <pvalenzuela@chromium.org>2015-06-30 19:53:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-01 02:54:16 +0000
commita5a37a4bbd3a1af2a1d5096275fa4d339913b96c (patch)
tree36da5a06982a974f8287c216124b319433782725 /sync/sync_tests.gypi
parent8a324ff637ac36d409815ed711b629297310ee15 (diff)
downloadchromium_src-a5a37a4bbd3a1af2a1d5096275fa4d339913b96c.zip
chromium_src-a5a37a4bbd3a1af2a1d5096275fa4d339913b96c.tar.gz
chromium_src-a5a37a4bbd3a1af2a1d5096275fa4d339913b96c.tar.bz2
Sync: allow FakeServer injection of bookmark folders
This CL modifies the Sync fake server infrastructure to support adding bookmark folders on the server-side for integration tests. A test case has also been added that serves as a usage example. This CL also deletes the EntityBuilder class. This class was originally intended to be a superclass for all entity-specific builders. However, bookmarks is the only type that utilizes a builder. BUG=365774 Review URL: https://codereview.chromium.org/1218593004 Cr-Commit-Position: refs/heads/master@{#336961}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 670d67e..434d605 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -138,8 +138,6 @@
'test/fake_server/bookmark_entity.h',
'test/fake_server/bookmark_entity_builder.cc',
'test/fake_server/bookmark_entity_builder.h',
- 'test/fake_server/entity_builder.cc',
- 'test/fake_server/entity_builder.h',
'test/fake_server/entity_builder_factory.cc',
'test/fake_server/entity_builder_factory.h',
'test/fake_server/fake_server.cc',