| 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 '../../src/scopes.h', | 434 '../../src/scopes.h', |
| 435 '../../src/serialize.cc', | 435 '../../src/serialize.cc', |
| 436 '../../src/serialize.h', | 436 '../../src/serialize.h', |
| 437 '../../src/shell.h', | 437 '../../src/shell.h', |
| 438 '../../src/smart-pointer.h', | 438 '../../src/smart-pointer.h', |
| 439 '../../src/snapshot-common.cc', | 439 '../../src/snapshot-common.cc', |
| 440 '../../src/snapshot.h', | 440 '../../src/snapshot.h', |
| 441 '../../src/spaces-inl.h', | 441 '../../src/spaces-inl.h', |
| 442 '../../src/spaces.cc', | 442 '../../src/spaces.cc', |
| 443 '../../src/spaces.h', | 443 '../../src/spaces.h', |
| 444 '../../src/string-search.cc', |
| 445 '../../src/string-search.h', |
| 444 '../../src/string-stream.cc', | 446 '../../src/string-stream.cc', |
| 445 '../../src/string-stream.h', | 447 '../../src/string-stream.h', |
| 446 '../../src/stub-cache.cc', | 448 '../../src/stub-cache.cc', |
| 447 '../../src/stub-cache.h', | 449 '../../src/stub-cache.h', |
| 448 '../../src/token.cc', | 450 '../../src/token.cc', |
| 449 '../../src/token.h', | 451 '../../src/token.h', |
| 450 '../../src/top.cc', | 452 '../../src/top.cc', |
| 451 '../../src/top.h', | 453 '../../src/top.h', |
| 452 '../../src/type-info.cc', | 454 '../../src/type-info.cc', |
| 453 '../../src/type-info.h', | 455 '../../src/type-info.h', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 ], | 739 ], |
| 738 'conditions': [ | 740 'conditions': [ |
| 739 ['OS=="win"', { | 741 ['OS=="win"', { |
| 740 # This could be gotten by not setting chromium_code, if that's OK. | 742 # This could be gotten by not setting chromium_code, if that's OK. |
| 741 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 743 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
| 742 }], | 744 }], |
| 743 ], | 745 ], |
| 744 }, | 746 }, |
| 745 ], | 747 ], |
| 746 } | 748 } |
| OLD | NEW |