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

Unified Diff: mojom/mojom_parser/utils/sort_utils.go

Issue 1823563002: Mojom frontend: Implement computeFieldOffsets(). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Another comment and more tests. Created 4 years, 9 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
« no previous file with comments | « mojom/mojom_parser/utils/math_utils.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_parser/utils/sort_utils.go
diff --git a/mojom/mojom_parser/utils/sort_utils.go b/mojom/mojom_parser/utils/sort_utils.go
index 94b3a88afb68636a938d9a495e3c3ad7dcfdcd53..ecb4cdae2847d37a3af8ded26ab260ba3a0f3a36 100644
--- a/mojom/mojom_parser/utils/sort_utils.go
+++ b/mojom/mojom_parser/utils/sort_utils.go
@@ -1,3 +1,7 @@
+// Copyright 2016 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.
+
package utils
// BoolSlice
« no previous file with comments | « mojom/mojom_parser/utils/math_utils.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698