| Index: mojo/common/test_interfaces.mojom
|
| diff --git a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp b/mojo/common/test_interfaces.mojom
|
| similarity index 72%
|
| copy from tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
|
| copy to mojo/common/test_interfaces.mojom
|
| index b6dc2dffe589999c1be755a4ecef4f7dfd55e6ff..206d97918c9c0bd9d197b5de7d5398127cbb4271 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
|
| +++ b/mojo/common/test_interfaces.mojom
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "traceimpl_omitted_trace.h"
|
| +module mojo.common.tests;
|
|
|
| -// Nothing to define here.
|
| +interface Dummy {
|
| + Foo();
|
| +};
|
|
|