OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 '../../src/heap.h', | 346 '../../src/heap.h', |
347 '../../src/hydrogen-instructions.cc', | 347 '../../src/hydrogen-instructions.cc', |
348 '../../src/hydrogen-instructions.h', | 348 '../../src/hydrogen-instructions.h', |
349 '../../src/hydrogen.cc', | 349 '../../src/hydrogen.cc', |
350 '../../src/hydrogen.h', | 350 '../../src/hydrogen.h', |
351 '../../src/ic-inl.h', | 351 '../../src/ic-inl.h', |
352 '../../src/ic.cc', | 352 '../../src/ic.cc', |
353 '../../src/ic.h', | 353 '../../src/ic.h', |
354 '../../src/incremental-marking.cc', | 354 '../../src/incremental-marking.cc', |
355 '../../src/incremental-marking.h', | 355 '../../src/incremental-marking.h', |
356 '../../src/inspector.cc', | |
357 '../../src/inspector.h', | |
358 '../../src/interface.cc', | 356 '../../src/interface.cc', |
359 '../../src/interface.h', | 357 '../../src/interface.h', |
360 '../../src/interpreter-irregexp.cc', | 358 '../../src/interpreter-irregexp.cc', |
361 '../../src/interpreter-irregexp.h', | 359 '../../src/interpreter-irregexp.h', |
362 '../../src/isolate.cc', | 360 '../../src/isolate.cc', |
363 '../../src/isolate.h', | 361 '../../src/isolate.h', |
364 '../../src/json-parser.h', | 362 '../../src/json-parser.h', |
365 '../../src/json-stringifier.h', | 363 '../../src/json-stringifier.h', |
366 '../../src/jsregexp.cc', | 364 '../../src/jsregexp.cc', |
367 '../../src/jsregexp.h', | 365 '../../src/jsregexp.h', |
368 '../../src/lazy-instance.h', | 366 '../../src/lazy-instance.h', |
369 '../../src/list-inl.h', | 367 '../../src/list-inl.h', |
370 '../../src/list.h', | 368 '../../src/list.h', |
371 '../../src/lithium-allocator-inl.h', | 369 '../../src/lithium-allocator-inl.h', |
372 '../../src/lithium-allocator.cc', | 370 '../../src/lithium-allocator.cc', |
373 '../../src/lithium-allocator.h', | 371 '../../src/lithium-allocator.h', |
374 '../../src/lithium.cc', | 372 '../../src/lithium.cc', |
375 '../../src/lithium.h', | 373 '../../src/lithium.h', |
376 '../../src/liveedit.cc', | 374 '../../src/liveedit.cc', |
377 '../../src/liveedit.h', | 375 '../../src/liveedit.h', |
378 '../../src/liveobjectlist-inl.h', | |
379 '../../src/liveobjectlist.cc', | |
380 '../../src/liveobjectlist.h', | |
381 '../../src/log-inl.h', | 376 '../../src/log-inl.h', |
382 '../../src/log-utils.cc', | 377 '../../src/log-utils.cc', |
383 '../../src/log-utils.h', | 378 '../../src/log-utils.h', |
384 '../../src/log.cc', | 379 '../../src/log.cc', |
385 '../../src/log.h', | 380 '../../src/log.h', |
386 '../../src/macro-assembler.h', | 381 '../../src/macro-assembler.h', |
387 '../../src/mark-compact.cc', | 382 '../../src/mark-compact.cc', |
388 '../../src/mark-compact.h', | 383 '../../src/mark-compact.h', |
389 '../../src/messages.cc', | 384 '../../src/messages.cc', |
390 '../../src/messages.h', | 385 '../../src/messages.h', |
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 }], | 1044 }], |
1050 ], | 1045 ], |
1051 'dependencies': [ | 1046 'dependencies': [ |
1052 'v8' | 1047 'v8' |
1053 ], | 1048 ], |
1054 }, | 1049 }, |
1055 ], | 1050 ], |
1056 }], | 1051 }], |
1057 ], | 1052 ], |
1058 } | 1053 } |
OLD | NEW |