| OLD | NEW |
| 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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 'futex-emulation.cc', | 827 'futex-emulation.cc', |
| 828 'futex-emulation.h', | 828 'futex-emulation.h', |
| 829 'gdb-jit.cc', | 829 'gdb-jit.cc', |
| 830 'gdb-jit.h', | 830 'gdb-jit.h', |
| 831 'global-handles.cc', | 831 'global-handles.cc', |
| 832 'global-handles.h', | 832 'global-handles.h', |
| 833 'globals.h', | 833 'globals.h', |
| 834 'handles-inl.h', | 834 'handles-inl.h', |
| 835 'handles.cc', | 835 'handles.cc', |
| 836 'handles.h', | 836 'handles.h', |
| 837 'hashmap.h', | |
| 838 'heap-symbols.h', | 837 'heap-symbols.h', |
| 839 'heap/array-buffer-tracker.cc', | 838 'heap/array-buffer-tracker.cc', |
| 840 'heap/array-buffer-tracker.h', | 839 'heap/array-buffer-tracker.h', |
| 841 'heap/memory-reducer.cc', | 840 'heap/memory-reducer.cc', |
| 842 'heap/memory-reducer.h', | 841 'heap/memory-reducer.h', |
| 843 'heap/gc-idle-time-handler.cc', | 842 'heap/gc-idle-time-handler.cc', |
| 844 'heap/gc-idle-time-handler.h', | 843 'heap/gc-idle-time-handler.h', |
| 845 'heap/gc-tracer.cc', | 844 'heap/gc-tracer.cc', |
| 846 'heap/gc-tracer.h', | 845 'heap/gc-tracer.h', |
| 847 'heap/heap-inl.h', | 846 'heap/heap-inl.h', |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1674 'base/cpu.cc', | 1673 'base/cpu.cc', |
| 1675 'base/cpu.h', | 1674 'base/cpu.h', |
| 1676 'base/division-by-constant.cc', | 1675 'base/division-by-constant.cc', |
| 1677 'base/division-by-constant.h', | 1676 'base/division-by-constant.h', |
| 1678 'base/file-utils.cc', | 1677 'base/file-utils.cc', |
| 1679 'base/file-utils.h', | 1678 'base/file-utils.h', |
| 1680 'base/flags.h', | 1679 'base/flags.h', |
| 1681 'base/format-macros.h', | 1680 'base/format-macros.h', |
| 1682 'base/functional.cc', | 1681 'base/functional.cc', |
| 1683 'base/functional.h', | 1682 'base/functional.h', |
| 1683 'base/hashmap.h', |
| 1684 'base/iterator.h', | 1684 'base/iterator.h', |
| 1685 'base/lazy-instance.h', | 1685 'base/lazy-instance.h', |
| 1686 'base/logging.cc', | 1686 'base/logging.cc', |
| 1687 'base/logging.h', | 1687 'base/logging.h', |
| 1688 'base/macros.h', | 1688 'base/macros.h', |
| 1689 'base/once.cc', | 1689 'base/once.cc', |
| 1690 'base/once.h', | 1690 'base/once.h', |
| 1691 'base/platform/elapsed-timer.h', | 1691 'base/platform/elapsed-timer.h', |
| 1692 'base/platform/time.cc', | 1692 'base/platform/time.cc', |
| 1693 'base/platform/time.h', | 1693 'base/platform/time.h', |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1953 'optimize': 'max', | 1953 'optimize': 'max', |
| 1954 }, | 1954 }, |
| 1955 'dependencies': [ | 1955 'dependencies': [ |
| 1956 'v8_libbase', | 1956 'v8_libbase', |
| 1957 ], | 1957 ], |
| 1958 'include_dirs+': [ | 1958 'include_dirs+': [ |
| 1959 '..', | 1959 '..', |
| 1960 '../include', | 1960 '../include', |
| 1961 ], | 1961 ], |
| 1962 'sources': [ | 1962 'sources': [ |
| 1963 'libsampler/hashmap.h', | |
| 1964 'libsampler/utils.h', | |
| 1965 'libsampler/v8-sampler.cc', | 1963 'libsampler/v8-sampler.cc', |
| 1966 'libsampler/v8-sampler.h' | 1964 'libsampler/v8-sampler.h' |
| 1967 ], | 1965 ], |
| 1968 'conditions': [ | 1966 'conditions': [ |
| 1969 ['want_separate_host_toolset==1', { | 1967 ['want_separate_host_toolset==1', { |
| 1970 'toolsets': ['host', 'target'], | 1968 'toolsets': ['host', 'target'], |
| 1971 }, { | 1969 }, { |
| 1972 'toolsets': ['target'], | 1970 'toolsets': ['target'], |
| 1973 }], | 1971 }], |
| 1974 ], | 1972 ], |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2283 }], | 2281 }], |
| 2284 ['want_separate_host_toolset==1', { | 2282 ['want_separate_host_toolset==1', { |
| 2285 'toolsets': ['host'], | 2283 'toolsets': ['host'], |
| 2286 }, { | 2284 }, { |
| 2287 'toolsets': ['target'], | 2285 'toolsets': ['target'], |
| 2288 }], | 2286 }], |
| 2289 ], | 2287 ], |
| 2290 }, | 2288 }, |
| 2291 ], | 2289 ], |
| 2292 } | 2290 } |
| OLD | NEW |