summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorerg <erg@chromium.org>2016-02-18 10:47:16 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-18 18:48:11 +0000
commit33299a9ba6a3ead1b0ff1e1bfe9dd8d4ee961d8b (patch)
tree5869c50849ad5b19147979a0abd7a0f4c20d7a9c /BUILD.gn
parent8eb8fa6b1082bcee64d5bc98ed8d1004378c0331 (diff)
downloadchromium_src-33299a9ba6a3ead1b0ff1e1bfe9dd8d4ee961d8b.zip
chromium_src-33299a9ba6a3ead1b0ff1e1bfe9dd8d4ee961d8b.tar.gz
chromium_src-33299a9ba6a3ead1b0ff1e1bfe9dd8d4ee961d8b.tar.bz2
mojo: Remove the mojo:filesystem sqlite binding code.
As the performance isn't great, and since we need to make changes to how mojo:filesystem works to integrate with chrome in general, drop the two previous users of mojo:filesystem: the mojo:network_service cookie store and the underlying sqlite bridge code. BUG=585587 Review URL: https://codereview.chromium.org/1710693002 Cr-Commit-Position: refs/heads/master@{#376212}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8c4052f..d1a85b1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -604,7 +604,6 @@ group("mojo_apptests") {
"//media/mojo/services:tests",
"//mojo/services/network:apptests",
"//mojo/shell:apptests",
- "//sql/mojo:apptests",
"//ui/views/mus:tests",
]
}