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

Side by Side Diff: mojo/public/c/bindings/BUILD.gn

Issue 2232833003: Change the canonical way to include the C bindings headers to <mojo/bindings/*.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_tests
Patch Set: rebased Created 4 years, 4 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 | « mojo/public/c/BUILD.gn ('k') | mojo/public/c/bindings/array.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("../../mojo_sdk.gni")
6
7 mojo_sdk_source_set("bindings") {
8 sources = [
9 "array.h",
10 "buffer.h",
11 "interface.h",
12 "map.h",
13 "message.h",
14 "string.h",
15 "struct.h",
16 "union.h",
17 "validation.h",
18
19 # Implementation details.
20 "lib/array.c",
21 "lib/buffer.c",
22 "lib/map.c",
23 "lib/message.c",
24 "lib/struct.c",
25 "lib/type_descriptor.c",
26 "lib/type_descriptor.h",
27 "lib/union.c",
28 "lib/util.h",
29 ]
30
31 mojo_sdk_public_deps = [ "mojo/public/c:system" ]
32 }
OLDNEW
« no previous file with comments | « mojo/public/c/BUILD.gn ('k') | mojo/public/c/bindings/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698