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

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

Issue 1071713003: - Remove JSCRE from the runtime. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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
(Empty)
1 # Copyright 2010 Google Inc. All Rights Reserved.
2
3 {
4 'targets': [
5 {
6 'target_name': 'libjscre',
7 'type': 'static_library',
8 'toolsets':['target','host'],
9 'dependencies': [
10 ],
11 'include_dirs': [
12 '.',
13 ],
14 'defines': [
15 'SUPPORT_UTF8',
16 'SUPPORT_UCP',
17 'NO_RECURSE',
18 ],
19 'sources': [
20 'ASCIICType.h',
21 'config.h',
22 'pcre.h',
23 'pcre_internal.h',
24 'ucpinternal.h',
25 'pcre_compile.cpp',
26 'pcre_exec.cpp',
27 'pcre_tables.cpp',
28 'pcre_ucp_searchfuncs.cpp',
29 'pcre_xclass.cpp',
30 ],
31 },
32 ],
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698