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

Side by Side Diff: mojom/generated/mojom_files/mojom_files.mojom.go

Issue 1930603004: mojom: move mojom/mojom_tool/generated -> mojom/generated. Update consumers (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix paths to new `generated/` in mojom_tool/BUILD.gn Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « mojom/generated/README.md ('k') | mojom/generated/mojom_types/mojom_types.mojom.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is autogenerated by: 5 // This file is autogenerated by:
6 // mojo/public/tools/bindings/mojom_bindings_generator.py 6 // mojo/public/tools/bindings/mojom_bindings_generator.py
7 // For: 7 // For:
8 // mojo/public/interfaces/bindings/mojom_files.mojom 8 // mojo/public/interfaces/bindings/mojom_files.mojom
9 // 9 //
10 10
11 package mojom_files 11 package mojom_files
12 12
13 import ( 13 import (
14 fmt "fmt" 14 fmt "fmt"
15 bindings "mojo/public/go/bindings" 15 bindings "mojo/public/go/bindings"
16 » mojom_types "mojom/mojom_tool/generated/mojom_types" 16 » mojom_types "mojom/generated/mojom_types"
17 sort "sort" 17 sort "sort"
18 ) 18 )
19 19
20 type MojomFile struct { 20 type MojomFile struct {
21 FileName string 21 FileName string
22 SpecifiedFileName *string 22 SpecifiedFileName *string
23 ModuleNamespace *string 23 ModuleNamespace *string
24 Attributes *[]mojom_types.Attribute 24 Attributes *[]mojom_types.Attribute
25 Imports *[]string 25 Imports *[]string
26 DeclaredMojomObjects KeysByType 26 DeclaredMojomObjects KeysByType
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 if err := decoder.Finish(); err != nil { 1180 if err := decoder.Finish(); err != nil {
1181 return err 1181 return err
1182 } 1182 }
1183 } 1183 }
1184 } 1184 }
1185 if err := decoder.Finish(); err != nil { 1185 if err := decoder.Finish(); err != nil {
1186 return err 1186 return err
1187 } 1187 }
1188 return nil 1188 return nil
1189 } 1189 }
OLDNEW
« no previous file with comments | « mojom/generated/README.md ('k') | mojom/generated/mojom_types/mojom_types.mojom.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698