OLD | NEW |
---|---|
(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 "message.h", | |
10 "struct.h", | |
11 | |
12 # Implementation details. | |
13 "lib/message.c", | |
14 "lib/struct.c", | |
15 ] | |
16 } | |
OLD | NEW |