OLD | NEW |
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 '../../src', | 203 '../../src', |
204 ], | 204 ], |
205 'sources': [ ### gcmole(all) ### | 205 'sources': [ ### gcmole(all) ### |
206 '../../src/accessors.cc', | 206 '../../src/accessors.cc', |
207 '../../src/accessors.h', | 207 '../../src/accessors.h', |
208 '../../src/allocation.cc', | 208 '../../src/allocation.cc', |
209 '../../src/allocation.h', | 209 '../../src/allocation.h', |
210 '../../src/api.cc', | 210 '../../src/api.cc', |
211 '../../src/api.h', | 211 '../../src/api.h', |
212 '../../src/apiutils.h', | 212 '../../src/apiutils.h', |
| 213 '../../src/arguments.cc', |
213 '../../src/arguments.h', | 214 '../../src/arguments.h', |
214 '../../src/assembler.cc', | 215 '../../src/assembler.cc', |
215 '../../src/assembler.h', | 216 '../../src/assembler.h', |
216 '../../src/ast.cc', | 217 '../../src/ast.cc', |
217 '../../src/ast.h', | 218 '../../src/ast.h', |
218 '../../src/atomicops.h', | 219 '../../src/atomicops.h', |
219 '../../src/atomicops_internals_x86_gcc.cc', | 220 '../../src/atomicops_internals_x86_gcc.cc', |
220 '../../src/bignum-dtoa.cc', | 221 '../../src/bignum-dtoa.cc', |
221 '../../src/bignum-dtoa.h', | 222 '../../src/bignum-dtoa.h', |
222 '../../src/bignum.cc', | 223 '../../src/bignum.cc', |
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
995 }], | 996 }], |
996 ], | 997 ], |
997 'dependencies': [ | 998 'dependencies': [ |
998 'v8' | 999 'v8' |
999 ], | 1000 ], |
1000 }, | 1001 }, |
1001 ], | 1002 ], |
1002 }], | 1003 }], |
1003 ], | 1004 ], |
1004 } | 1005 } |
OLD | NEW |