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

Side by Side Diff: src/v8.gyp

Issue 2533983006: Optimize case conversion with icu_case_mapping (Closed)
Patch Set: drop an unused variable: -Wunused-variable Created 4 years 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
« no previous file with comments | « src/string-case.cc ('k') | test/intl/general/case-mapping.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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'source-position-table.cc', 1211 'source-position-table.cc',
1212 'source-position-table.h', 1212 'source-position-table.h',
1213 'source-position.cc', 1213 'source-position.cc',
1214 'source-position.h', 1214 'source-position.h',
1215 'splay-tree.h', 1215 'splay-tree.h',
1216 'splay-tree-inl.h', 1216 'splay-tree-inl.h',
1217 'startup-data-util.cc', 1217 'startup-data-util.cc',
1218 'startup-data-util.h', 1218 'startup-data-util.h',
1219 'string-builder.cc', 1219 'string-builder.cc',
1220 'string-builder.h', 1220 'string-builder.h',
1221 'string-case.cc',
1222 'string-case.h',
1221 'string-search.h', 1223 'string-search.h',
1222 'string-stream.cc', 1224 'string-stream.cc',
1223 'string-stream.h', 1225 'string-stream.h',
1224 'strtod.cc', 1226 'strtod.cc',
1225 'strtod.h', 1227 'strtod.h',
1226 'ic/stub-cache.cc', 1228 'ic/stub-cache.cc',
1227 'ic/stub-cache.h', 1229 'ic/stub-cache.h',
1228 'tracing/trace-event.cc', 1230 'tracing/trace-event.cc',
1229 'tracing/trace-event.h', 1231 'tracing/trace-event.h',
1230 'tracing/traced-value.cc', 1232 'tracing/traced-value.cc',
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2469 'conditions': [ 2471 'conditions': [
2470 ['want_separate_host_toolset_mkpeephole==1', { 2472 ['want_separate_host_toolset_mkpeephole==1', {
2471 'toolsets': ['host'], 2473 'toolsets': ['host'],
2472 }, { 2474 }, {
2473 'toolsets': ['target'], 2475 'toolsets': ['target'],
2474 }], 2476 }],
2475 ], 2477 ],
2476 }, 2478 },
2477 ], 2479 ],
2478 } 2480 }
OLDNEW
« no previous file with comments | « src/string-case.cc ('k') | test/intl/general/case-mapping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698