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

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

Issue 3563009: Move gay_strtod outside conversions.cc. (Closed)
Patch Set: Created 10 years, 2 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
« no previous file with comments | « src/strtod.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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 '../../src/smart-pointer.h', 438 '../../src/smart-pointer.h',
439 '../../src/snapshot-common.cc', 439 '../../src/snapshot-common.cc',
440 '../../src/snapshot.h', 440 '../../src/snapshot.h',
441 '../../src/spaces-inl.h', 441 '../../src/spaces-inl.h',
442 '../../src/spaces.cc', 442 '../../src/spaces.cc',
443 '../../src/spaces.h', 443 '../../src/spaces.h',
444 '../../src/string-search.cc', 444 '../../src/string-search.cc',
445 '../../src/string-search.h', 445 '../../src/string-search.h',
446 '../../src/string-stream.cc', 446 '../../src/string-stream.cc',
447 '../../src/string-stream.h', 447 '../../src/string-stream.h',
448 '../../src/strtod.cc',
449 '../../src/strtod.h',
448 '../../src/stub-cache.cc', 450 '../../src/stub-cache.cc',
449 '../../src/stub-cache.h', 451 '../../src/stub-cache.h',
450 '../../src/token.cc', 452 '../../src/token.cc',
451 '../../src/token.h', 453 '../../src/token.h',
452 '../../src/top.cc', 454 '../../src/top.cc',
453 '../../src/top.h', 455 '../../src/top.h',
454 '../../src/type-info.cc', 456 '../../src/type-info.cc',
455 '../../src/type-info.h', 457 '../../src/type-info.h',
456 '../../src/unbound-queue-inl.h', 458 '../../src/unbound-queue-inl.h',
457 '../../src/unbound-queue.h', 459 '../../src/unbound-queue.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 ], 741 ],
740 'conditions': [ 742 'conditions': [
741 ['OS=="win"', { 743 ['OS=="win"', {
742 # This could be gotten by not setting chromium_code, if that's OK. 744 # This could be gotten by not setting chromium_code, if that's OK.
743 'defines': ['_CRT_SECURE_NO_WARNINGS'], 745 'defines': ['_CRT_SECURE_NO_WARNINGS'],
744 }], 746 }],
745 ], 747 ],
746 }, 748 },
747 ], 749 ],
748 } 750 }
OLDNEW
« no previous file with comments | « src/strtod.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698