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

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

Issue 9372106: Make HashMap a template class to specify the allocation policy. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 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 | Annotate | Revision Log
« src/isolate.h ('K') | « src/zone.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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 '../../src/full-codegen.cc', 318 '../../src/full-codegen.cc',
319 '../../src/full-codegen.h', 319 '../../src/full-codegen.h',
320 '../../src/func-name-inferrer.cc', 320 '../../src/func-name-inferrer.cc',
321 '../../src/func-name-inferrer.h', 321 '../../src/func-name-inferrer.h',
322 '../../src/global-handles.cc', 322 '../../src/global-handles.cc',
323 '../../src/global-handles.h', 323 '../../src/global-handles.h',
324 '../../src/globals.h', 324 '../../src/globals.h',
325 '../../src/handles-inl.h', 325 '../../src/handles-inl.h',
326 '../../src/handles.cc', 326 '../../src/handles.cc',
327 '../../src/handles.h', 327 '../../src/handles.h',
328 '../../src/hashmap.cc',
329 '../../src/hashmap.h', 328 '../../src/hashmap.h',
330 '../../src/heap-inl.h', 329 '../../src/heap-inl.h',
331 '../../src/heap.cc', 330 '../../src/heap.cc',
332 '../../src/heap.h', 331 '../../src/heap.h',
333 '../../src/heap-profiler.cc', 332 '../../src/heap-profiler.cc',
334 '../../src/heap-profiler.h', 333 '../../src/heap-profiler.h',
335 '../../src/hydrogen.cc', 334 '../../src/hydrogen.cc',
336 '../../src/hydrogen.h', 335 '../../src/hydrogen.h',
337 '../../src/hydrogen-instructions.cc', 336 '../../src/hydrogen-instructions.cc',
338 '../../src/hydrogen-instructions.h', 337 '../../src/hydrogen-instructions.h',
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 '../../src/diy-fp.cc', 915 '../../src/diy-fp.cc',
917 '../../src/diy-fp.h', 916 '../../src/diy-fp.h',
918 '../../src/double.h', 917 '../../src/double.h',
919 '../../src/dtoa.cc', 918 '../../src/dtoa.cc',
920 '../../src/dtoa.h', 919 '../../src/dtoa.h',
921 '../../src/fast-dtoa.cc', 920 '../../src/fast-dtoa.cc',
922 '../../src/fast-dtoa.h', 921 '../../src/fast-dtoa.h',
923 '../../src/fixed-dtoa.cc', 922 '../../src/fixed-dtoa.cc',
924 '../../src/fixed-dtoa.h', 923 '../../src/fixed-dtoa.h',
925 '../../src/globals.h', 924 '../../src/globals.h',
926 '../../src/hashmap.cc',
927 '../../src/hashmap.h', 925 '../../src/hashmap.h',
928 '../../src/list-inl.h', 926 '../../src/list-inl.h',
929 '../../src/list.h', 927 '../../src/list.h',
930 '../../src/preparse-data-format.h', 928 '../../src/preparse-data-format.h',
931 '../../src/preparse-data.cc', 929 '../../src/preparse-data.cc',
932 '../../src/preparse-data.h', 930 '../../src/preparse-data.h',
933 '../../src/preparser.cc', 931 '../../src/preparser.cc',
934 '../../src/preparser.h', 932 '../../src/preparser.h',
935 '../../src/preparser-api.cc', 933 '../../src/preparser-api.cc',
936 '../../src/scanner.cc', 934 '../../src/scanner.cc',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 }], 982 }],
985 ], 983 ],
986 'dependencies': [ 984 'dependencies': [
987 'v8' 985 'v8'
988 ], 986 ],
989 }, 987 },
990 ], 988 ],
991 }], 989 }],
992 ], 990 ],
993 } 991 }
OLDNEW
« src/isolate.h ('K') | « src/zone.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698