| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 '../../src/hydrogen-redundant-phi.cc', | 414 '../../src/hydrogen-redundant-phi.cc', |
| 415 '../../src/hydrogen-redundant-phi.h', | 415 '../../src/hydrogen-redundant-phi.h', |
| 416 '../../src/hydrogen-removable-simulates.cc', | 416 '../../src/hydrogen-removable-simulates.cc', |
| 417 '../../src/hydrogen-removable-simulates.h', | 417 '../../src/hydrogen-removable-simulates.h', |
| 418 '../../src/hydrogen-representation-changes.cc', | 418 '../../src/hydrogen-representation-changes.cc', |
| 419 '../../src/hydrogen-representation-changes.h', | 419 '../../src/hydrogen-representation-changes.h', |
| 420 '../../src/hydrogen-sce.cc', | 420 '../../src/hydrogen-sce.cc', |
| 421 '../../src/hydrogen-sce.h', | 421 '../../src/hydrogen-sce.h', |
| 422 '../../src/hydrogen-store-elimination.cc', | 422 '../../src/hydrogen-store-elimination.cc', |
| 423 '../../src/hydrogen-store-elimination.h', | 423 '../../src/hydrogen-store-elimination.h', |
| 424 '../../src/hydrogen-types.cc', |
| 425 '../../src/hydrogen-types.h', |
| 424 '../../src/hydrogen-uint32-analysis.cc', | 426 '../../src/hydrogen-uint32-analysis.cc', |
| 425 '../../src/hydrogen-uint32-analysis.h', | 427 '../../src/hydrogen-uint32-analysis.h', |
| 426 '../../src/i18n.cc', | 428 '../../src/i18n.cc', |
| 427 '../../src/i18n.h', | 429 '../../src/i18n.h', |
| 428 '../../src/icu_util.cc', | 430 '../../src/icu_util.cc', |
| 429 '../../src/icu_util.h', | 431 '../../src/icu_util.h', |
| 430 '../../src/ic-inl.h', | 432 '../../src/ic-inl.h', |
| 431 '../../src/ic.cc', | 433 '../../src/ic.cc', |
| 432 '../../src/ic.h', | 434 '../../src/ic.h', |
| 433 '../../src/incremental-marking.cc', | 435 '../../src/incremental-marking.cc', |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1221 }], | 1223 }], |
| 1222 ['v8_compress_startup_data=="bz2"', { | 1224 ['v8_compress_startup_data=="bz2"', { |
| 1223 'libraries': [ | 1225 'libraries': [ |
| 1224 '-lbz2', | 1226 '-lbz2', |
| 1225 ] | 1227 ] |
| 1226 }], | 1228 }], |
| 1227 ], | 1229 ], |
| 1228 }, | 1230 }, |
| 1229 ], | 1231 ], |
| 1230 } | 1232 } |
| OLD | NEW |