| Index: mojo/public/bindings/tests/sample_import.mojom
|
| diff --git a/mojo/public/bindings/tests/sample_import.mojom b/mojo/public/bindings/tests/sample_import.mojom
|
| deleted file mode 100644
|
| index d68c5bf216b7f9176c3b1077c6864217496e46e7..0000000000000000000000000000000000000000
|
| --- a/mojo/public/bindings/tests/sample_import.mojom
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2014 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 imported {
|
| -
|
| -// This sample just defines some types that are imported into
|
| -// sample_service.mojom, to show how import works.
|
| -
|
| -enum Shape {
|
| - SHAPE_RECTANGLE = 1,
|
| - SHAPE_CIRCLE,
|
| - SHAPE_TRIANGLE,
|
| -};
|
| -
|
| -struct Point {
|
| - int32 x;
|
| - int32 y;
|
| -};
|
| -
|
| -} // module imported
|
|
|