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

Side by Side Diff: runtime/third_party/jscre/jscre.gypi

Issue 12726011: Enables cross-compilation of the VM for ARM. (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
OLDNEW
1 # Copyright 2010 Google Inc. All Rights Reserved. 1 # Copyright 2010 Google Inc. All Rights Reserved.
2 2
3 { 3 {
4 'targets': [ 4 'targets': [
5 { 5 {
6 'target_name': 'libjscre', 6 'target_name': 'libjscre',
7 'type': 'static_library', 7 'type': 'static_library',
8 'toolsets':['target','host'],
8 'dependencies': [ 9 'dependencies': [
9 ], 10 ],
10 'include_dirs': [ 11 'include_dirs': [
11 '.', 12 '.',
12 ], 13 ],
13 'defines': [ 14 'defines': [
14 'SUPPORT_UTF8', 15 'SUPPORT_UTF8',
15 'SUPPORT_UCP', 16 'SUPPORT_UCP',
16 'NO_RECURSE', 17 'NO_RECURSE',
17 ], 18 ],
18 'sources': [ 19 'sources': [
19 'ASCIICType.h', 20 'ASCIICType.h',
20 'config.h', 21 'config.h',
21 'pcre.h', 22 'pcre.h',
22 'pcre_internal.h', 23 'pcre_internal.h',
23 'ucpinternal.h', 24 'ucpinternal.h',
24 'pcre_compile.cpp', 25 'pcre_compile.cpp',
25 'pcre_exec.cpp', 26 'pcre_exec.cpp',
26 'pcre_tables.cpp', 27 'pcre_tables.cpp',
27 'pcre_ucp_searchfuncs.cpp', 28 'pcre_ucp_searchfuncs.cpp',
28 'pcre_xclass.cpp', 29 'pcre_xclass.cpp',
29 ], 30 ],
30 }, 31 },
31 ], 32 ],
32 } 33 }
OLDNEW
« no previous file with comments | « runtime/third_party/double-conversion/src/double-conversion.gypi ('k') | runtime/vm/assembler_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698