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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {# Copyright 2013 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. -#}
4
5 // Copyright {{ year }} The Chromium Authors. All rights reserved.
6 // Use of this source code is governed by a BSD-style license that can be
7 // found in the LICENSE file.
8
9 // GENERATED FROM THE API DEFINITION IN
10 // {{ source_file }}
11 // DO NOT EDIT.
12
13 {% block content %}
14 {% endblock %}
OLDNEW
« 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