Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: runtime/embedders/openglui/openglui_embedder.gypi

Issue 14485002: Get the OpenGLUI emulator building again on the desktop. Mostly this is applying the changes here: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/embedders/openglui/common/vm_glue.cc ('k') | samples/openglui/emulator/emulator.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « runtime/embedders/openglui/common/vm_glue.cc ('k') | samples/openglui/emulator/emulator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698