blob: 25e53b0fa885ce9320c2a6616c788954f062fc8e [file] [log] [blame]
# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//testing/test.gni")
test("storage_unittests") {
deps = [
"//storage/browser:unittests",
"//storage/common:unittests",
]
data = [ "//storage/test/data/" ]
}