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', | |
287 '../../src/bootstrapper.cc', | 285 '../../src/bootstrapper.cc', |
288 '../../src/bootstrapper.h', | 286 '../../src/bootstrapper.h', |
289 '../../src/builtins.cc', | 287 '../../src/builtins.cc', |
290 '../../src/builtins.h', | 288 '../../src/builtins.h', |
291 '../../src/bytecodes-irregexp.h', | 289 '../../src/bytecodes-irregexp.h', |
292 '../../src/cached-powers.cc', | 290 '../../src/cached-powers.cc', |
293 '../../src/cached-powers.h', | 291 '../../src/cached-powers.h', |
294 '../../src/char-predicates-inl.h', | 292 '../../src/char-predicates-inl.h', |
295 '../../src/char-predicates.h', | 293 '../../src/char-predicates.h', |
296 '../../src/checks.cc', | 294 '../../src/checks.cc', |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 ], | 744 ], |
747 'conditions': [ | 745 'conditions': [ |
748 ['OS=="win"', { | 746 ['OS=="win"', { |
749 # This could be gotten by not setting chromium_code, if that's OK. | 747 # This could be gotten by not setting chromium_code, if that's OK. |
750 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 748 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
751 }], | 749 }], |
752 ], | 750 ], |
753 }, | 751 }, |
754 ], | 752 ], |
755 } | 753 } |
OLD | NEW |