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

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

Issue 422783002: Remove the Pepper IDL generator from JSON schema compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months 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
deleted file mode 100644
index df1aa8ef889ad7676ce921cada08d7807abfd856..0000000000000000000000000000000000000000
--- a/tools/json_schema_compiler/templates/ppapi/base.template
+++ /dev/null
@@ -1,14 +0,0 @@
-{# 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