OLD | NEW |
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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 '../../src/accessors.h', | 238 '../../src/accessors.h', |
239 '../../src/allocation.cc', | 239 '../../src/allocation.cc', |
240 '../../src/allocation.h', | 240 '../../src/allocation.h', |
241 '../../src/api.cc', | 241 '../../src/api.cc', |
242 '../../src/api.h', | 242 '../../src/api.h', |
243 '../../src/apiutils.h', | 243 '../../src/apiutils.h', |
244 '../../src/arguments.h', | 244 '../../src/arguments.h', |
245 '../../src/assembler.cc', | 245 '../../src/assembler.cc', |
246 '../../src/assembler.h', | 246 '../../src/assembler.h', |
247 '../../src/ast.cc', | 247 '../../src/ast.cc', |
248 '../../src/ast-inl.h', | |
249 '../../src/ast.h', | 248 '../../src/ast.h', |
250 '../../src/atomicops_internals_x86_gcc.cc', | 249 '../../src/atomicops_internals_x86_gcc.cc', |
251 '../../src/bignum.cc', | 250 '../../src/bignum.cc', |
252 '../../src/bignum.h', | 251 '../../src/bignum.h', |
253 '../../src/bignum-dtoa.cc', | 252 '../../src/bignum-dtoa.cc', |
254 '../../src/bignum-dtoa.h', | 253 '../../src/bignum-dtoa.h', |
255 '../../src/bootstrapper.cc', | 254 '../../src/bootstrapper.cc', |
256 '../../src/bootstrapper.h', | 255 '../../src/bootstrapper.h', |
257 '../../src/builtins.cc', | 256 '../../src/builtins.cc', |
258 '../../src/builtins.h', | 257 '../../src/builtins.h', |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 }], | 899 }], |
901 ], | 900 ], |
902 'dependencies': [ | 901 'dependencies': [ |
903 'v8' | 902 'v8' |
904 ], | 903 ], |
905 }, | 904 }, |
906 ], | 905 ], |
907 }], | 906 }], |
908 ], | 907 ], |
909 } | 908 } |
OLD | NEW |