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

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

Issue 6901141: Change v8Locale to match proposal - constructor is different and I've added (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Final cleanup Created 9 years, 7 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 | « no previous file | 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 27 matching lines...) Expand all
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', 42 'collator.cc',
43 'collator.h', 43 'collator.h',
44 'i18n-extension.cc', 44 'i18n-extension.cc',
45 'i18n-extension.h', 45 'i18n-extension.h',
46 'i18n-locale.cc', 46 'i18n-locale.cc',
47 'i18n-locale.h', 47 'i18n-locale.h',
48 'language-matcher.cc',
49 'language-matcher.h',
48 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc', 50 '<(SHARED_INTERMEDIATE_DIR)/i18n-js.cc',
49 ], 51 ],
50 'include_dirs': [ 52 'include_dirs': [
51 '<(icu_src_dir)/public/common', 53 '<(icu_src_dir)/public/common',
52 '../..', 54 '../..',
53 ], 55 ],
54 'dependencies': [ 56 'dependencies': [
55 '<(icu_src_dir)/icu.gyp:*', 57 '<(icu_src_dir)/icu.gyp:*',
56 'js2c_i18n#host', 58 'js2c_i18n#host',
57 '../../../tools/gyp/v8.gyp:v8', 59 '../../../tools/gyp/v8.gyp:v8',
(...skipping 23 matching lines...) Expand all
81 '../../../tools/js2c.py', 83 '../../../tools/js2c.py',
82 '<@(_outputs)', 84 '<@(_outputs)',
83 'I18N', 85 'I18N',
84 '<@(library_files)' 86 '<@(library_files)'
85 ], 87 ],
86 }, 88 },
87 ], 89 ],
88 }, 90 },
89 ], # targets 91 ], # targets
90 } 92 }
OLDNEW
« no previous file with comments | « no previous file | src/extensions/experimental/i18n.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698