chromium/tools/json_schema_compiler/test/idl_namespace_all_platforms.idl

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Tests a variety of basic API definition features.

[platforms=("chromeos", "fuchsia", "linux", "mac", "win")]
namespace idl_namespace_all_platforms {

};