blob: bf025b7391a4d0d12a1a72dd3eb3c93707c194ec [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# 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("mojo_converters_unittests") {
deps = [
"//mojo/converters/array_string:tests",
"//mojo/converters/base:tests",
"//mojo/converters/url:tests",
"//mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",
]
}