OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2016 Google Inc. | |
2 # | |
3 # Use of this source code is governed by a BSD-style license that can be | |
4 # found in the LICENSE file. | |
5 { | |
6 'targets': [ | |
7 { | |
8 'target_name': 'skiamojo', | |
9 'type': 'static_library', | |
10 'sources': [ '../experimental/mojo/Skia.mojom.cc', ], | |
mtklein
2016/01/29 01:07:38
There some way to get gyp to generate this dynamic
hal.canary
2016/01/29 17:58:30
I think I've got it now.
| |
11 'include_dirs': [ '../third_party/externals', '../experimental/mojo', ], | |
12 'direct_dependent_settings': { | |
13 'include_dirs': [ | |
14 '../third_party/externals', | |
15 '../experimental/mojo', | |
16 ], | |
17 }, | |
18 }, | |
19 ], | |
20 } | |
OLD | NEW |