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

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

Issue 1956005: Dtoa for fixed notation. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 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 | « test/cctest/test-fixed-dtoa.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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 '../../src/dateparser.cc', 269 '../../src/dateparser.cc',
270 '../../src/dateparser.h', 270 '../../src/dateparser.h',
271 '../../src/dateparser-inl.h', 271 '../../src/dateparser-inl.h',
272 '../../src/debug.cc', 272 '../../src/debug.cc',
273 '../../src/debug.h', 273 '../../src/debug.h',
274 '../../src/debug-agent.cc', 274 '../../src/debug-agent.cc',
275 '../../src/debug-agent.h', 275 '../../src/debug-agent.h',
276 '../../src/disasm.h', 276 '../../src/disasm.h',
277 '../../src/disassembler.cc', 277 '../../src/disassembler.cc',
278 '../../src/disassembler.h', 278 '../../src/disassembler.h',
279 '../../src/dtoa.cc',
280 '../../src/dtoa.h',
279 '../../src/dtoa-config.c', 281 '../../src/dtoa-config.c',
280 '../../src/diy-fp.cc', 282 '../../src/diy-fp.cc',
281 '../../src/diy-fp.h', 283 '../../src/diy-fp.h',
282 '../../src/double.h', 284 '../../src/double.h',
283 '../../src/execution.cc', 285 '../../src/execution.cc',
284 '../../src/execution.h', 286 '../../src/execution.h',
285 '../../src/factory.cc', 287 '../../src/factory.cc',
286 '../../src/factory.h', 288 '../../src/factory.h',
287 '../../src/fast-codegen.h', 289 '../../src/fast-codegen.h',
288 '../../src/fast-dtoa.cc', 290 '../../src/fast-dtoa.cc',
289 '../../src/fast-dtoa.h', 291 '../../src/fast-dtoa.h',
290 '../../src/flag-definitions.h', 292 '../../src/flag-definitions.h',
293 '../../src/fixed-dtoa.cc',
294 '../../src/fixed-dtoa.h',
291 '../../src/flags.cc', 295 '../../src/flags.cc',
292 '../../src/flags.h', 296 '../../src/flags.h',
293 '../../src/flow-graph.cc', 297 '../../src/flow-graph.cc',
294 '../../src/flow-graph.h', 298 '../../src/flow-graph.h',
295 '../../src/frame-element.cc', 299 '../../src/frame-element.cc',
296 '../../src/frame-element.h', 300 '../../src/frame-element.h',
297 '../../src/frames-inl.h', 301 '../../src/frames-inl.h',
298 '../../src/frames.cc', 302 '../../src/frames.cc',
299 '../../src/frames.h', 303 '../../src/frames.h',
300 '../../src/full-codegen.cc', 304 '../../src/full-codegen.cc',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 ], 677 ],
674 'conditions': [ 678 'conditions': [
675 [ 'OS=="win"', { 679 [ 'OS=="win"', {
676 # This could be gotten by not setting chromium_code, if that's OK. 680 # This could be gotten by not setting chromium_code, if that's OK.
677 'defines': ['_CRT_SECURE_NO_WARNINGS'], 681 'defines': ['_CRT_SECURE_NO_WARNINGS'],
678 }], 682 }],
679 ], 683 ],
680 }, 684 },
681 ], 685 ],
682 } 686 }
OLDNEW
« no previous file with comments | « test/cctest/test-fixed-dtoa.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698