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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 '../../src/global-handles.cc', | 360 '../../src/global-handles.cc', |
361 '../../src/global-handles.h', | 361 '../../src/global-handles.h', |
362 '../../src/globals.h', | 362 '../../src/globals.h', |
363 '../../src/handles-inl.h', | 363 '../../src/handles-inl.h', |
364 '../../src/handles.cc', | 364 '../../src/handles.cc', |
365 '../../src/handles.h', | 365 '../../src/handles.h', |
366 '../../src/hashmap.cc', | 366 '../../src/hashmap.cc', |
367 '../../src/hashmap.h', | 367 '../../src/hashmap.h', |
368 '../../src/heap-inl.h', | 368 '../../src/heap-inl.h', |
369 '../../src/heap.cc', | 369 '../../src/heap.cc', |
| 370 '../../src/heap-gcchack.cc', |
370 '../../src/heap.h', | 371 '../../src/heap.h', |
371 '../../src/heap-profiler.cc', | 372 '../../src/heap-profiler.cc', |
372 '../../src/heap-profiler.h', | 373 '../../src/heap-profiler.h', |
373 '../../src/ic-inl.h', | 374 '../../src/ic-inl.h', |
374 '../../src/ic.cc', | 375 '../../src/ic.cc', |
375 '../../src/ic.h', | 376 '../../src/ic.h', |
376 '../../src/interpreter-irregexp.cc', | 377 '../../src/interpreter-irregexp.cc', |
377 '../../src/interpreter-irregexp.h', | 378 '../../src/interpreter-irregexp.h', |
378 '../../src/jump-target-inl.h', | 379 '../../src/jump-target-inl.h', |
379 '../../src/jump-target.cc', | 380 '../../src/jump-target.cc', |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 ], | 741 ], |
741 'conditions': [ | 742 'conditions': [ |
742 ['OS=="win"', { | 743 ['OS=="win"', { |
743 # This could be gotten by not setting chromium_code, if that's OK. | 744 # This could be gotten by not setting chromium_code, if that's OK. |
744 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 745 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
745 }], | 746 }], |
746 ], | 747 ], |
747 }, | 748 }, |
748 ], | 749 ], |
749 } | 750 } |
OLD | NEW |