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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 '../../src/regexp-macro-assembler.h', | 419 '../../src/regexp-macro-assembler.h', |
420 '../../src/regexp-stack.cc', | 420 '../../src/regexp-stack.cc', |
421 '../../src/regexp-stack.h', | 421 '../../src/regexp-stack.h', |
422 '../../src/register-allocator.h', | 422 '../../src/register-allocator.h', |
423 '../../src/register-allocator-inl.h', | 423 '../../src/register-allocator-inl.h', |
424 '../../src/register-allocator.cc', | 424 '../../src/register-allocator.cc', |
425 '../../src/rewriter.cc', | 425 '../../src/rewriter.cc', |
426 '../../src/rewriter.h', | 426 '../../src/rewriter.h', |
427 '../../src/runtime.cc', | 427 '../../src/runtime.cc', |
428 '../../src/runtime.h', | 428 '../../src/runtime.h', |
| 429 '../../src/scanner-base.cc', |
| 430 '../../src/scanner-base.h', |
429 '../../src/scanner.cc', | 431 '../../src/scanner.cc', |
430 '../../src/scanner.h', | 432 '../../src/scanner.h', |
431 '../../src/scopeinfo.cc', | 433 '../../src/scopeinfo.cc', |
432 '../../src/scopeinfo.h', | 434 '../../src/scopeinfo.h', |
433 '../../src/scopes.cc', | 435 '../../src/scopes.cc', |
434 '../../src/scopes.h', | 436 '../../src/scopes.h', |
435 '../../src/serialize.cc', | 437 '../../src/serialize.cc', |
436 '../../src/serialize.h', | 438 '../../src/serialize.h', |
437 '../../src/shell.h', | 439 '../../src/shell.h', |
438 '../../src/smart-pointer.h', | 440 '../../src/smart-pointer.h', |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 ], | 742 ], |
741 'conditions': [ | 743 'conditions': [ |
742 ['OS=="win"', { | 744 ['OS=="win"', { |
743 # This could be gotten by not setting chromium_code, if that's OK. | 745 # This could be gotten by not setting chromium_code, if that's OK. |
744 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 746 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
745 }], | 747 }], |
746 ], | 748 ], |
747 }, | 749 }, |
748 ], | 750 ], |
749 } | 751 } |
OLD | NEW |