OLD | NEW |
1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'mdns_extension_lib', | 8 'target_name': 'mdns_extension_lib', |
9 'type': 'shared_library', | 9 'type': 'shared_library', |
10 'include_dirs': [ | 10 'include_dirs': [ |
11 '../../../third_party/dart/runtime', | 11 '../../../third_party/dart/runtime', |
(...skipping 22 matching lines...) Expand all Loading... |
34 }], | 34 }], |
35 ['OS=="linux"', { | 35 ['OS=="linux"', { |
36 'cflags': [ | 36 'cflags': [ |
37 '-fPIC', | 37 '-fPIC', |
38 ], | 38 ], |
39 }], | 39 }], |
40 ], | 40 ], |
41 }, | 41 }, |
42 ], | 42 ], |
43 } | 43 } |
OLD | NEW |