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

Side by Side Diff: BUILD.gn

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 | « no previous file | src/v8.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 820
821 configs = [ ":internal_config" ] 821 configs = [ ":internal_config" ]
822 } 822 }
823 } 823 }
824 824
825 v8_source_set("v8_base") { 825 v8_source_set("v8_base") {
826 visibility = [ ":*" ] # Only targets in this file can depend on this. 826 visibility = [ ":*" ] # Only targets in this file can depend on this.
827 827
828 sources = [ 828 sources = [
829 "//base/trace_event/common/trace_event_common.h", 829 "//base/trace_event/common/trace_event_common.h",
830
831 ### gcmole(all) ###
830 "include/v8-debug.h", 832 "include/v8-debug.h",
831 "include/v8-experimental.h", 833 "include/v8-experimental.h",
832 "include/v8-platform.h", 834 "include/v8-platform.h",
833 "include/v8-profiler.h", 835 "include/v8-profiler.h",
834 "include/v8-testing.h", 836 "include/v8-testing.h",
835 "include/v8-util.h", 837 "include/v8-util.h",
836 "include/v8-version.h", 838 "include/v8-version.h",
837 "include/v8.h", 839 "include/v8.h",
838 "include/v8config.h", 840 "include/v8config.h",
839 "src/accessors.cc", 841 "src/accessors.cc",
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 "src/wasm/wasm-opcodes.h", 1698 "src/wasm/wasm-opcodes.h",
1697 "src/wasm/wasm-result.cc", 1699 "src/wasm/wasm-result.cc",
1698 "src/wasm/wasm-result.h", 1700 "src/wasm/wasm-result.h",
1699 "src/zone-allocator.h", 1701 "src/zone-allocator.h",
1700 "src/zone-containers.h", 1702 "src/zone-containers.h",
1701 "src/zone.cc", 1703 "src/zone.cc",
1702 "src/zone.h", 1704 "src/zone.h",
1703 ] 1705 ]
1704 1706
1705 if (v8_current_cpu == "x86") { 1707 if (v8_current_cpu == "x86") {
1706 sources += [ 1708 sources += [ ### gcmole(arch:ia32) ###
1707 "src/builtins/ia32/builtins-ia32.cc", 1709 "src/builtins/ia32/builtins-ia32.cc",
1708 "src/compiler/ia32/code-generator-ia32.cc", 1710 "src/compiler/ia32/code-generator-ia32.cc",
1709 "src/compiler/ia32/instruction-codes-ia32.h", 1711 "src/compiler/ia32/instruction-codes-ia32.h",
1710 "src/compiler/ia32/instruction-scheduler-ia32.cc", 1712 "src/compiler/ia32/instruction-scheduler-ia32.cc",
1711 "src/compiler/ia32/instruction-selector-ia32.cc", 1713 "src/compiler/ia32/instruction-selector-ia32.cc",
1712 "src/crankshaft/ia32/lithium-codegen-ia32.cc", 1714 "src/crankshaft/ia32/lithium-codegen-ia32.cc",
1713 "src/crankshaft/ia32/lithium-codegen-ia32.h", 1715 "src/crankshaft/ia32/lithium-codegen-ia32.h",
1714 "src/crankshaft/ia32/lithium-gap-resolver-ia32.cc", 1716 "src/crankshaft/ia32/lithium-gap-resolver-ia32.cc",
1715 "src/crankshaft/ia32/lithium-gap-resolver-ia32.h", 1717 "src/crankshaft/ia32/lithium-gap-resolver-ia32.h",
1716 "src/crankshaft/ia32/lithium-ia32.cc", 1718 "src/crankshaft/ia32/lithium-ia32.cc",
(...skipping 19 matching lines...) Expand all
1736 "src/ia32/simulator-ia32.h", 1738 "src/ia32/simulator-ia32.h",
1737 "src/ic/ia32/access-compiler-ia32.cc", 1739 "src/ic/ia32/access-compiler-ia32.cc",
1738 "src/ic/ia32/handler-compiler-ia32.cc", 1740 "src/ic/ia32/handler-compiler-ia32.cc",
1739 "src/ic/ia32/ic-compiler-ia32.cc", 1741 "src/ic/ia32/ic-compiler-ia32.cc",
1740 "src/ic/ia32/ic-ia32.cc", 1742 "src/ic/ia32/ic-ia32.cc",
1741 "src/ic/ia32/stub-cache-ia32.cc", 1743 "src/ic/ia32/stub-cache-ia32.cc",
1742 "src/regexp/ia32/regexp-macro-assembler-ia32.cc", 1744 "src/regexp/ia32/regexp-macro-assembler-ia32.cc",
1743 "src/regexp/ia32/regexp-macro-assembler-ia32.h", 1745 "src/regexp/ia32/regexp-macro-assembler-ia32.h",
1744 ] 1746 ]
1745 } else if (v8_current_cpu == "x64") { 1747 } else if (v8_current_cpu == "x64") {
1746 sources += [ 1748 sources += [ ### gcmole(arch:x64) ###
1747 "src/builtins/x64/builtins-x64.cc", 1749 "src/builtins/x64/builtins-x64.cc",
1748 "src/compiler/x64/code-generator-x64.cc", 1750 "src/compiler/x64/code-generator-x64.cc",
1749 "src/compiler/x64/instruction-codes-x64.h", 1751 "src/compiler/x64/instruction-codes-x64.h",
1750 "src/compiler/x64/instruction-scheduler-x64.cc", 1752 "src/compiler/x64/instruction-scheduler-x64.cc",
1751 "src/compiler/x64/instruction-selector-x64.cc", 1753 "src/compiler/x64/instruction-selector-x64.cc",
1752 "src/compiler/x64/unwinding-info-writer-x64.cc", 1754 "src/compiler/x64/unwinding-info-writer-x64.cc",
1753 "src/compiler/x64/unwinding-info-writer-x64.h", 1755 "src/compiler/x64/unwinding-info-writer-x64.h",
1754 "src/crankshaft/x64/lithium-codegen-x64.cc", 1756 "src/crankshaft/x64/lithium-codegen-x64.cc",
1755 "src/crankshaft/x64/lithium-codegen-x64.h", 1757 "src/crankshaft/x64/lithium-codegen-x64.h",
1756 "src/crankshaft/x64/lithium-gap-resolver-x64.cc", 1758 "src/crankshaft/x64/lithium-gap-resolver-x64.cc",
(...skipping 24 matching lines...) Expand all
1781 "src/x64/frames-x64.cc", 1783 "src/x64/frames-x64.cc",
1782 "src/x64/frames-x64.h", 1784 "src/x64/frames-x64.h",
1783 "src/x64/interface-descriptors-x64.cc", 1785 "src/x64/interface-descriptors-x64.cc",
1784 "src/x64/macro-assembler-x64.cc", 1786 "src/x64/macro-assembler-x64.cc",
1785 "src/x64/macro-assembler-x64.h", 1787 "src/x64/macro-assembler-x64.h",
1786 "src/x64/simulator-x64.cc", 1788 "src/x64/simulator-x64.cc",
1787 "src/x64/simulator-x64.h", 1789 "src/x64/simulator-x64.h",
1788 "src/x64/sse-instr.h", 1790 "src/x64/sse-instr.h",
1789 ] 1791 ]
1790 } else if (v8_current_cpu == "arm") { 1792 } else if (v8_current_cpu == "arm") {
1791 sources += [ 1793 sources += [ ### gcmole(arch:arm) ###
1792 "src/arm/assembler-arm-inl.h", 1794 "src/arm/assembler-arm-inl.h",
1793 "src/arm/assembler-arm.cc", 1795 "src/arm/assembler-arm.cc",
1794 "src/arm/assembler-arm.h", 1796 "src/arm/assembler-arm.h",
1795 "src/arm/code-stubs-arm.cc", 1797 "src/arm/code-stubs-arm.cc",
1796 "src/arm/code-stubs-arm.h", 1798 "src/arm/code-stubs-arm.h",
1797 "src/arm/codegen-arm.cc", 1799 "src/arm/codegen-arm.cc",
1798 "src/arm/codegen-arm.h", 1800 "src/arm/codegen-arm.h",
1799 "src/arm/constants-arm.cc", 1801 "src/arm/constants-arm.cc",
1800 "src/arm/constants-arm.h", 1802 "src/arm/constants-arm.h",
1801 "src/arm/cpu-arm.cc", 1803 "src/arm/cpu-arm.cc",
(...skipping 25 matching lines...) Expand all
1827 "src/full-codegen/arm/full-codegen-arm.cc", 1829 "src/full-codegen/arm/full-codegen-arm.cc",
1828 "src/ic/arm/access-compiler-arm.cc", 1830 "src/ic/arm/access-compiler-arm.cc",
1829 "src/ic/arm/handler-compiler-arm.cc", 1831 "src/ic/arm/handler-compiler-arm.cc",
1830 "src/ic/arm/ic-arm.cc", 1832 "src/ic/arm/ic-arm.cc",
1831 "src/ic/arm/ic-compiler-arm.cc", 1833 "src/ic/arm/ic-compiler-arm.cc",
1832 "src/ic/arm/stub-cache-arm.cc", 1834 "src/ic/arm/stub-cache-arm.cc",
1833 "src/regexp/arm/regexp-macro-assembler-arm.cc", 1835 "src/regexp/arm/regexp-macro-assembler-arm.cc",
1834 "src/regexp/arm/regexp-macro-assembler-arm.h", 1836 "src/regexp/arm/regexp-macro-assembler-arm.h",
1835 ] 1837 ]
1836 } else if (v8_current_cpu == "arm64") { 1838 } else if (v8_current_cpu == "arm64") {
1837 sources += [ 1839 sources += [ ### gcmole(arch:arm64) ###
1838 "src/arm64/assembler-arm64-inl.h", 1840 "src/arm64/assembler-arm64-inl.h",
1839 "src/arm64/assembler-arm64.cc", 1841 "src/arm64/assembler-arm64.cc",
1840 "src/arm64/assembler-arm64.h", 1842 "src/arm64/assembler-arm64.h",
1841 "src/arm64/code-stubs-arm64.cc", 1843 "src/arm64/code-stubs-arm64.cc",
1842 "src/arm64/code-stubs-arm64.h", 1844 "src/arm64/code-stubs-arm64.h",
1843 "src/arm64/codegen-arm64.cc", 1845 "src/arm64/codegen-arm64.cc",
1844 "src/arm64/codegen-arm64.h", 1846 "src/arm64/codegen-arm64.h",
1845 "src/arm64/constants-arm64.h", 1847 "src/arm64/constants-arm64.h",
1846 "src/arm64/cpu-arm64.cc", 1848 "src/arm64/cpu-arm64.cc",
1847 "src/arm64/decoder-arm64-inl.h", 1849 "src/arm64/decoder-arm64-inl.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 "src/debug/arm64/debug-arm64.cc", 1887 "src/debug/arm64/debug-arm64.cc",
1886 "src/full-codegen/arm64/full-codegen-arm64.cc", 1888 "src/full-codegen/arm64/full-codegen-arm64.cc",
1887 "src/ic/arm64/access-compiler-arm64.cc", 1889 "src/ic/arm64/access-compiler-arm64.cc",
1888 "src/ic/arm64/handler-compiler-arm64.cc", 1890 "src/ic/arm64/handler-compiler-arm64.cc",
1889 "src/ic/arm64/ic-arm64.cc", 1891 "src/ic/arm64/ic-arm64.cc",
1890 "src/ic/arm64/ic-compiler-arm64.cc", 1892 "src/ic/arm64/ic-compiler-arm64.cc",
1891 "src/ic/arm64/stub-cache-arm64.cc", 1893 "src/ic/arm64/stub-cache-arm64.cc",
1892 "src/regexp/arm64/regexp-macro-assembler-arm64.cc", 1894 "src/regexp/arm64/regexp-macro-assembler-arm64.cc",
1893 "src/regexp/arm64/regexp-macro-assembler-arm64.h", 1895 "src/regexp/arm64/regexp-macro-assembler-arm64.h",
1894 ] 1896 ]
1895 } else if (v8_current_cpu == "mipsel") { 1897 } else if (v8_current_cpu == "mips" || v8_current_cpu == "mipsel") {
1896 sources += [ 1898 sources += [ ### gcmole(arch:mipsel) ###
1897 "src/builtins/mips/builtins-mips.cc", 1899 "src/builtins/mips/builtins-mips.cc",
1898 "src/compiler/mips/code-generator-mips.cc", 1900 "src/compiler/mips/code-generator-mips.cc",
1899 "src/compiler/mips/instruction-codes-mips.h", 1901 "src/compiler/mips/instruction-codes-mips.h",
1900 "src/compiler/mips/instruction-scheduler-mips.cc", 1902 "src/compiler/mips/instruction-scheduler-mips.cc",
1901 "src/compiler/mips/instruction-selector-mips.cc", 1903 "src/compiler/mips/instruction-selector-mips.cc",
1902 "src/crankshaft/mips/lithium-codegen-mips.cc", 1904 "src/crankshaft/mips/lithium-codegen-mips.cc",
1903 "src/crankshaft/mips/lithium-codegen-mips.h", 1905 "src/crankshaft/mips/lithium-codegen-mips.h",
1904 "src/crankshaft/mips/lithium-gap-resolver-mips.cc", 1906 "src/crankshaft/mips/lithium-gap-resolver-mips.cc",
1905 "src/crankshaft/mips/lithium-gap-resolver-mips.h", 1907 "src/crankshaft/mips/lithium-gap-resolver-mips.h",
1906 "src/crankshaft/mips/lithium-mips.cc", 1908 "src/crankshaft/mips/lithium-mips.cc",
(...skipping 20 matching lines...) Expand all
1927 "src/mips/frames-mips.cc", 1929 "src/mips/frames-mips.cc",
1928 "src/mips/frames-mips.h", 1930 "src/mips/frames-mips.h",
1929 "src/mips/interface-descriptors-mips.cc", 1931 "src/mips/interface-descriptors-mips.cc",
1930 "src/mips/macro-assembler-mips.cc", 1932 "src/mips/macro-assembler-mips.cc",
1931 "src/mips/macro-assembler-mips.h", 1933 "src/mips/macro-assembler-mips.h",
1932 "src/mips/simulator-mips.cc", 1934 "src/mips/simulator-mips.cc",
1933 "src/mips/simulator-mips.h", 1935 "src/mips/simulator-mips.h",
1934 "src/regexp/mips/regexp-macro-assembler-mips.cc", 1936 "src/regexp/mips/regexp-macro-assembler-mips.cc",
1935 "src/regexp/mips/regexp-macro-assembler-mips.h", 1937 "src/regexp/mips/regexp-macro-assembler-mips.h",
1936 ] 1938 ]
1937 } else if (v8_current_cpu == "mips64el") { 1939 } else if (v8_current_cpu == "mips64" || v8_current_cpu == "mips64el") {
1938 sources += [ 1940 sources += [ ### gcmole(arch:mips64el) ###
1939 "src/builtins/mips64/builtins-mips64.cc", 1941 "src/builtins/mips64/builtins-mips64.cc",
1940 "src/compiler/mips64/code-generator-mips64.cc", 1942 "src/compiler/mips64/code-generator-mips64.cc",
1941 "src/compiler/mips64/instruction-codes-mips64.h", 1943 "src/compiler/mips64/instruction-codes-mips64.h",
1942 "src/compiler/mips64/instruction-scheduler-mips64.cc", 1944 "src/compiler/mips64/instruction-scheduler-mips64.cc",
1943 "src/compiler/mips64/instruction-selector-mips64.cc", 1945 "src/compiler/mips64/instruction-selector-mips64.cc",
1944 "src/crankshaft/mips64/lithium-codegen-mips64.cc", 1946 "src/crankshaft/mips64/lithium-codegen-mips64.cc",
1945 "src/crankshaft/mips64/lithium-codegen-mips64.h", 1947 "src/crankshaft/mips64/lithium-codegen-mips64.h",
1946 "src/crankshaft/mips64/lithium-gap-resolver-mips64.cc", 1948 "src/crankshaft/mips64/lithium-gap-resolver-mips64.cc",
1947 "src/crankshaft/mips64/lithium-gap-resolver-mips64.h", 1949 "src/crankshaft/mips64/lithium-gap-resolver-mips64.h",
1948 "src/crankshaft/mips64/lithium-mips64.cc", 1950 "src/crankshaft/mips64/lithium-mips64.cc",
(...skipping 20 matching lines...) Expand all
1969 "src/mips64/frames-mips64.cc", 1971 "src/mips64/frames-mips64.cc",
1970 "src/mips64/frames-mips64.h", 1972 "src/mips64/frames-mips64.h",
1971 "src/mips64/interface-descriptors-mips64.cc", 1973 "src/mips64/interface-descriptors-mips64.cc",
1972 "src/mips64/macro-assembler-mips64.cc", 1974 "src/mips64/macro-assembler-mips64.cc",
1973 "src/mips64/macro-assembler-mips64.h", 1975 "src/mips64/macro-assembler-mips64.h",
1974 "src/mips64/simulator-mips64.cc", 1976 "src/mips64/simulator-mips64.cc",
1975 "src/mips64/simulator-mips64.h", 1977 "src/mips64/simulator-mips64.h",
1976 "src/regexp/mips64/regexp-macro-assembler-mips64.cc", 1978 "src/regexp/mips64/regexp-macro-assembler-mips64.cc",
1977 "src/regexp/mips64/regexp-macro-assembler-mips64.h", 1979 "src/regexp/mips64/regexp-macro-assembler-mips64.h",
1978 ] 1980 ]
1981 } else if (v8_current_cpu == "ppc" || v8_current_cpu == "ppc64") {
1982 sources += [ ### gcmole(arch:ppc) ###
1983 "src/builtins/ppc/builtins-ppc.cc",
1984 "src/compiler/ppc/code-generator-ppc.cc",
1985 "src/compiler/ppc/instruction-codes-ppc.h",
1986 "src/compiler/ppc/instruction-scheduler-ppc.cc",
1987 "src/compiler/ppc/instruction-selector-ppc.cc",
1988 "src/crankshaft/ppc/lithium-codegen-ppc.cc",
1989 "src/crankshaft/ppc/lithium-codegen-ppc.h",
1990 "src/crankshaft/ppc/lithium-gap-resolver-ppc.cc",
1991 "src/crankshaft/ppc/lithium-gap-resolver-ppc.h",
1992 "src/crankshaft/ppc/lithium-ppc.cc",
1993 "src/crankshaft/ppc/lithium-ppc.h",
1994 "src/debug/ppc/debug-ppc.cc",
1995 "src/full-codegen/ppc/full-codegen-ppc.cc",
1996 "src/ic/ppc/access-compiler-ppc.cc",
1997 "src/ic/ppc/handler-compiler-ppc.cc",
1998 "src/ic/ppc/ic-compiler-ppc.cc",
1999 "src/ic/ppc/ic-ppc.cc",
2000 "src/ic/ppc/stub-cache-ppc.cc",
2001 "src/ppc/assembler-ppc-inl.h",
2002 "src/ppc/assembler-ppc.cc",
2003 "src/ppc/assembler-ppc.h",
2004 "src/ppc/code-stubs-ppc.cc",
2005 "src/ppc/code-stubs-ppc.h",
2006 "src/ppc/codegen-ppc.cc",
2007 "src/ppc/codegen-ppc.h",
2008 "src/ppc/constants-ppc.cc",
2009 "src/ppc/constants-ppc.h",
2010 "src/ppc/cpu-ppc.cc",
2011 "src/ppc/deoptimizer-ppc.cc",
2012 "src/ppc/disasm-ppc.cc",
2013 "src/ppc/frames-ppc.cc",
2014 "src/ppc/frames-ppc.h",
2015 "src/ppc/interface-descriptors-ppc.cc",
2016 "src/ppc/macro-assembler-ppc.cc",
2017 "src/ppc/macro-assembler-ppc.h",
2018 "src/ppc/simulator-ppc.cc",
2019 "src/ppc/simulator-ppc.h",
2020 "src/regexp/ppc/regexp-macro-assembler-ppc.cc",
2021 "src/regexp/ppc/regexp-macro-assembler-ppc.h",
2022 ]
1979 } else if (v8_current_cpu == "s390" || v8_current_cpu == "s390x") { 2023 } else if (v8_current_cpu == "s390" || v8_current_cpu == "s390x") {
1980 sources += [ 2024 sources += [ ### gcmole(arch:s390) ###
1981 "src/builtins/s390/builtins-s390.cc", 2025 "src/builtins/s390/builtins-s390.cc",
1982 "src/compiler/s390/code-generator-s390.cc", 2026 "src/compiler/s390/code-generator-s390.cc",
1983 "src/compiler/s390/instruction-codes-s390.h", 2027 "src/compiler/s390/instruction-codes-s390.h",
1984 "src/compiler/s390/instruction-scheduler-s390.cc", 2028 "src/compiler/s390/instruction-scheduler-s390.cc",
1985 "src/compiler/s390/instruction-selector-s390.cc", 2029 "src/compiler/s390/instruction-selector-s390.cc",
1986 "src/crankshaft/s390/lithium-codegen-s390.cc", 2030 "src/crankshaft/s390/lithium-codegen-s390.cc",
1987 "src/crankshaft/s390/lithium-codegen-s390.h", 2031 "src/crankshaft/s390/lithium-codegen-s390.h",
1988 "src/crankshaft/s390/lithium-gap-resolver-s390.cc", 2032 "src/crankshaft/s390/lithium-gap-resolver-s390.cc",
1989 "src/crankshaft/s390/lithium-gap-resolver-s390.h", 2033 "src/crankshaft/s390/lithium-gap-resolver-s390.h",
1990 "src/crankshaft/s390/lithium-s390.cc", 2034 "src/crankshaft/s390/lithium-s390.cc",
(...skipping 20 matching lines...) Expand all
2011 "src/s390/deoptimizer-s390.cc", 2055 "src/s390/deoptimizer-s390.cc",
2012 "src/s390/disasm-s390.cc", 2056 "src/s390/disasm-s390.cc",
2013 "src/s390/frames-s390.cc", 2057 "src/s390/frames-s390.cc",
2014 "src/s390/frames-s390.h", 2058 "src/s390/frames-s390.h",
2015 "src/s390/interface-descriptors-s390.cc", 2059 "src/s390/interface-descriptors-s390.cc",
2016 "src/s390/macro-assembler-s390.cc", 2060 "src/s390/macro-assembler-s390.cc",
2017 "src/s390/macro-assembler-s390.h", 2061 "src/s390/macro-assembler-s390.h",
2018 "src/s390/simulator-s390.cc", 2062 "src/s390/simulator-s390.cc",
2019 "src/s390/simulator-s390.h", 2063 "src/s390/simulator-s390.h",
2020 ] 2064 ]
2065 } else if (v8_current_cpu == "x87") {
2066 sources += [ ### gcmole(arch:x87) ###
2067 "src/builtins/x87/builtins-x87.cc",
2068 "src/compiler/x87/code-generator-x87.cc",
2069 "src/compiler/x87/instruction-codes-x87.h",
2070 "src/compiler/x87/instruction-scheduler-x87.cc",
2071 "src/compiler/x87/instruction-selector-x87.cc",
2072 "src/crankshaft/x87/lithium-codegen-x87.cc",
2073 "src/crankshaft/x87/lithium-codegen-x87.h",
2074 "src/crankshaft/x87/lithium-gap-resolver-x87.cc",
2075 "src/crankshaft/x87/lithium-gap-resolver-x87.h",
2076 "src/crankshaft/x87/lithium-x87.cc",
2077 "src/crankshaft/x87/lithium-x87.h",
2078 "src/debug/x87/debug-x87.cc",
2079 "src/full-codegen/x87/full-codegen-x87.cc",
2080 "src/ic/x87/access-compiler-x87.cc",
2081 "src/ic/x87/handler-compiler-x87.cc",
2082 "src/ic/x87/ic-compiler-x87.cc",
2083 "src/ic/x87/ic-x87.cc",
2084 "src/ic/x87/stub-cache-x87.cc",
2085 "src/regexp/x87/regexp-macro-assembler-x87.cc",
2086 "src/regexp/x87/regexp-macro-assembler-x87.h",
2087 "src/x87/assembler-x87-inl.h",
2088 "src/x87/assembler-x87.cc",
2089 "src/x87/assembler-x87.h",
2090 "src/x87/code-stubs-x87.cc",
2091 "src/x87/code-stubs-x87.h",
2092 "src/x87/codegen-x87.cc",
2093 "src/x87/codegen-x87.h",
2094 "src/x87/cpu-x87.cc",
2095 "src/x87/deoptimizer-x87.cc",
2096 "src/x87/disasm-x87.cc",
2097 "src/x87/frames-x87.cc",
2098 "src/x87/frames-x87.h",
2099 "src/x87/interface-descriptors-x87.cc",
2100 "src/x87/macro-assembler-x87.cc",
2101 "src/x87/macro-assembler-x87.h",
2102 "src/x87/simulator-x87.cc",
2103 "src/x87/simulator-x87.h",
2104 ]
2021 } 2105 }
2022 2106
2023 configs = [ ":internal_config" ] 2107 configs = [ ":internal_config" ]
2024 2108
2025 defines = [] 2109 defines = []
2026 deps = [ 2110 deps = [
2027 ":v8_libbase", 2111 ":v8_libbase",
2028 ":v8_libsampler", 2112 ":v8_libsampler",
2029 ] 2113 ]
2030 2114
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
2775 ":fuzzer_support", 2859 ":fuzzer_support",
2776 ":lib_wasm_section_fuzzer", 2860 ":lib_wasm_section_fuzzer",
2777 ":wasm_module_runner", 2861 ":wasm_module_runner",
2778 ] 2862 ]
2779 2863
2780 configs = [ ":internal_config" ] 2864 configs = [ ":internal_config" ]
2781 } 2865 }
2782 2866
2783 v8_fuzzer("wasm_data_section_fuzzer") { 2867 v8_fuzzer("wasm_data_section_fuzzer") {
2784 } 2868 }
OLDNEW
« no previous file with comments | « no previous file | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698