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': 'power_management_extension_lib', | 8 'target_name': 'power_management_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 26 matching lines...) Expand all Loading... |
38 }], | 38 }], |
39 ['OS=="linux"', { | 39 ['OS=="linux"', { |
40 'cflags': [ | 40 'cflags': [ |
41 '-fPIC', | 41 '-fPIC', |
42 ], | 42 ], |
43 }], | 43 }], |
44 ], | 44 ], |
45 }, | 45 }, |
46 ], | 46 ], |
47 } | 47 } |
OLD | NEW |