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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1847543002: Expose a lower bound of malloc'd memory via heap statistics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 8 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 | « test/unittests/wasm/module-decoder-unittest.cc ('k') | tools/parser-shell.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 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after
1667 { 1667 {
1668 'target_name': 'v8_libbase', 1668 'target_name': 'v8_libbase',
1669 'type': 'static_library', 1669 'type': 'static_library',
1670 'variables': { 1670 'variables': {
1671 'optimize': 'max', 1671 'optimize': 'max',
1672 }, 1672 },
1673 'include_dirs+': [ 1673 'include_dirs+': [
1674 '../..', 1674 '../..',
1675 ], 1675 ],
1676 'sources': [ 1676 'sources': [
1677 '../../src/base/accounting-allocator.cc',
1678 '../../src/base/accounting-allocator.h',
1677 '../../src/base/adapters.h', 1679 '../../src/base/adapters.h',
1678 '../../src/base/atomicops.h', 1680 '../../src/base/atomicops.h',
1679 '../../src/base/atomicops_internals_arm64_gcc.h', 1681 '../../src/base/atomicops_internals_arm64_gcc.h',
1680 '../../src/base/atomicops_internals_arm_gcc.h', 1682 '../../src/base/atomicops_internals_arm_gcc.h',
1681 '../../src/base/atomicops_internals_atomicword_compat.h', 1683 '../../src/base/atomicops_internals_atomicword_compat.h',
1682 '../../src/base/atomicops_internals_mac.h', 1684 '../../src/base/atomicops_internals_mac.h',
1683 '../../src/base/atomicops_internals_mips_gcc.h', 1685 '../../src/base/atomicops_internals_mips_gcc.h',
1684 '../../src/base/atomicops_internals_mips64_gcc.h', 1686 '../../src/base/atomicops_internals_mips64_gcc.h',
1685 '../../src/base/atomicops_internals_portable.h', 1687 '../../src/base/atomicops_internals_portable.h',
1686 '../../src/base/atomicops_internals_ppc_gcc.h', 1688 '../../src/base/atomicops_internals_ppc_gcc.h',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
2279 }], 2281 }],
2280 ['want_separate_host_toolset==1', { 2282 ['want_separate_host_toolset==1', {
2281 'toolsets': ['host'], 2283 'toolsets': ['host'],
2282 }, { 2284 }, {
2283 'toolsets': ['target'], 2285 'toolsets': ['target'],
2284 }], 2286 }],
2285 ], 2287 ],
2286 }, 2288 },
2287 ], 2289 ],
2288 } 2290 }
OLDNEW
« no previous file with comments | « test/unittests/wasm/module-decoder-unittest.cc ('k') | tools/parser-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698