| Index: mojo/common/values.mojom
|
| diff --git a/mojo/common/values.mojom b/mojo/common/values.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..822df34a1ed61caa3269164567930fcf13631362
|
| --- /dev/null
|
| +++ b/mojo/common/values.mojom
|
| @@ -0,0 +1,11 @@
|
| +// Copyright 2016 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.mojom;
|
| +
|
| +[Native]
|
| +struct ListValue;
|
| +
|
| +[Native]
|
| +struct DictionaryValue;
|
|
|