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

Side by Side Diff: src/v8.gyp

Issue 2352103002: [gn] Add gn support to gcmole (Closed)
Patch Set: Added todo Created 4 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
« no previous file with comments | « BUILD.gn ('k') | test/cctest/BUILD.gn » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'compiler/control-equivalence.h', 575 'compiler/control-equivalence.h',
576 'compiler/control-flow-optimizer.cc', 576 'compiler/control-flow-optimizer.cc',
577 'compiler/control-flow-optimizer.h', 577 'compiler/control-flow-optimizer.h',
578 'compiler/dead-code-elimination.cc', 578 'compiler/dead-code-elimination.cc',
579 'compiler/dead-code-elimination.h', 579 'compiler/dead-code-elimination.h',
580 'compiler/diamond.h', 580 'compiler/diamond.h',
581 'compiler/effect-control-linearizer.cc', 581 'compiler/effect-control-linearizer.cc',
582 'compiler/effect-control-linearizer.h', 582 'compiler/effect-control-linearizer.h',
583 'compiler/escape-analysis.cc', 583 'compiler/escape-analysis.cc',
584 'compiler/escape-analysis.h', 584 'compiler/escape-analysis.h',
585 "compiler/escape-analysis-reducer.cc", 585 'compiler/escape-analysis-reducer.cc',
586 "compiler/escape-analysis-reducer.h", 586 'compiler/escape-analysis-reducer.h',
587 'compiler/frame.cc', 587 'compiler/frame.cc',
588 'compiler/frame.h', 588 'compiler/frame.h',
589 'compiler/frame-elider.cc', 589 'compiler/frame-elider.cc',
590 'compiler/frame-elider.h', 590 'compiler/frame-elider.h',
591 "compiler/frame-states.cc", 591 'compiler/frame-states.cc',
592 "compiler/frame-states.h", 592 'compiler/frame-states.h',
593 'compiler/gap-resolver.cc', 593 'compiler/gap-resolver.cc',
594 'compiler/gap-resolver.h', 594 'compiler/gap-resolver.h',
595 'compiler/graph-reducer.cc', 595 'compiler/graph-reducer.cc',
596 'compiler/graph-reducer.h', 596 'compiler/graph-reducer.h',
597 'compiler/graph-replay.cc', 597 'compiler/graph-replay.cc',
598 'compiler/graph-replay.h', 598 'compiler/graph-replay.h',
599 'compiler/graph-trimmer.cc', 599 'compiler/graph-trimmer.cc',
600 'compiler/graph-trimmer.h', 600 'compiler/graph-trimmer.h',
601 'compiler/graph-visualizer.cc', 601 'compiler/graph-visualizer.cc',
602 'compiler/graph-visualizer.h', 602 'compiler/graph-visualizer.h',
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 'full-codegen/mips64/full-codegen-mips64.cc', 1550 'full-codegen/mips64/full-codegen-mips64.cc',
1551 'ic/mips64/access-compiler-mips64.cc', 1551 'ic/mips64/access-compiler-mips64.cc',
1552 'ic/mips64/handler-compiler-mips64.cc', 1552 'ic/mips64/handler-compiler-mips64.cc',
1553 'ic/mips64/ic-mips64.cc', 1553 'ic/mips64/ic-mips64.cc',
1554 'ic/mips64/ic-compiler-mips64.cc', 1554 'ic/mips64/ic-compiler-mips64.cc',
1555 'ic/mips64/stub-cache-mips64.cc', 1555 'ic/mips64/stub-cache-mips64.cc',
1556 'regexp/mips64/regexp-macro-assembler-mips64.cc', 1556 'regexp/mips64/regexp-macro-assembler-mips64.cc',
1557 'regexp/mips64/regexp-macro-assembler-mips64.h', 1557 'regexp/mips64/regexp-macro-assembler-mips64.h',
1558 ], 1558 ],
1559 }], 1559 }],
1560 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { 1560 ['v8_target_arch=="x64"', {
1561 'sources': [ ### gcmole(arch:x64) ### 1561 'sources': [ ### gcmole(arch:x64) ###
1562 'builtins/x64/builtins-x64.cc', 1562 'builtins/x64/builtins-x64.cc',
1563 'compiler/x64/code-generator-x64.cc',
1564 'compiler/x64/instruction-codes-x64.h',
1565 'compiler/x64/instruction-scheduler-x64.cc',
1566 'compiler/x64/instruction-selector-x64.cc',
1567 'compiler/x64/unwinding-info-writer-x64.h',
1568 'compiler/x64/unwinding-info-writer-x64.cc',
1563 'crankshaft/x64/lithium-codegen-x64.cc', 1569 'crankshaft/x64/lithium-codegen-x64.cc',
1564 'crankshaft/x64/lithium-codegen-x64.h', 1570 'crankshaft/x64/lithium-codegen-x64.h',
1565 'crankshaft/x64/lithium-gap-resolver-x64.cc', 1571 'crankshaft/x64/lithium-gap-resolver-x64.cc',
1566 'crankshaft/x64/lithium-gap-resolver-x64.h', 1572 'crankshaft/x64/lithium-gap-resolver-x64.h',
1567 'crankshaft/x64/lithium-x64.cc', 1573 'crankshaft/x64/lithium-x64.cc',
1568 'crankshaft/x64/lithium-x64.h', 1574 'crankshaft/x64/lithium-x64.h',
1569 'x64/assembler-x64-inl.h', 1575 'x64/assembler-x64-inl.h',
1570 'x64/assembler-x64.cc', 1576 'x64/assembler-x64.cc',
1571 'x64/assembler-x64.h', 1577 'x64/assembler-x64.h',
1572 'x64/code-stubs-x64.cc', 1578 'x64/code-stubs-x64.cc',
1573 'x64/code-stubs-x64.h', 1579 'x64/code-stubs-x64.h',
1574 'x64/codegen-x64.cc', 1580 'x64/codegen-x64.cc',
1575 'x64/codegen-x64.h', 1581 'x64/codegen-x64.h',
1576 'x64/cpu-x64.cc', 1582 'x64/cpu-x64.cc',
1577 'x64/deoptimizer-x64.cc', 1583 'x64/deoptimizer-x64.cc',
1578 'x64/disasm-x64.cc', 1584 'x64/disasm-x64.cc',
1585 'x64/eh-frame-x64.cc',
1579 'x64/frames-x64.cc', 1586 'x64/frames-x64.cc',
1580 'x64/frames-x64.h', 1587 'x64/frames-x64.h',
1581 'x64/interface-descriptors-x64.cc', 1588 'x64/interface-descriptors-x64.cc',
1582 'x64/macro-assembler-x64.cc', 1589 'x64/macro-assembler-x64.cc',
1583 'x64/macro-assembler-x64.h', 1590 'x64/macro-assembler-x64.h',
1584 'x64/simulator-x64.cc', 1591 'x64/simulator-x64.cc',
1585 'x64/simulator-x64.h', 1592 'x64/simulator-x64.h',
1586 'x64/sse-instr.h', 1593 'x64/sse-instr.h',
1587 'debug/x64/debug-x64.cc', 1594 'debug/x64/debug-x64.cc',
1588 'full-codegen/x64/full-codegen-x64.cc', 1595 'full-codegen/x64/full-codegen-x64.cc',
1589 'ic/x64/access-compiler-x64.cc', 1596 'ic/x64/access-compiler-x64.cc',
1590 'ic/x64/handler-compiler-x64.cc', 1597 'ic/x64/handler-compiler-x64.cc',
1591 'ic/x64/ic-x64.cc', 1598 'ic/x64/ic-x64.cc',
1592 'ic/x64/ic-compiler-x64.cc', 1599 'ic/x64/ic-compiler-x64.cc',
1593 'ic/x64/stub-cache-x64.cc', 1600 'ic/x64/stub-cache-x64.cc',
1594 'regexp/x64/regexp-macro-assembler-x64.cc', 1601 'regexp/x64/regexp-macro-assembler-x64.cc',
1595 'regexp/x64/regexp-macro-assembler-x64.h', 1602 'regexp/x64/regexp-macro-assembler-x64.h',
1596 'third_party/valgrind/valgrind.h', 1603 'third_party/valgrind/valgrind.h',
1597 ], 1604 ],
1598 }], 1605 }],
1599 ['v8_target_arch=="x64"', {
1600 'sources': [
1601 'compiler/x64/code-generator-x64.cc',
1602 'compiler/x64/instruction-codes-x64.h',
1603 'compiler/x64/instruction-scheduler-x64.cc',
1604 'compiler/x64/instruction-selector-x64.cc',
1605 'compiler/x64/unwinding-info-writer-x64.h',
1606 'compiler/x64/unwinding-info-writer-x64.cc',
1607 'x64/eh-frame-x64.cc',
1608 ],
1609 }],
1610 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { 1606 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
1611 'sources': [ ### gcmole(arch:ppc) ### 1607 'sources': [ ### gcmole(arch:ppc) ###
1612 'builtins/ppc/builtins-ppc.cc', 1608 'builtins/ppc/builtins-ppc.cc',
1613 'compiler/ppc/code-generator-ppc.cc', 1609 'compiler/ppc/code-generator-ppc.cc',
1614 'compiler/ppc/instruction-codes-ppc.h', 1610 'compiler/ppc/instruction-codes-ppc.h',
1615 'compiler/ppc/instruction-scheduler-ppc.cc', 1611 'compiler/ppc/instruction-scheduler-ppc.cc',
1616 'compiler/ppc/instruction-selector-ppc.cc', 1612 'compiler/ppc/instruction-selector-ppc.cc',
1617 'crankshaft/ppc/lithium-ppc.cc', 1613 'crankshaft/ppc/lithium-ppc.cc',
1618 'crankshaft/ppc/lithium-ppc.h', 1614 'crankshaft/ppc/lithium-ppc.h',
1619 'crankshaft/ppc/lithium-codegen-ppc.cc', 1615 'crankshaft/ppc/lithium-codegen-ppc.cc',
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
2446 'conditions': [ 2442 'conditions': [
2447 ['want_separate_host_toolset_mkpeephole==1', { 2443 ['want_separate_host_toolset_mkpeephole==1', {
2448 'toolsets': ['host'], 2444 'toolsets': ['host'],
2449 }, { 2445 }, {
2450 'toolsets': ['target'], 2446 'toolsets': ['target'],
2451 }], 2447 }],
2452 ], 2448 ],
2453 }, 2449 },
2454 ], 2450 ],
2455 } 2451 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698