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

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

Issue 1032007: Rename grisu to fast_dtoa. Get rid of template. (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 | « test/cctest/test-grisu3.cc ('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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 '../../src/disassembler.h', 267 '../../src/disassembler.h',
268 '../../src/dtoa-config.c', 268 '../../src/dtoa-config.c',
269 '../../src/diy_fp.cc', 269 '../../src/diy_fp.cc',
270 '../../src/diy_fp.h', 270 '../../src/diy_fp.h',
271 '../../src/double.h', 271 '../../src/double.h',
272 '../../src/execution.cc', 272 '../../src/execution.cc',
273 '../../src/execution.h', 273 '../../src/execution.h',
274 '../../src/factory.cc', 274 '../../src/factory.cc',
275 '../../src/factory.h', 275 '../../src/factory.h',
276 '../../src/fast-codegen.h', 276 '../../src/fast-codegen.h',
277 '../../src/fast-dtoa.cc',
278 '../../src/fast-dtoa.h',
277 '../../src/flag-definitions.h', 279 '../../src/flag-definitions.h',
278 '../../src/flags.cc', 280 '../../src/flags.cc',
279 '../../src/flags.h', 281 '../../src/flags.h',
280 '../../src/frame-element.cc', 282 '../../src/frame-element.cc',
281 '../../src/frame-element.h', 283 '../../src/frame-element.h',
282 '../../src/frames-inl.h', 284 '../../src/frames-inl.h',
283 '../../src/frames.cc', 285 '../../src/frames.cc',
284 '../../src/frames.h', 286 '../../src/frames.h',
285 '../../src/full-codegen.cc', 287 '../../src/full-codegen.cc',
286 '../../src/full-codegen.h', 288 '../../src/full-codegen.h',
287 '../../src/func-name-inferrer.cc', 289 '../../src/func-name-inferrer.cc',
288 '../../src/func-name-inferrer.h', 290 '../../src/func-name-inferrer.h',
289 '../../src/global-handles.cc', 291 '../../src/global-handles.cc',
290 '../../src/global-handles.h', 292 '../../src/global-handles.h',
291 '../../src/globals.h', 293 '../../src/globals.h',
292 '../../src/grisu3.h',
293 '../../src/grisu3.cc',
294 '../../src/handles-inl.h', 294 '../../src/handles-inl.h',
295 '../../src/handles.cc', 295 '../../src/handles.cc',
296 '../../src/handles.h', 296 '../../src/handles.h',
297 '../../src/hashmap.cc', 297 '../../src/hashmap.cc',
298 '../../src/hashmap.h', 298 '../../src/hashmap.h',
299 '../../src/heap-inl.h', 299 '../../src/heap-inl.h',
300 '../../src/heap.cc', 300 '../../src/heap.cc',
301 '../../src/heap.h', 301 '../../src/heap.h',
302 '../../src/heap-profiler.cc', 302 '../../src/heap-profiler.cc',
303 '../../src/heap-profiler.h', 303 '../../src/heap-profiler.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 ], 633 ],
634 'conditions': [ 634 'conditions': [
635 [ 'OS=="win"', { 635 [ 'OS=="win"', {
636 # This could be gotten by not setting chromium_code, if that's OK. 636 # This could be gotten by not setting chromium_code, if that's OK.
637 'defines': ['_CRT_SECURE_NO_WARNINGS'], 637 'defines': ['_CRT_SECURE_NO_WARNINGS'],
638 }], 638 }],
639 ], 639 ],
640 }, 640 },
641 ], 641 ],
642 } 642 }
OLDNEW
« no previous file with comments | « test/cctest/test-grisu3.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698