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 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1668 'base/build_config.h', | 1668 'base/build_config.h', |
1669 'base/compiler-specific.h', | 1669 'base/compiler-specific.h', |
1670 'base/cpu.cc', | 1670 'base/cpu.cc', |
1671 'base/cpu.h', | 1671 'base/cpu.h', |
1672 'base/division-by-constant.cc', | 1672 'base/division-by-constant.cc', |
1673 'base/division-by-constant.h', | 1673 'base/division-by-constant.h', |
1674 'base/flags.h', | 1674 'base/flags.h', |
1675 'base/format-macros.h', | 1675 'base/format-macros.h', |
1676 'base/functional.cc', | 1676 'base/functional.cc', |
1677 'base/functional.h', | 1677 'base/functional.h', |
| 1678 'base/hashmap.cc', |
| 1679 'base/hashmap.h', |
1678 'base/iterator.h', | 1680 'base/iterator.h', |
1679 'base/lazy-instance.h', | 1681 'base/lazy-instance.h', |
1680 'base/logging.cc', | 1682 'base/logging.cc', |
1681 'base/logging.h', | 1683 'base/logging.h', |
1682 'base/macros.h', | 1684 'base/macros.h', |
1683 'base/once.cc', | 1685 'base/once.cc', |
1684 'base/once.h', | 1686 'base/once.h', |
1685 'base/platform/elapsed-timer.h', | 1687 'base/platform/elapsed-timer.h', |
1686 'base/platform/time.cc', | 1688 'base/platform/time.cc', |
1687 'base/platform/time.h', | 1689 'base/platform/time.h', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1947 'optimize': 'max', | 1949 'optimize': 'max', |
1948 }, | 1950 }, |
1949 'dependencies': [ | 1951 'dependencies': [ |
1950 'v8_libbase', | 1952 'v8_libbase', |
1951 ], | 1953 ], |
1952 'include_dirs+': [ | 1954 'include_dirs+': [ |
1953 '..', | 1955 '..', |
1954 '../include', | 1956 '../include', |
1955 ], | 1957 ], |
1956 'sources': [ | 1958 'sources': [ |
1957 'libsampler/hashmap.h', | |
1958 'libsampler/utils.h', | |
1959 'libsampler/v8-sampler.cc', | 1959 'libsampler/v8-sampler.cc', |
1960 'libsampler/v8-sampler.h' | 1960 'libsampler/v8-sampler.h' |
1961 ], | 1961 ], |
1962 'conditions': [ | 1962 'conditions': [ |
1963 ['want_separate_host_toolset==1', { | 1963 ['want_separate_host_toolset==1', { |
1964 'toolsets': ['host', 'target'], | 1964 'toolsets': ['host', 'target'], |
1965 }, { | 1965 }, { |
1966 'toolsets': ['target'], | 1966 'toolsets': ['target'], |
1967 }], | 1967 }], |
1968 ], | 1968 ], |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2279 }], | 2279 }], |
2280 ['want_separate_host_toolset==1', { | 2280 ['want_separate_host_toolset==1', { |
2281 'toolsets': ['host'], | 2281 'toolsets': ['host'], |
2282 }, { | 2282 }, { |
2283 'toolsets': ['target'], | 2283 'toolsets': ['target'], |
2284 }], | 2284 }], |
2285 ], | 2285 ], |
2286 }, | 2286 }, |
2287 ], | 2287 ], |
2288 } | 2288 } |
OLD | NEW |