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

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

Issue 1277001: Store type information with constants. ... (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 | « src/x64/virtual-frame-x64.cc ('k') | tools/visual_studio/v8_base.vcproj » ('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 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 '../../src/log-utils.h', 323 '../../src/log-utils.h',
324 '../../src/log.cc', 324 '../../src/log.cc',
325 '../../src/log.h', 325 '../../src/log.h',
326 '../../src/macro-assembler.h', 326 '../../src/macro-assembler.h',
327 '../../src/mark-compact.cc', 327 '../../src/mark-compact.cc',
328 '../../src/mark-compact.h', 328 '../../src/mark-compact.h',
329 '../../src/memory.h', 329 '../../src/memory.h',
330 '../../src/messages.cc', 330 '../../src/messages.cc',
331 '../../src/messages.h', 331 '../../src/messages.h',
332 '../../src/natives.h', 332 '../../src/natives.h',
333 '../../src/number-info-inl.h',
333 '../../src/number-info.h', 334 '../../src/number-info.h',
334 '../../src/objects-debug.cc', 335 '../../src/objects-debug.cc',
335 '../../src/objects-inl.h', 336 '../../src/objects-inl.h',
336 '../../src/objects.cc', 337 '../../src/objects.cc',
337 '../../src/objects.h', 338 '../../src/objects.h',
338 '../../src/oprofile-agent.h', 339 '../../src/oprofile-agent.h',
339 '../../src/oprofile-agent.cc', 340 '../../src/oprofile-agent.cc',
340 '../../src/parser.cc', 341 '../../src/parser.cc',
341 '../../src/parser.h', 342 '../../src/parser.h',
342 '../../src/platform.h', 343 '../../src/platform.h',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 ], 637 ],
637 'conditions': [ 638 'conditions': [
638 [ 'OS=="win"', { 639 [ 'OS=="win"', {
639 # This could be gotten by not setting chromium_code, if that's OK. 640 # This could be gotten by not setting chromium_code, if that's OK.
640 'defines': ['_CRT_SECURE_NO_WARNINGS'], 641 'defines': ['_CRT_SECURE_NO_WARNINGS'],
641 }], 642 }],
642 ], 643 ],
643 }, 644 },
644 ], 645 ],
645 } 646 }
OLDNEW
« no previous file with comments | « src/x64/virtual-frame-x64.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698