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

Side by Side Diff: mojo/go/BUILD.gn

Issue 1345263002: Generate Mojom Types in Go (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Address Naming changes and Comment Updates Created 5 years, 2 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 | « no previous file | mojo/go/tests/validation_type_test.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("rules.gni") 5 import("rules.gni")
6 6
7 go_library("application") { 7 go_library("application") {
8 sources = [ 8 sources = [
9 "//mojo/public/go/application/application_impl.go", 9 "//mojo/public/go/application/application_impl.go",
10 "//mojo/public/go/application/connection.go", 10 "//mojo/public/go/application/connection.go",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "tests/interface_test.go", 69 "tests/interface_test.go",
70 "tests/message_test.go", 70 "tests/message_test.go",
71 "tests/regression_test.go", 71 "tests/regression_test.go",
72 "tests/request_response_test.go", 72 "tests/request_response_test.go",
73 "tests/router_test.go", 73 "tests/router_test.go",
74 "tests/system_test.go", 74 "tests/system_test.go",
75 "tests/testutil.go", 75 "tests/testutil.go",
76 "tests/testutil_test.go", 76 "tests/testutil_test.go",
77 "tests/union_test.go", 77 "tests/union_test.go",
78 "tests/validation_test.go", 78 "tests/validation_test.go",
79 "tests/validation_type_test.go",
79 ] 80 ]
80 static_library_sources = [ 81 static_library_sources = [
81 "c_embedder/c_embedder.cc", 82 "c_embedder/c_embedder.cc",
82 "c_embedder/c_embedder.h", 83 "c_embedder/c_embedder.h",
83 ] 84 ]
84 deps = [ 85 deps = [
85 ":application", 86 ":application",
86 ":platform_cgo", 87 ":platform_cgo",
87 "//examples/echo", 88 "//examples/echo",
88 "//mojo/edk/system", 89 "//mojo/edk/system",
89 "//mojo/public/interfaces/bindings/tests:test_interfaces", 90 "//mojo/public/interfaces/bindings/tests:test_interfaces",
90 ] 91 ]
91 } 92 }
92 } 93 }
OLDNEW
« no previous file with comments | « no previous file | mojo/go/tests/validation_type_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698