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

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

Issue 12340036: Android improvements: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
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 'conditions': [ 6 'conditions': [
7 ['OS=="android"', 7 ['OS=="android"',
8 { 8 {
9 'targets': [ 9 'targets': [
10 { 10 {
11 # Dart shared library for Android. 11 # Dart shared library for Android.
12 'target_name': 'android_embedder', 12 'target_name': 'android_embedder',
13 'type': 'shared_library', 13 'type': 'shared_library',
14 'dependencies': [ 14 'dependencies': [
15 'skia-android', 15 'skia-android',
16 'libdart_lib_withcore', 16 'libdart_lib_withcore',
17 'libdart_vm', 17 'libdart_vm',
18 'libjscre', 18 'libjscre',
19 'libdouble_conversion', 19 'libdouble_conversion',
20 'generate_version_cc_file', 20 'generate_version_cc_file',
21 ], 21 ],
22 'include_dirs': [ 22 'include_dirs': [
23 '../..', 23 '../..',
24 '../../../third_party/android_tools/ndk/sources/android/native_app _glue', 24 '../../../third_party/android_tools/ndk/sources/android/native_app _glue',
25 '../../../third_party/skia/trunk/include', 25 '../../../third_party/skia/trunk/include',
26 '../../../third_party/skia/trunk/include/config', 26 '../../../third_party/skia/trunk/include/config',
27 '../../../third_party/skia/trunk/include/core', 27 '../../../third_party/skia/trunk/include/core',
28 '../../../third_party/skia/trunk/include/gpu', 28 '../../../third_party/skia/trunk/include/gpu',
29 '../../../third_party/skia/trunk/include/lazy',
29 '../../../third_party/skia/trunk/include/utils', 30 '../../../third_party/skia/trunk/include/utils',
30 ], 31 ],
31 'defines': [ 32 'defines': [
32 'DART_SHARED_LIB', 33 'DART_SHARED_LIB',
33 '__ANDROID__', 34 '__ANDROID__',
34 'SK_BUILD_FOR_ANDROID', 35 'SK_BUILD_FOR_ANDROID',
35 'SK_BUILD_FOR_ANDROID_NDK', 36 'SK_BUILD_FOR_ANDROID_NDK',
36 ], 37 ],
37 'sources': [ 38 'sources': [
38 '../../include/dart_api.h', 39 '../../include/dart_api.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'libdouble_conversion', 176 'libdouble_conversion',
176 'generate_version_cc_file', 177 'generate_version_cc_file',
177 ], 178 ],
178 'include_dirs': [ 179 'include_dirs': [
179 '../..', 180 '../..',
180 '/usr/X11/include', 181 '/usr/X11/include',
181 '../../../third_party/skia/trunk/include', 182 '../../../third_party/skia/trunk/include',
182 '../../../third_party/skia/trunk/include/config', 183 '../../../third_party/skia/trunk/include/config',
183 '../../../third_party/skia/trunk/include/core', 184 '../../../third_party/skia/trunk/include/core',
184 '../../../third_party/skia/trunk/include/gpu', 185 '../../../third_party/skia/trunk/include/gpu',
186 '../../../third_party/skia/trunk/include/lazy',
185 '../../../third_party/skia/trunk/include/utils', 187 '../../../third_party/skia/trunk/include/utils',
186 ], 188 ],
187 'defines': [ 189 'defines': [
188 'DART_SHARED_LIB' 190 'DART_SHARED_LIB'
189 ], 191 ],
190 'sources': [ 192 'sources': [
191 '../../include/dart_api.h', 193 '../../include/dart_api.h',
192 '../../include/dart_debugger_api.h', 194 '../../include/dart_debugger_api.h',
193 '../../vm/dart_api_impl.cc', 195 '../../vm/dart_api_impl.cc',
194 '../../vm/debugger_api_impl.cc', 196 '../../vm/debugger_api_impl.cc',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'message': 'Building Skia.' 284 'message': 'Building Skia.'
283 } 285 }
284 ] 286 ]
285 } 287 }
286 ], 288 ],
287 }, 289 },
288 ], 290 ],
289 ], 291 ],
290 } 292 }
291 293
OLDNEW
« no previous file with comments | « runtime/embedders/openglui/emulator/emulator_graphics_handler.cc ('k') | samples/openglui/android/custom_rules.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698