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

Unified Diff: third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl

Issue 901843003: Update mojo sdk to rev 8d45c89c30b230843c5bd6dd0693a555750946c0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Partial revert of https://codereview.chromium.org/899993002/ Created 5 years, 10 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: third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
diff --git a/third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl b/third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
similarity index 74%
copy from third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl
copy to third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
index ec6a88b1474de10f4f5755bbb353016502a3986e..8c58c4cf355892df70f861d18cecf9521174b0cd 100644
--- a/third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl
+++ b/third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 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.
@@ -8,4 +8,4 @@
// {{module.path}}
//
-package {{package}};
+package {{package}}

Powered by Google App Engine
This is Rietveld 408576698