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

Side by Side Diff: src/extensions/experimental/experimental.gyp

Issue 6673011: Add v8Locale.Collator (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: final: ready for check-in Created 9 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 | « src/extensions/experimental/collator.cc ('k') | src/extensions/experimental/i18n.js » ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 21 matching lines...) Expand all
32 # all sub projects. 32 # all sub projects.
33 'icu_src_dir%': '../../../../third_party/icu', 33 'icu_src_dir%': '../../../../third_party/icu',
34 }, 34 },
35 'targets': [ 35 'targets': [
36 { 36 {
37 'target_name': 'i18n_api', 37 'target_name': 'i18n_api',
38 'type': 'static_library', 38 'type': 'static_library',
39 'sources': [ 39 'sources': [
40 'break-iterator.cc', 40 'break-iterator.cc',
41 'break-iterator.h', 41 'break-iterator.h',
42 'collator.cc',
43 'collator.h',
42 'i18n-extension.cc', 44 'i18n-extension.cc',
43 'i18n-extension.h', 45 'i18n-extension.h',
44 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', 46 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc',
45 ], 47 ],
46 'include_dirs': [ 48 'include_dirs': [
47 '<(icu_src_dir)/public/common', 49 '<(icu_src_dir)/public/common',
48 '../..', 50 '../..',
49 ], 51 ],
50 'dependencies': [ 52 'dependencies': [
51 '<(icu_src_dir)/icu.gyp:*', 53 '<(icu_src_dir)/icu.gyp:*',
(...skipping 26 matching lines...) Expand all
78 '../../../tools/js2c.py', 80 '../../../tools/js2c.py',
79 '<@(_outputs)', 81 '<@(_outputs)',
80 'I18N', 82 'I18N',
81 '<@(library_files)' 83 '<@(library_files)'
82 ], 84 ],
83 }, 85 },
84 ], 86 ],
85 }, 87 },
86 ], # targets 88 ], # targets
87 } 89 }
OLDNEW
« no previous file with comments | « src/extensions/experimental/collator.cc ('k') | src/extensions/experimental/i18n.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698