Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: tools/json_schema_compiler/templates/ppapi/base.template

Issue 101483003: Add a Pepper IDL generator to the JSON schema compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/json_schema_compiler/templates/ppapi/base.template
diff --git a/tools/json_schema_compiler/templates/ppapi/base.template b/tools/json_schema_compiler/templates/ppapi/base.template
new file mode 100644
index 0000000000000000000000000000000000000000..df1aa8ef889ad7676ce921cada08d7807abfd856
--- /dev/null
+++ b/tools/json_schema_compiler/templates/ppapi/base.template
@@ -0,0 +1,14 @@
+{# Copyright 2013 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. -#}
+
+// Copyright {{ year }} 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.
+
+// GENERATED FROM THE API DEFINITION IN
+// {{ source_file }}
+// DO NOT EDIT.
+
+{% block content %}
+{% endblock %}
« no previous file with comments | « tools/json_schema_compiler/ppapi_generator_test.py ('k') | tools/json_schema_compiler/templates/ppapi/idl.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698