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

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

Issue 7310025: Remove support for logging into a memory buffer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Don't add runtime test-only functions 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
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'test-flags.cc', 65 'test-flags.cc',
66 'test-func-name-inference.cc', 66 'test-func-name-inference.cc',
67 'test-hashmap.cc', 67 'test-hashmap.cc',
68 'test-heap.cc', 68 'test-heap.cc',
69 'test-heap-profiler.cc', 69 'test-heap-profiler.cc',
70 'test-list.cc', 70 'test-list.cc',
71 'test-liveedit.cc', 71 'test-liveedit.cc',
72 'test-lock.cc', 72 'test-lock.cc',
73 'test-lockers.cc', 73 'test-lockers.cc',
74 'test-log.cc', 74 'test-log.cc',
75 'test-log-utils.cc',
76 'test-mark-compact.cc', 75 'test-mark-compact.cc',
77 'test-parsing.cc', 76 'test-parsing.cc',
78 'test-profile-generator.cc', 77 'test-profile-generator.cc',
79 'test-regexp.cc', 78 'test-regexp.cc',
80 'test-reloc-info.cc', 79 'test-reloc-info.cc',
81 'test-serialize.cc', 80 'test-serialize.cc',
82 'test-sockets.cc', 81 'test-sockets.cc',
83 'test-spaces.cc', 82 'test-spaces.cc',
84 'test-strings.cc', 83 'test-strings.cc',
85 'test-strtod.cc', 84 'test-strtod.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 }], 127 }],
129 [ 'OS=="win"', { 128 [ 'OS=="win"', {
130 'sources': [ 129 'sources': [
131 'test-platform-win32.cc', 130 'test-platform-win32.cc',
132 ], 131 ],
133 }], 132 }],
134 ], 133 ],
135 }, 134 },
136 ], 135 ],
137 } 136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698