summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-03-27 15:40:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-27 22:40:48 +0000
commit870780454b5e8fe4687313504b6c4d324a627df7 (patch)
treebf00f40584ce88c3d9cc5a62b0bbe3c37ddec561
parent654481e2ebabb556baf92e5003c7a32d84a8b05b (diff)
downloadchromium_src-870780454b5e8fe4687313504b6c4d324a627df7.zip
chromium_src-870780454b5e8fe4687313504b6c4d324a627df7.tar.gz
chromium_src-870780454b5e8fe4687313504b6c4d324a627df7.tar.bz2
Add missing task_queue.cc to sync_core GN sources list.
This was found by looking at the output of gyp_flag_compare step in http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/25653/steps/gyp_flag_compare/logs/stdio BUG=None TEST=gn gen out-gn R=brettw@chromium.org TBR=zea@chromium.org Review URL: https://codereview.chromium.org/1038913004 Cr-Commit-Position: refs/heads/master@{#322662}
-rw-r--r--sync/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 2fd6817..1753b55 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -133,6 +133,7 @@ source_set("sync_core") {
"internal_api/attachments/fake_attachment_uploader.cc",
"internal_api/attachments/in_memory_attachment_store.cc",
"internal_api/attachments/on_disk_attachment_store.cc",
+ "internal_api/attachments/task_queue.cc",
"internal_api/base_node.cc",
"internal_api/base_transaction.cc",
"internal_api/change_record.cc",