From 8a1bee36d9f609ab9a98ecf89bf1dfc0bb4762dc Mon Sep 17 00:00:00 2001 From: lfg Date: Thu, 28 Aug 2014 20:56:28 -0700 Subject: - Add support for references in different paths in apis. - Move ImageDetails from chrome to extensions. BUG=352290 Review URL: https://codereview.chromium.org/487533005 Cr-Commit-Position: refs/heads/master@{#292567} --- tools/json_schema_compiler/cpp_namespace_environment.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/json_schema_compiler/cpp_namespace_environment.py (limited to 'tools/json_schema_compiler/cpp_namespace_environment.py') diff --git a/tools/json_schema_compiler/cpp_namespace_environment.py b/tools/json_schema_compiler/cpp_namespace_environment.py new file mode 100644 index 0000000..20e77bb --- /dev/null +++ b/tools/json_schema_compiler/cpp_namespace_environment.py @@ -0,0 +1,7 @@ +# 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. + +class CppNamespaceEnvironment(object): + def __init__(self, namespace_pattern): + self.namespace_pattern = namespace_pattern -- cgit v1.1