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

Side by Side Diff: test/cctest/cctest.gyp

Issue 7349005: Added dictionary that can use objects as keys. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added unit test to gyp buildfile as well. Created 9 years, 5 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
« no previous file with comments | « test/cctest/SConscript ('k') | test/cctest/test-dictionary.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'test-bignum.cc', 49 'test-bignum.cc',
50 'test-bignum-dtoa.cc', 50 'test-bignum-dtoa.cc',
51 'test-circular-queue.cc', 51 'test-circular-queue.cc',
52 'test-compiler.cc', 52 'test-compiler.cc',
53 'test-conversions.cc', 53 'test-conversions.cc',
54 'test-cpu-profiler.cc', 54 'test-cpu-profiler.cc',
55 'test-dataflow.cc', 55 'test-dataflow.cc',
56 'test-debug.cc', 56 'test-debug.cc',
57 'test-decls.cc', 57 'test-decls.cc',
58 'test-deoptimization.cc', 58 'test-deoptimization.cc',
59 'test-dictionary.cc',
59 'test-diy-fp.cc', 60 'test-diy-fp.cc',
60 'test-double.cc', 61 'test-double.cc',
61 'test-dtoa.cc', 62 'test-dtoa.cc',
62 'test-fast-dtoa.cc', 63 'test-fast-dtoa.cc',
63 'test-fixed-dtoa.cc', 64 'test-fixed-dtoa.cc',
64 'test-flags.cc', 65 'test-flags.cc',
65 'test-func-name-inference.cc', 66 'test-func-name-inference.cc',
66 'test-hashmap.cc', 67 'test-hashmap.cc',
67 'test-heap.cc', 68 'test-heap.cc',
68 'test-heap-profiler.cc', 69 'test-heap-profiler.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 }], 128 }],
128 [ 'OS=="win"', { 129 [ 'OS=="win"', {
129 'sources': [ 130 'sources': [
130 'test-platform-win32.cc', 131 'test-platform-win32.cc',
131 ], 132 ],
132 }], 133 }],
133 ], 134 ],
134 }, 135 },
135 ], 136 ],
136 } 137 }
OLDNEW
« no previous file with comments | « test/cctest/SConscript ('k') | test/cctest/test-dictionary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698