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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 '../../src/objects-visiting.h', | 425 '../../src/objects-visiting.h', |
426 '../../src/objects.cc', | 426 '../../src/objects.cc', |
427 '../../src/objects.h', | 427 '../../src/objects.h', |
428 '../../src/once.cc', | 428 '../../src/once.cc', |
429 '../../src/once.h', | 429 '../../src/once.h', |
430 '../../src/optimizing-compiler-thread.h', | 430 '../../src/optimizing-compiler-thread.h', |
431 '../../src/optimizing-compiler-thread.cc', | 431 '../../src/optimizing-compiler-thread.cc', |
432 '../../src/parser.cc', | 432 '../../src/parser.cc', |
433 '../../src/parser.h', | 433 '../../src/parser.h', |
434 '../../src/platform-posix.h', | 434 '../../src/platform-posix.h', |
435 '../../src/platform-tls-mac.h', | |
436 '../../src/platform-tls-win32.h', | |
437 '../../src/platform-tls.h', | |
438 '../../src/platform.h', | 435 '../../src/platform.h', |
439 '../../src/preparse-data-format.h', | 436 '../../src/preparse-data-format.h', |
440 '../../src/preparse-data.cc', | 437 '../../src/preparse-data.cc', |
441 '../../src/preparse-data.h', | 438 '../../src/preparse-data.h', |
442 '../../src/preparser.cc', | 439 '../../src/preparser.cc', |
443 '../../src/preparser.h', | 440 '../../src/preparser.h', |
444 '../../src/prettyprinter.cc', | 441 '../../src/prettyprinter.cc', |
445 '../../src/prettyprinter.h', | 442 '../../src/prettyprinter.h', |
446 '../../src/profile-generator-inl.h', | 443 '../../src/profile-generator-inl.h', |
447 '../../src/profile-generator.cc', | 444 '../../src/profile-generator.cc', |
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1036 }], | 1033 }], |
1037 ['v8_compress_startup_data=="bz2"', { | 1034 ['v8_compress_startup_data=="bz2"', { |
1038 'libraries': [ | 1035 'libraries': [ |
1039 '-lbz2', | 1036 '-lbz2', |
1040 ] | 1037 ] |
1041 }], | 1038 }], |
1042 ], | 1039 ], |
1043 }, | 1040 }, |
1044 ], | 1041 ], |
1045 } | 1042 } |
OLD | NEW |