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

Side by Side Diff: src/v8.gyp

Issue 2010243003: Move hashmap into base/. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 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 | « src/typing-asm.cc ('k') | src/wasm/asm-wasm-builder.cc » ('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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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
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 }
OLDNEW
« no previous file with comments | « src/typing-asm.cc ('k') | src/wasm/asm-wasm-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698