OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart 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 file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 # TODO(gram) : figure out how to make this be autoconfigured. | 6 # TODO(gram) : figure out how to make this be autoconfigured. |
7 # I've tried a bunch of things with no success yet. | 7 # I've tried a bunch of things with no success yet. |
8 'variables': { | 8 'variables': { |
9 'skia_build_flag' : '--release', | 9 'skia_build_flag' : '--release', |
10 'skia_libs_location_android': '-Lthird_party/skia/trunk/out/config/android-x
86/Release/obj.target/gyp', | 10 'skia_libs_location_android': '-Lthird_party/skia/trunk/out/config/android-x
86/Release/obj.target/gyp', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 ] | 169 ] |
170 } | 170 } |
171 ], | 171 ], |
172 }, | 172 }, |
173 ], | 173 ], |
174 ['OS=="mac" or OS=="linux"', | 174 ['OS=="mac" or OS=="linux"', |
175 { | 175 { |
176 'targets': [ | 176 'targets': [ |
177 { | 177 { |
178 'target_name': 'emulator_embedder', | 178 'target_name': 'emulator_embedder', |
179 'type': 'shared_library', | 179 'type': 'static_library', |
180 'dependencies': [ | 180 'dependencies': [ |
181 'skia-desktop', | 181 'skia-desktop', |
182 'libdart_lib_withcore', | 182 'libdart_lib_withcore', |
183 'libdart_vm', | 183 'libdart_vm', |
184 'libjscre', | 184 'libjscre', |
185 'libdouble_conversion', | 185 'libdouble_conversion', |
186 'generate_version_cc_file', | 186 'generate_version_cc_file', |
187 ], | 187 ], |
188 'include_dirs': [ | 188 'include_dirs': [ |
189 '../..', | 189 '../..', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'message': 'Building Skia.' | 295 'message': 'Building Skia.' |
296 } | 296 } |
297 ] | 297 ] |
298 } | 298 } |
299 ], | 299 ], |
300 }, | 300 }, |
301 ], | 301 ], |
302 ], | 302 ], |
303 } | 303 } |
304 | 304 |
OLD | NEW |