Sign in
mojo
/
mojo-tools
/
894a8dd5afe950d4ab0d5f38902e0c14c1ebd01b
/
.
/
mojo
/
common
/
test_interfaces.mojom
blob: 82d84d202b04ab443a7a9042d85fc307e2f2b6d5 [
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.
module
mojo
.
common
.
tests
;
interface
Dummy
{
Foo
();
};