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

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

Issue 273050: Initial infrastructure for fast compilation of top-level code. The... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « src/x64/codegen-x64.h ('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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 '../../src/arm/stub-cache-arm.cc', 407 '../../src/arm/stub-cache-arm.cc',
408 '../../src/arm/virtual-frame-arm.cc', 408 '../../src/arm/virtual-frame-arm.cc',
409 '../../src/arm/virtual-frame-arm.h', 409 '../../src/arm/virtual-frame-arm.h',
410 ], 410 ],
411 }], 411 }],
412 ['target_arch=="ia32"', { 412 ['target_arch=="ia32"', {
413 'include_dirs+': [ 413 'include_dirs+': [
414 '../../src/ia32', 414 '../../src/ia32',
415 ], 415 ],
416 'sources': [ 416 'sources': [
417 '../../src/fast-codegen.cc',
418 '../../src/fast-codegen.h',
417 '../../src/ia32/assembler-ia32-inl.h', 419 '../../src/ia32/assembler-ia32-inl.h',
418 '../../src/ia32/assembler-ia32.cc', 420 '../../src/ia32/assembler-ia32.cc',
419 '../../src/ia32/assembler-ia32.h', 421 '../../src/ia32/assembler-ia32.h',
420 '../../src/ia32/builtins-ia32.cc', 422 '../../src/ia32/builtins-ia32.cc',
421 '../../src/ia32/codegen-ia32.cc', 423 '../../src/ia32/codegen-ia32.cc',
422 '../../src/ia32/codegen-ia32.h', 424 '../../src/ia32/codegen-ia32.h',
423 '../../src/ia32/cpu-ia32.cc', 425 '../../src/ia32/cpu-ia32.cc',
424 '../../src/ia32/debug-ia32.cc', 426 '../../src/ia32/debug-ia32.cc',
425 '../../src/ia32/disasm-ia32.cc', 427 '../../src/ia32/disasm-ia32.cc',
428 '../../src/ia32/fast-codegen.cc',
426 '../../src/ia32/frames-ia32.cc', 429 '../../src/ia32/frames-ia32.cc',
427 '../../src/ia32/frames-ia32.h', 430 '../../src/ia32/frames-ia32.h',
428 '../../src/ia32/ic-ia32.cc', 431 '../../src/ia32/ic-ia32.cc',
429 '../../src/ia32/jump-target-ia32.cc', 432 '../../src/ia32/jump-target-ia32.cc',
430 '../../src/ia32/macro-assembler-ia32.cc', 433 '../../src/ia32/macro-assembler-ia32.cc',
431 '../../src/ia32/macro-assembler-ia32.h', 434 '../../src/ia32/macro-assembler-ia32.h',
432 '../../src/ia32/regexp-macro-assembler-ia32.cc', 435 '../../src/ia32/regexp-macro-assembler-ia32.cc',
433 '../../src/ia32/regexp-macro-assembler-ia32.h', 436 '../../src/ia32/regexp-macro-assembler-ia32.h',
434 '../../src/ia32/register-allocator-ia32.cc', 437 '../../src/ia32/register-allocator-ia32.cc',
435 '../../src/ia32/stub-cache-ia32.cc', 438 '../../src/ia32/stub-cache-ia32.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 ], 568 ],
566 'conditions': [ 569 'conditions': [
567 [ 'OS=="win"', { 570 [ 'OS=="win"', {
568 # This could be gotten by not setting chromium_code, if that's OK. 571 # This could be gotten by not setting chromium_code, if that's OK.
569 'defines': ['_CRT_SECURE_NO_WARNINGS'], 572 'defines': ['_CRT_SECURE_NO_WARNINGS'],
570 }], 573 }],
571 ], 574 ],
572 }, 575 },
573 ], 576 ],
574 } 577 }
OLDNEW
« no previous file with comments | « src/x64/codegen-x64.h ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698