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

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

Issue 173567: ARM native regexps. (Closed)
Patch Set: Created 11 years, 3 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
« src/serialize.cc ('K') | « test/cctest/test-regexp.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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 '../../src/ia32/codegen-ia32.h', 426 '../../src/ia32/codegen-ia32.h',
427 '../../src/ia32/cpu-ia32.cc', 427 '../../src/ia32/cpu-ia32.cc',
428 '../../src/ia32/debug-ia32.cc', 428 '../../src/ia32/debug-ia32.cc',
429 '../../src/ia32/disasm-ia32.cc', 429 '../../src/ia32/disasm-ia32.cc',
430 '../../src/ia32/frames-ia32.cc', 430 '../../src/ia32/frames-ia32.cc',
431 '../../src/ia32/frames-ia32.h', 431 '../../src/ia32/frames-ia32.h',
432 '../../src/ia32/ic-ia32.cc', 432 '../../src/ia32/ic-ia32.cc',
433 '../../src/ia32/jump-target-ia32.cc', 433 '../../src/ia32/jump-target-ia32.cc',
434 '../../src/ia32/macro-assembler-ia32.cc', 434 '../../src/ia32/macro-assembler-ia32.cc',
435 '../../src/ia32/macro-assembler-ia32.h', 435 '../../src/ia32/macro-assembler-ia32.h',
436 '../../src/ia32/regexp-macro-assembler-ia32.cc',
437 '../../src/ia32/regexp-macro-assembler-ia32.h',
436 '../../src/ia32/register-allocator-ia32.cc', 438 '../../src/ia32/register-allocator-ia32.cc',
437 '../../src/ia32/stub-cache-ia32.cc', 439 '../../src/ia32/stub-cache-ia32.cc',
438 '../../src/ia32/virtual-frame-ia32.cc', 440 '../../src/ia32/virtual-frame-ia32.cc',
439 '../../src/ia32/virtual-frame-ia32.h', 441 '../../src/ia32/virtual-frame-ia32.h',
440 ], 442 ],
441 }], 443 }],
442 ['target_arch=="ia32" and v8_regexp=="native"', {
443 'sources': [
444 '../../src/ia32/regexp-macro-assembler-ia32.cc',
445 '../../src/ia32/regexp-macro-assembler-ia32.h',
446 ],
447 }],
448 ['target_arch=="x64"', { 444 ['target_arch=="x64"', {
449 'include_dirs+': [ 445 'include_dirs+': [
450 '../../src/x64', 446 '../../src/x64',
451 ], 447 ],
452 'sources': [ 448 'sources': [
453 '../../src/x64/assembler-x64-inl.h', 449 '../../src/x64/assembler-x64-inl.h',
454 '../../src/x64/assembler-x64.cc', 450 '../../src/x64/assembler-x64.cc',
455 '../../src/x64/assembler-x64.h', 451 '../../src/x64/assembler-x64.h',
456 '../../src/x64/builtins-x64.cc', 452 '../../src/x64/builtins-x64.cc',
457 '../../src/x64/cfg-x64.cc', 453 '../../src/x64/cfg-x64.cc',
458 '../../src/x64/codegen-x64.cc', 454 '../../src/x64/codegen-x64.cc',
459 '../../src/x64/codegen-x64.h', 455 '../../src/x64/codegen-x64.h',
460 '../../src/x64/cpu-x64.cc', 456 '../../src/x64/cpu-x64.cc',
461 '../../src/x64/debug-x64.cc', 457 '../../src/x64/debug-x64.cc',
462 '../../src/x64/disasm-x64.cc', 458 '../../src/x64/disasm-x64.cc',
463 '../../src/x64/frames-x64.cc', 459 '../../src/x64/frames-x64.cc',
464 '../../src/x64/frames-x64.h', 460 '../../src/x64/frames-x64.h',
465 '../../src/x64/ic-x64.cc', 461 '../../src/x64/ic-x64.cc',
466 '../../src/x64/jump-target-x64.cc', 462 '../../src/x64/jump-target-x64.cc',
467 '../../src/x64/macro-assembler-x64.cc', 463 '../../src/x64/macro-assembler-x64.cc',
468 '../../src/x64/macro-assembler-x64.h', 464 '../../src/x64/macro-assembler-x64.h',
465 '../../src/x64/regexp-macro-assembler-x64.cc',
466 '../../src/x64/regexp-macro-assembler-x64.h',
469 '../../src/x64/register-allocator-x64.cc', 467 '../../src/x64/register-allocator-x64.cc',
470 '../../src/x64/stub-cache-x64.cc', 468 '../../src/x64/stub-cache-x64.cc',
471 '../../src/x64/virtual-frame-x64.cc', 469 '../../src/x64/virtual-frame-x64.cc',
472 '../../src/x64/virtual-frame-x64.h', 470 '../../src/x64/virtual-frame-x64.h',
473 ], 471 ],
474 }], 472 }],
475 ['target_arch=="x64" and v8_regexp=="native"', {
476 'sources': [
477 '../../src/x64/regexp-macro-assembler-x64.cc',
478 '../../src/x64/regexp-macro-assembler-x64.h',
479 ],
480 }],
481 ['OS=="linux"', { 473 ['OS=="linux"', {
482 'link_settings': { 474 'link_settings': {
483 'libraries': [ 475 'libraries': [
484 # Needed for clock_gettime() used by src/platform-linux.cc. 476 # Needed for clock_gettime() used by src/platform-linux.cc.
485 '-lrt', 477 '-lrt',
486 ]}, 478 ]},
487 'sources': [ 479 'sources': [
488 '../../src/platform-linux.cc', 480 '../../src/platform-linux.cc',
489 '../../src/platform-posix.cc' 481 '../../src/platform-posix.cc'
490 ], 482 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 ], 570 ],
579 'conditions': [ 571 'conditions': [
580 [ 'OS=="win"', { 572 [ 'OS=="win"', {
581 # This could be gotten by not setting chromium_code, if that's OK. 573 # This could be gotten by not setting chromium_code, if that's OK.
582 'defines': ['_CRT_SECURE_NO_WARNINGS'], 574 'defines': ['_CRT_SECURE_NO_WARNINGS'],
583 }], 575 }],
584 ], 576 ],
585 }, 577 },
586 ], 578 ],
587 } 579 }
OLDNEW
« src/serialize.cc ('K') | « test/cctest/test-regexp.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698