OLD | NEW |
1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 '../../src/api.h', | 275 '../../src/api.h', |
276 '../../src/apiutils.h', | 276 '../../src/apiutils.h', |
277 '../../src/arguments.h', | 277 '../../src/arguments.h', |
278 '../../src/assembler.cc', | 278 '../../src/assembler.cc', |
279 '../../src/assembler.h', | 279 '../../src/assembler.h', |
280 '../../src/ast.cc', | 280 '../../src/ast.cc', |
281 '../../src/ast-inl.h', | 281 '../../src/ast-inl.h', |
282 '../../src/ast.h', | 282 '../../src/ast.h', |
283 '../../src/bignum.cc', | 283 '../../src/bignum.cc', |
284 '../../src/bignum.h', | 284 '../../src/bignum.h', |
| 285 '../../src/bignum-dtoa.cc', |
| 286 '../../src/bignum-dtoa.h', |
285 '../../src/bootstrapper.cc', | 287 '../../src/bootstrapper.cc', |
286 '../../src/bootstrapper.h', | 288 '../../src/bootstrapper.h', |
287 '../../src/builtins.cc', | 289 '../../src/builtins.cc', |
288 '../../src/builtins.h', | 290 '../../src/builtins.h', |
289 '../../src/bytecodes-irregexp.h', | 291 '../../src/bytecodes-irregexp.h', |
290 '../../src/cached-powers.cc', | 292 '../../src/cached-powers.cc', |
291 '../../src/cached-powers.h', | 293 '../../src/cached-powers.h', |
292 '../../src/char-predicates-inl.h', | 294 '../../src/char-predicates-inl.h', |
293 '../../src/char-predicates.h', | 295 '../../src/char-predicates.h', |
294 '../../src/checks.cc', | 296 '../../src/checks.cc', |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 ], | 746 ], |
745 'conditions': [ | 747 'conditions': [ |
746 ['OS=="win"', { | 748 ['OS=="win"', { |
747 # This could be gotten by not setting chromium_code, if that's OK. | 749 # This could be gotten by not setting chromium_code, if that's OK. |
748 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 750 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
749 }], | 751 }], |
750 ], | 752 ], |
751 }, | 753 }, |
752 ], | 754 ], |
753 } | 755 } |
OLD | NEW |