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

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

Issue 1634513002: [heap] Move symbols and internalized strings to global header (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo Created 4 years, 10 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/heap/heap.h ('k') | no next file » | 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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 '../../src/futex-emulation.h', 792 '../../src/futex-emulation.h',
793 '../../src/gdb-jit.cc', 793 '../../src/gdb-jit.cc',
794 '../../src/gdb-jit.h', 794 '../../src/gdb-jit.h',
795 '../../src/global-handles.cc', 795 '../../src/global-handles.cc',
796 '../../src/global-handles.h', 796 '../../src/global-handles.h',
797 '../../src/globals.h', 797 '../../src/globals.h',
798 '../../src/handles-inl.h', 798 '../../src/handles-inl.h',
799 '../../src/handles.cc', 799 '../../src/handles.cc',
800 '../../src/handles.h', 800 '../../src/handles.h',
801 '../../src/hashmap.h', 801 '../../src/hashmap.h',
802 '../../src/heap-symbols.h',
802 '../../src/heap/array-buffer-tracker.cc', 803 '../../src/heap/array-buffer-tracker.cc',
803 '../../src/heap/array-buffer-tracker.h', 804 '../../src/heap/array-buffer-tracker.h',
804 '../../src/heap/memory-reducer.cc', 805 '../../src/heap/memory-reducer.cc',
805 '../../src/heap/memory-reducer.h', 806 '../../src/heap/memory-reducer.h',
806 '../../src/heap/gc-idle-time-handler.cc', 807 '../../src/heap/gc-idle-time-handler.cc',
807 '../../src/heap/gc-idle-time-handler.h', 808 '../../src/heap/gc-idle-time-handler.h',
808 '../../src/heap/gc-tracer.cc', 809 '../../src/heap/gc-tracer.cc',
809 '../../src/heap/gc-tracer.h', 810 '../../src/heap/gc-tracer.h',
810 '../../src/heap/heap-inl.h', 811 '../../src/heap/heap-inl.h',
811 '../../src/heap/heap.cc', 812 '../../src/heap/heap.cc',
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2131 }], 2132 }],
2132 ['want_separate_host_toolset==1', { 2133 ['want_separate_host_toolset==1', {
2133 'toolsets': ['host'], 2134 'toolsets': ['host'],
2134 }, { 2135 }, {
2135 'toolsets': ['target'], 2136 'toolsets': ['target'],
2136 }], 2137 }],
2137 ], 2138 ],
2138 }, 2139 },
2139 ], 2140 ],
2140 } 2141 }
OLDNEW
« no previous file with comments | « src/heap/heap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698