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

Side by Side Diff: gpu/command_buffer/common/BUILD.gn

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # The files here go into the "gpu" component in a component build (with 5 # The files here go into the "gpu" component in a component build (with
6 # "command_buffer_common" just forwarding) and goes into a static library in 6 # "command_buffer_common" just forwarding) and goes into a static library in
7 # non-component build. This needs to match the GYP build which was likely an 7 # non-component build. This needs to match the GYP build which was likely an
8 # attempt to make larger components to help with loading. 8 # attempt to make larger components to help with loading.
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 89
90 mojom("interfaces") { 90 mojom("interfaces") {
91 sources = [ 91 sources = [
92 "capabilities.mojom", 92 "capabilities.mojom",
93 "command_buffer.mojom", 93 "command_buffer.mojom",
94 "mailbox.mojom", 94 "mailbox.mojom",
95 "mailbox_holder.mojom", 95 "mailbox_holder.mojom",
96 "sync_token.mojom", 96 "sync_token.mojom",
97 "value_state.mojom", 97 "value_state.mojom",
98 ] 98 ]
99
100 typemaps = [ "mojo.typemap" ]
101 typemap_deps = [ "//gpu/ipc/common:command_buffer_traits" ]
102 } 99 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | gpu/command_buffer/common/capabilities.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698