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

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

Issue 646019: Temporarily move the ia32 fast code generator into the platform-specific dire... (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/ia32/fast-codegen-ia32.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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 '../../src/debug-agent.cc', 262 '../../src/debug-agent.cc',
263 '../../src/debug-agent.h', 263 '../../src/debug-agent.h',
264 '../../src/disasm.h', 264 '../../src/disasm.h',
265 '../../src/disassembler.cc', 265 '../../src/disassembler.cc',
266 '../../src/disassembler.h', 266 '../../src/disassembler.h',
267 '../../src/dtoa-config.c', 267 '../../src/dtoa-config.c',
268 '../../src/execution.cc', 268 '../../src/execution.cc',
269 '../../src/execution.h', 269 '../../src/execution.h',
270 '../../src/factory.cc', 270 '../../src/factory.cc',
271 '../../src/factory.h', 271 '../../src/factory.h',
272 '../../src/fast-codegen.cc',
273 '../../src/fast-codegen.h', 272 '../../src/fast-codegen.h',
274 '../../src/flag-definitions.h', 273 '../../src/flag-definitions.h',
275 '../../src/flags.cc', 274 '../../src/flags.cc',
276 '../../src/flags.h', 275 '../../src/flags.h',
277 '../../src/frame-element.cc', 276 '../../src/frame-element.cc',
278 '../../src/frame-element.h', 277 '../../src/frame-element.h',
279 '../../src/frames-inl.h', 278 '../../src/frames-inl.h',
280 '../../src/frames.cc', 279 '../../src/frames.cc',
281 '../../src/frames.h', 280 '../../src/frames.h',
282 '../../src/full-codegen.cc', 281 '../../src/full-codegen.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../../src/zone-inl.h', 396 '../../src/zone-inl.h',
398 '../../src/zone.cc', 397 '../../src/zone.cc',
399 '../../src/zone.h', 398 '../../src/zone.h',
400 ], 399 ],
401 'conditions': [ 400 'conditions': [
402 ['target_arch=="arm"', { 401 ['target_arch=="arm"', {
403 'include_dirs+': [ 402 'include_dirs+': [
404 '../../src/arm', 403 '../../src/arm',
405 ], 404 ],
406 'sources': [ 405 'sources': [
406 '../../src/fast-codegen.cc',
407 '../../src/arm/assembler-arm-inl.h', 407 '../../src/arm/assembler-arm-inl.h',
408 '../../src/arm/assembler-arm.cc', 408 '../../src/arm/assembler-arm.cc',
409 '../../src/arm/assembler-arm.h', 409 '../../src/arm/assembler-arm.h',
410 '../../src/arm/builtins-arm.cc', 410 '../../src/arm/builtins-arm.cc',
411 '../../src/arm/codegen-arm.cc', 411 '../../src/arm/codegen-arm.cc',
412 '../../src/arm/codegen-arm.h', 412 '../../src/arm/codegen-arm.h',
413 '../../src/arm/constants-arm.h', 413 '../../src/arm/constants-arm.h',
414 '../../src/arm/constants-arm.cc', 414 '../../src/arm/constants-arm.cc',
415 '../../src/arm/cpu-arm.cc', 415 '../../src/arm/cpu-arm.cc',
416 '../../src/arm/debug-arm.cc', 416 '../../src/arm/debug-arm.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 '../../src/ia32/assembler-ia32-inl.h', 448 '../../src/ia32/assembler-ia32-inl.h',
449 '../../src/ia32/assembler-ia32.cc', 449 '../../src/ia32/assembler-ia32.cc',
450 '../../src/ia32/assembler-ia32.h', 450 '../../src/ia32/assembler-ia32.h',
451 '../../src/ia32/builtins-ia32.cc', 451 '../../src/ia32/builtins-ia32.cc',
452 '../../src/ia32/codegen-ia32.cc', 452 '../../src/ia32/codegen-ia32.cc',
453 '../../src/ia32/codegen-ia32.h', 453 '../../src/ia32/codegen-ia32.h',
454 '../../src/ia32/cpu-ia32.cc', 454 '../../src/ia32/cpu-ia32.cc',
455 '../../src/ia32/debug-ia32.cc', 455 '../../src/ia32/debug-ia32.cc',
456 '../../src/ia32/disasm-ia32.cc', 456 '../../src/ia32/disasm-ia32.cc',
457 '../../src/ia32/fast-codegen-ia32.cc', 457 '../../src/ia32/fast-codegen-ia32.cc',
458 '../../src/ia32/fast-codegen-ia32.h',
458 '../../src/ia32/frames-ia32.cc', 459 '../../src/ia32/frames-ia32.cc',
459 '../../src/ia32/frames-ia32.h', 460 '../../src/ia32/frames-ia32.h',
460 '../../src/ia32/full-codegen-ia32.cc', 461 '../../src/ia32/full-codegen-ia32.cc',
461 '../../src/ia32/ic-ia32.cc', 462 '../../src/ia32/ic-ia32.cc',
462 '../../src/ia32/jump-target-ia32.cc', 463 '../../src/ia32/jump-target-ia32.cc',
463 '../../src/ia32/macro-assembler-ia32.cc', 464 '../../src/ia32/macro-assembler-ia32.cc',
464 '../../src/ia32/macro-assembler-ia32.h', 465 '../../src/ia32/macro-assembler-ia32.h',
465 '../../src/ia32/regexp-macro-assembler-ia32.cc', 466 '../../src/ia32/regexp-macro-assembler-ia32.cc',
466 '../../src/ia32/regexp-macro-assembler-ia32.h', 467 '../../src/ia32/regexp-macro-assembler-ia32.h',
467 '../../src/ia32/register-allocator-ia32.cc', 468 '../../src/ia32/register-allocator-ia32.cc',
468 '../../src/ia32/stub-cache-ia32.cc', 469 '../../src/ia32/stub-cache-ia32.cc',
469 '../../src/ia32/virtual-frame-ia32.cc', 470 '../../src/ia32/virtual-frame-ia32.cc',
470 '../../src/ia32/virtual-frame-ia32.h', 471 '../../src/ia32/virtual-frame-ia32.h',
471 ], 472 ],
472 }], 473 }],
473 ['target_arch=="x64"', { 474 ['target_arch=="x64"', {
474 'include_dirs+': [ 475 'include_dirs+': [
475 '../../src/x64', 476 '../../src/x64',
476 ], 477 ],
477 'sources': [ 478 'sources': [
479 '../../src/fast-codegen.cc',
478 '../../src/x64/assembler-x64-inl.h', 480 '../../src/x64/assembler-x64-inl.h',
479 '../../src/x64/assembler-x64.cc', 481 '../../src/x64/assembler-x64.cc',
480 '../../src/x64/assembler-x64.h', 482 '../../src/x64/assembler-x64.h',
481 '../../src/x64/builtins-x64.cc', 483 '../../src/x64/builtins-x64.cc',
482 '../../src/x64/codegen-x64.cc', 484 '../../src/x64/codegen-x64.cc',
483 '../../src/x64/codegen-x64.h', 485 '../../src/x64/codegen-x64.h',
484 '../../src/x64/cpu-x64.cc', 486 '../../src/x64/cpu-x64.cc',
485 '../../src/x64/debug-x64.cc', 487 '../../src/x64/debug-x64.cc',
486 '../../src/x64/disasm-x64.cc', 488 '../../src/x64/disasm-x64.cc',
487 '../../src/x64/fast-codegen-x64.cc', 489 '../../src/x64/fast-codegen-x64.cc',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 ], 623 ],
622 'conditions': [ 624 'conditions': [
623 [ 'OS=="win"', { 625 [ 'OS=="win"', {
624 # This could be gotten by not setting chromium_code, if that's OK. 626 # This could be gotten by not setting chromium_code, if that's OK.
625 'defines': ['_CRT_SECURE_NO_WARNINGS'], 627 'defines': ['_CRT_SECURE_NO_WARNINGS'],
626 }], 628 }],
627 ], 629 ],
628 }, 630 },
629 ], 631 ],
630 } 632 }
OLDNEW
« no previous file with comments | « src/ia32/fast-codegen-ia32.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698