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

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

Issue 71163006: Merge bleeding_edge r17376:17693. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Fix all.gyp Created 7 years, 1 month 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 | « src/x64/stub-cache-x64.cc ('k') | test/cctest/cctest.status » ('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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'test-liveedit.cc', 84 'test-liveedit.cc',
85 'test-lockers.cc', 85 'test-lockers.cc',
86 'test-log.cc', 86 'test-log.cc',
87 'test-mark-compact.cc', 87 'test-mark-compact.cc',
88 'test-mutex.cc', 88 'test-mutex.cc',
89 'test-object-observe.cc', 89 'test-object-observe.cc',
90 'test-parsing.cc', 90 'test-parsing.cc',
91 'test-platform.cc', 91 'test-platform.cc',
92 'test-platform-tls.cc', 92 'test-platform-tls.cc',
93 'test-profile-generator.cc', 93 'test-profile-generator.cc',
94 'test-random.cc',
95 'test-random-number-generator.cc', 94 'test-random-number-generator.cc',
96 'test-regexp.cc', 95 'test-regexp.cc',
97 'test-reloc-info.cc', 96 'test-reloc-info.cc',
97 'test-representation.cc',
98 'test-semaphore.cc', 98 'test-semaphore.cc',
99 'test-serialize.cc', 99 'test-serialize.cc',
100 'test-socket.cc', 100 'test-socket.cc',
101 'test-spaces.cc', 101 'test-spaces.cc',
102 'test-strings.cc', 102 'test-strings.cc',
103 'test-symbols.cc', 103 'test-symbols.cc',
104 'test-strtod.cc', 104 'test-strtod.cc',
105 'test-thread-termination.cc', 105 'test-thread-termination.cc',
106 'test-threads.cc', 106 'test-threads.cc',
107 'test-time.cc', 107 'test-time.cc',
108 'test-types.cc', 108 'test-types.cc',
109 'test-unbound-queue.cc', 109 'test-unbound-queue.cc',
110 'test-unique.cc', 110 'test-unique.cc',
111 'test-utils.cc', 111 'test-utils.cc',
112 'test-version.cc', 112 'test-version.cc',
113 'test-weakmaps.cc', 113 'test-weakmaps.cc',
114 'test-weaksets.cc', 114 'test-weaksets.cc',
115 'test-weaktypedarrays.cc' 115 'test-weaktypedarrays.cc'
116 ], 116 ],
117 'conditions': [ 117 'conditions': [
118 ['v8_target_arch=="ia32"', { 118 ['v8_target_arch=="ia32"', {
119 'sources': [ 119 'sources': [
120 'test-assembler-ia32.cc', 120 'test-assembler-ia32.cc',
121 'test-code-stubs.cc', 121 'test-code-stubs.cc',
122 'test-code-stubs-ia32.cc', 122 'test-code-stubs-ia32.cc',
123 'test-cpu-ia32.cc', 123 'test-cpu-ia32.cc',
124 'test-disasm-ia32.cc', 124 'test-disasm-ia32.cc',
125 'test-macro-assembler-ia32.cc',
125 'test-log-stack-tracer.cc' 126 'test-log-stack-tracer.cc'
126 ], 127 ],
127 }], 128 }],
128 ['v8_target_arch=="x64"', { 129 ['v8_target_arch=="x64"', {
129 'sources': [ 130 'sources': [
130 'test-assembler-x64.cc', 131 'test-assembler-x64.cc',
131 'test-code-stubs.cc', 132 'test-code-stubs.cc',
132 'test-code-stubs-x64.cc', 133 'test-code-stubs-x64.cc',
133 'test-cpu-x64.cc', 134 'test-cpu-x64.cc',
134 'test-macro-assembler-x64.cc', 135 'test-macro-assembler-x64.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 '<@(_outputs)', 222 '<@(_outputs)',
222 'TEST', # type 223 'TEST', # type
223 'off', # compression 224 'off', # compression
224 '<@(file_list)', 225 '<@(file_list)',
225 ], 226 ],
226 } 227 }
227 ], 228 ],
228 }, 229 },
229 ], 230 ],
230 } 231 }
OLDNEW
« no previous file with comments | « src/x64/stub-cache-x64.cc ('k') | test/cctest/cctest.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698