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

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

Issue 553134: Add a pass for the fast compiler to label expression nodes.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 10 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/prettyprinter.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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '../../src/compiler.cc', 245 '../../src/compiler.cc',
246 '../../src/compiler.h', 246 '../../src/compiler.h',
247 '../../src/contexts.cc', 247 '../../src/contexts.cc',
248 '../../src/contexts.h', 248 '../../src/contexts.h',
249 '../../src/conversions-inl.h', 249 '../../src/conversions-inl.h',
250 '../../src/conversions.cc', 250 '../../src/conversions.cc',
251 '../../src/conversions.h', 251 '../../src/conversions.h',
252 '../../src/counters.cc', 252 '../../src/counters.cc',
253 '../../src/counters.h', 253 '../../src/counters.h',
254 '../../src/cpu.h', 254 '../../src/cpu.h',
255 '../../src/data-flow.cc',
256 '../../src/data-flow.h',
255 '../../src/dateparser.cc', 257 '../../src/dateparser.cc',
256 '../../src/dateparser.h', 258 '../../src/dateparser.h',
257 '../../src/dateparser-inl.h', 259 '../../src/dateparser-inl.h',
258 '../../src/debug.cc', 260 '../../src/debug.cc',
259 '../../src/debug.h', 261 '../../src/debug.h',
260 '../../src/debug-agent.cc', 262 '../../src/debug-agent.cc',
261 '../../src/debug-agent.h', 263 '../../src/debug-agent.h',
262 '../../src/disasm.h', 264 '../../src/disasm.h',
263 '../../src/disassembler.cc', 265 '../../src/disassembler.cc',
264 '../../src/disassembler.h', 266 '../../src/disassembler.h',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 ], 615 ],
614 'conditions': [ 616 'conditions': [
615 [ 'OS=="win"', { 617 [ 'OS=="win"', {
616 # This could be gotten by not setting chromium_code, if that's OK. 618 # This could be gotten by not setting chromium_code, if that's OK.
617 'defines': ['_CRT_SECURE_NO_WARNINGS'], 619 'defines': ['_CRT_SECURE_NO_WARNINGS'],
618 }], 620 }],
619 ], 621 ],
620 }, 622 },
621 ], 623 ],
622 } 624 }
OLDNEW
« no previous file with comments | « src/prettyprinter.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698