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

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

Issue 7383006: Make GYP build usable for day-to-day work (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix autogenerated d8-js.cc 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 | « src/d8.gyp ('k') | test/cctest/testcfg.py » ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'test-hashmap.cc', 71 'test-hashmap.cc',
72 'test-heap.cc', 72 'test-heap.cc',
73 'test-heap-profiler.cc', 73 'test-heap-profiler.cc',
74 'test-list.cc', 74 'test-list.cc',
75 'test-liveedit.cc', 75 'test-liveedit.cc',
76 'test-lock.cc', 76 'test-lock.cc',
77 'test-lockers.cc', 77 'test-lockers.cc',
78 'test-log.cc', 78 'test-log.cc',
79 'test-mark-compact.cc', 79 'test-mark-compact.cc',
80 'test-parsing.cc', 80 'test-parsing.cc',
81 'test-platform-tls.cc',
81 'test-profile-generator.cc', 82 'test-profile-generator.cc',
82 'test-regexp.cc', 83 'test-regexp.cc',
83 'test-reloc-info.cc', 84 'test-reloc-info.cc',
84 'test-serialize.cc', 85 'test-serialize.cc',
85 'test-sockets.cc', 86 'test-sockets.cc',
86 'test-spaces.cc', 87 'test-spaces.cc',
87 'test-strings.cc', 88 'test-strings.cc',
88 'test-strtod.cc', 89 'test-strtod.cc',
89 'test-thread-termination.cc', 90 'test-thread-termination.cc',
90 'test-threads.cc', 91 'test-threads.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 '<@(_outputs)', 168 '<@(_outputs)',
168 'TEST', # type 169 'TEST', # type
169 'off', # compression 170 'off', # compression
170 '<@(file_list)', 171 '<@(file_list)',
171 ], 172 ],
172 } 173 }
173 ], 174 ],
174 }, 175 },
175 ], 176 ],
176 } 177 }
OLDNEW
« no previous file with comments | « src/d8.gyp ('k') | test/cctest/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698