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

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

Issue 17860002: Fix runtime build for Android (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/extension.cc ('k') | no next file » | 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',
11 'skia_libs_location_desktop': '-Lthird_party/skia/trunk/out/Release', 11 'skia_libs_location_desktop': '-Lthird_party/skia/trunk/out/Release',
12 }, 12 },
13 'conditions': [ 13 'conditions': [
14 ['OS=="android"', 14 ['OS=="android"',
15 { 15 {
16 'targets': [ 16 'targets': [
17 { 17 {
18 # Dart shared library for Android. 18 # Dart shared library for Android.
19 'target_name': 'android_embedder', 19 'target_name': 'android_embedder',
20 'type': 'shared_library', 20 'type': 'shared_library',
21 'dependencies': [ 21 'dependencies': [
22 'skia-android', 22 'skia-android',
23 'libdart_lib_withcore', 23 'libdart_lib_withcore',
24 'libdart_vm', 24 'libdart_vm',
25 'libjscre', 25 'libjscre',
26 'libdouble_conversion', 26 'libdouble_conversion',
27 'generate_version_cc_file', 27 'generate_version_cc_file#host',
28 ], 28 ],
29 'include_dirs': [ 29 'include_dirs': [
30 '../..', 30 '../..',
31 '../../../third_party/android_tools/ndk/sources/android/native_app _glue', 31 '../../../third_party/android_tools/ndk/sources/android/native_app _glue',
32 '../../../third_party/skia/trunk/include', 32 '../../../third_party/skia/trunk/include',
33 '../../../third_party/skia/trunk/include/config', 33 '../../../third_party/skia/trunk/include/config',
34 '../../../third_party/skia/trunk/include/core', 34 '../../../third_party/skia/trunk/include/core',
35 '../../../third_party/skia/trunk/include/gpu', 35 '../../../third_party/skia/trunk/include/gpu',
36 '../../../third_party/skia/trunk/include/lazy', 36 '../../../third_party/skia/trunk/include/lazy',
37 '../../../third_party/skia/trunk/include/utils', 37 '../../../third_party/skia/trunk/include/utils',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'message': 'Building Skia.' 301 'message': 'Building Skia.'
302 } 302 }
303 ] 303 ]
304 } 304 }
305 ], 305 ],
306 }, 306 },
307 ], 307 ],
308 ], 308 ],
309 } 309 }
310 310
OLDNEW
« no previous file with comments | « runtime/embedders/openglui/common/extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698