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

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

Issue 549158: Refactor the selection of code generator (toplevel or optimizing) and... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 11 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/full-codegen-x64.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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '../../src/debug-agent.cc', 260 '../../src/debug-agent.cc',
261 '../../src/debug-agent.h', 261 '../../src/debug-agent.h',
262 '../../src/disasm.h', 262 '../../src/disasm.h',
263 '../../src/disassembler.cc', 263 '../../src/disassembler.cc',
264 '../../src/disassembler.h', 264 '../../src/disassembler.h',
265 '../../src/dtoa-config.c', 265 '../../src/dtoa-config.c',
266 '../../src/execution.cc', 266 '../../src/execution.cc',
267 '../../src/execution.h', 267 '../../src/execution.h',
268 '../../src/factory.cc', 268 '../../src/factory.cc',
269 '../../src/factory.h', 269 '../../src/factory.h',
270 '../../src/fast-codegen.cc',
271 '../../src/fast-codegen.h',
270 '../../src/flag-definitions.h', 272 '../../src/flag-definitions.h',
271 '../../src/flags.cc', 273 '../../src/flags.cc',
272 '../../src/flags.h', 274 '../../src/flags.h',
273 '../../src/frame-element.cc', 275 '../../src/frame-element.cc',
274 '../../src/frame-element.h', 276 '../../src/frame-element.h',
275 '../../src/frames-inl.h', 277 '../../src/frames-inl.h',
276 '../../src/frames.cc', 278 '../../src/frames.cc',
277 '../../src/frames.h', 279 '../../src/frames.h',
278 '../../src/full-codegen.cc', 280 '../../src/full-codegen.cc',
279 '../../src/full-codegen.h', 281 '../../src/full-codegen.h',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 ], 613 ],
612 'conditions': [ 614 'conditions': [
613 [ 'OS=="win"', { 615 [ 'OS=="win"', {
614 # This could be gotten by not setting chromium_code, if that's OK. 616 # This could be gotten by not setting chromium_code, if that's OK.
615 'defines': ['_CRT_SECURE_NO_WARNINGS'], 617 'defines': ['_CRT_SECURE_NO_WARNINGS'],
616 }], 618 }],
617 ], 619 ],
618 }, 620 },
619 ], 621 ],
620 } 622 }
OLDNEW
« no previous file with comments | « src/x64/full-codegen-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698