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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 '../../src/lithium-codegen.h', | 465 '../../src/lithium-codegen.h', |
466 '../../src/lithium.cc', | 466 '../../src/lithium.cc', |
467 '../../src/lithium.h', | 467 '../../src/lithium.h', |
468 '../../src/liveedit.cc', | 468 '../../src/liveedit.cc', |
469 '../../src/liveedit.h', | 469 '../../src/liveedit.h', |
470 '../../src/log-inl.h', | 470 '../../src/log-inl.h', |
471 '../../src/log-utils.cc', | 471 '../../src/log-utils.cc', |
472 '../../src/log-utils.h', | 472 '../../src/log-utils.h', |
473 '../../src/log.cc', | 473 '../../src/log.cc', |
474 '../../src/log.h', | 474 '../../src/log.h', |
| 475 '../../src/lookup.cc', |
| 476 '../../src/lookup.h', |
475 '../../src/macro-assembler.h', | 477 '../../src/macro-assembler.h', |
476 '../../src/mark-compact.cc', | 478 '../../src/mark-compact.cc', |
477 '../../src/mark-compact.h', | 479 '../../src/mark-compact.h', |
478 '../../src/messages.cc', | 480 '../../src/messages.cc', |
479 '../../src/messages.h', | 481 '../../src/messages.h', |
480 '../../src/msan.h', | 482 '../../src/msan.h', |
481 '../../src/natives.h', | 483 '../../src/natives.h', |
482 '../../src/objects-debug.cc', | 484 '../../src/objects-debug.cc', |
483 '../../src/objects-inl.h', | 485 '../../src/objects-inl.h', |
484 '../../src/objects-printer.cc', | 486 '../../src/objects-printer.cc', |
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1238 }], | 1240 }], |
1239 ['v8_compress_startup_data=="bz2"', { | 1241 ['v8_compress_startup_data=="bz2"', { |
1240 'libraries': [ | 1242 'libraries': [ |
1241 '-lbz2', | 1243 '-lbz2', |
1242 ] | 1244 ] |
1243 }], | 1245 }], |
1244 ], | 1246 ], |
1245 }, | 1247 }, |
1246 ], | 1248 ], |
1247 } | 1249 } |
OLD | NEW |