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

Side by Side Diff: tools/gyp/v8.gyp

Issue 866002: Fast double-to-ascii conversion. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 9 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 | « tools/generate-ten-powers.scm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '../../src/arguments.h', 222 '../../src/arguments.h',
223 '../../src/assembler.cc', 223 '../../src/assembler.cc',
224 '../../src/assembler.h', 224 '../../src/assembler.h',
225 '../../src/ast.cc', 225 '../../src/ast.cc',
226 '../../src/ast.h', 226 '../../src/ast.h',
227 '../../src/bootstrapper.cc', 227 '../../src/bootstrapper.cc',
228 '../../src/bootstrapper.h', 228 '../../src/bootstrapper.h',
229 '../../src/builtins.cc', 229 '../../src/builtins.cc',
230 '../../src/builtins.h', 230 '../../src/builtins.h',
231 '../../src/bytecodes-irregexp.h', 231 '../../src/bytecodes-irregexp.h',
232 '../../src/cached_powers.h',
232 '../../src/char-predicates-inl.h', 233 '../../src/char-predicates-inl.h',
233 '../../src/char-predicates.h', 234 '../../src/char-predicates.h',
234 '../../src/checks.cc', 235 '../../src/checks.cc',
235 '../../src/checks.h', 236 '../../src/checks.h',
236 '../../src/code-stubs.cc', 237 '../../src/code-stubs.cc',
237 '../../src/code-stubs.h', 238 '../../src/code-stubs.h',
238 '../../src/code.h', 239 '../../src/code.h',
239 '../../src/codegen-inl.h', 240 '../../src/codegen-inl.h',
240 '../../src/codegen.cc', 241 '../../src/codegen.cc',
241 '../../src/codegen.h', 242 '../../src/codegen.h',
(...skipping 15 matching lines...) Expand all
257 '../../src/dateparser.h', 258 '../../src/dateparser.h',
258 '../../src/dateparser-inl.h', 259 '../../src/dateparser-inl.h',
259 '../../src/debug.cc', 260 '../../src/debug.cc',
260 '../../src/debug.h', 261 '../../src/debug.h',
261 '../../src/debug-agent.cc', 262 '../../src/debug-agent.cc',
262 '../../src/debug-agent.h', 263 '../../src/debug-agent.h',
263 '../../src/disasm.h', 264 '../../src/disasm.h',
264 '../../src/disassembler.cc', 265 '../../src/disassembler.cc',
265 '../../src/disassembler.h', 266 '../../src/disassembler.h',
266 '../../src/dtoa-config.c', 267 '../../src/dtoa-config.c',
268 '../../src/diy_fp.h',
269 '../../src/double.h',
267 '../../src/execution.cc', 270 '../../src/execution.cc',
268 '../../src/execution.h', 271 '../../src/execution.h',
269 '../../src/factory.cc', 272 '../../src/factory.cc',
270 '../../src/factory.h', 273 '../../src/factory.h',
271 '../../src/fast-codegen.h', 274 '../../src/fast-codegen.h',
272 '../../src/flag-definitions.h', 275 '../../src/flag-definitions.h',
273 '../../src/flags.cc', 276 '../../src/flags.cc',
274 '../../src/flags.h', 277 '../../src/flags.h',
275 '../../src/frame-element.cc', 278 '../../src/frame-element.cc',
276 '../../src/frame-element.h', 279 '../../src/frame-element.h',
277 '../../src/frames-inl.h', 280 '../../src/frames-inl.h',
278 '../../src/frames.cc', 281 '../../src/frames.cc',
279 '../../src/frames.h', 282 '../../src/frames.h',
280 '../../src/full-codegen.cc', 283 '../../src/full-codegen.cc',
281 '../../src/full-codegen.h', 284 '../../src/full-codegen.h',
282 '../../src/func-name-inferrer.cc', 285 '../../src/func-name-inferrer.cc',
283 '../../src/func-name-inferrer.h', 286 '../../src/func-name-inferrer.h',
284 '../../src/global-handles.cc', 287 '../../src/global-handles.cc',
285 '../../src/global-handles.h', 288 '../../src/global-handles.h',
286 '../../src/globals.h', 289 '../../src/globals.h',
290 '../../src/grisu3.h',
291 '../../src/grisu3.cc',
287 '../../src/handles-inl.h', 292 '../../src/handles-inl.h',
288 '../../src/handles.cc', 293 '../../src/handles.cc',
289 '../../src/handles.h', 294 '../../src/handles.h',
290 '../../src/hashmap.cc', 295 '../../src/hashmap.cc',
291 '../../src/hashmap.h', 296 '../../src/hashmap.h',
292 '../../src/heap-inl.h', 297 '../../src/heap-inl.h',
293 '../../src/heap.cc', 298 '../../src/heap.cc',
294 '../../src/heap.h', 299 '../../src/heap.h',
295 '../../src/heap-profiler.cc', 300 '../../src/heap-profiler.cc',
296 '../../src/heap-profiler.h', 301 '../../src/heap-profiler.h',
(...skipping 26 matching lines...) Expand all
323 '../../src/number-info.h', 328 '../../src/number-info.h',
324 '../../src/objects-debug.cc', 329 '../../src/objects-debug.cc',
325 '../../src/objects-inl.h', 330 '../../src/objects-inl.h',
326 '../../src/objects.cc', 331 '../../src/objects.cc',
327 '../../src/objects.h', 332 '../../src/objects.h',
328 '../../src/oprofile-agent.h', 333 '../../src/oprofile-agent.h',
329 '../../src/oprofile-agent.cc', 334 '../../src/oprofile-agent.cc',
330 '../../src/parser.cc', 335 '../../src/parser.cc',
331 '../../src/parser.h', 336 '../../src/parser.h',
332 '../../src/platform.h', 337 '../../src/platform.h',
338 '../../src/powers_ten.h',
333 '../../src/prettyprinter.cc', 339 '../../src/prettyprinter.cc',
334 '../../src/prettyprinter.h', 340 '../../src/prettyprinter.h',
335 '../../src/property.cc', 341 '../../src/property.cc',
336 '../../src/property.h', 342 '../../src/property.h',
337 '../../src/regexp-macro-assembler-irregexp-inl.h', 343 '../../src/regexp-macro-assembler-irregexp-inl.h',
338 '../../src/regexp-macro-assembler-irregexp.cc', 344 '../../src/regexp-macro-assembler-irregexp.cc',
339 '../../src/regexp-macro-assembler-irregexp.h', 345 '../../src/regexp-macro-assembler-irregexp.h',
340 '../../src/regexp-macro-assembler-tracer.cc', 346 '../../src/regexp-macro-assembler-tracer.cc',
341 '../../src/regexp-macro-assembler-tracer.h', 347 '../../src/regexp-macro-assembler-tracer.h',
342 '../../src/regexp-macro-assembler.cc', 348 '../../src/regexp-macro-assembler.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 ], 628 ],
623 'conditions': [ 629 'conditions': [
624 [ 'OS=="win"', { 630 [ 'OS=="win"', {
625 # This could be gotten by not setting chromium_code, if that's OK. 631 # This could be gotten by not setting chromium_code, if that's OK.
626 'defines': ['_CRT_SECURE_NO_WARNINGS'], 632 'defines': ['_CRT_SECURE_NO_WARNINGS'],
627 }], 633 }],
628 ], 634 ],
629 }, 635 },
630 ], 636 ],
631 } 637 }
OLDNEW
« no previous file with comments | « tools/generate-ten-powers.scm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698