| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 '../../src/incremental-marking.cc', | 355 '../../src/incremental-marking.cc', |
| 356 '../../src/incremental-marking.h', | 356 '../../src/incremental-marking.h', |
| 357 '../../src/interface.cc', | 357 '../../src/interface.cc', |
| 358 '../../src/interface.h', | 358 '../../src/interface.h', |
| 359 '../../src/interpreter-irregexp.cc', | 359 '../../src/interpreter-irregexp.cc', |
| 360 '../../src/interpreter-irregexp.h', | 360 '../../src/interpreter-irregexp.h', |
| 361 '../../src/isolate.cc', | 361 '../../src/isolate.cc', |
| 362 '../../src/isolate.h', | 362 '../../src/isolate.h', |
| 363 '../../src/json-parser.h', | 363 '../../src/json-parser.h', |
| 364 '../../src/json-stringifier.h', | 364 '../../src/json-stringifier.h', |
| 365 '../../src/jsregexp-inl.h', |
| 365 '../../src/jsregexp.cc', | 366 '../../src/jsregexp.cc', |
| 366 '../../src/jsregexp.h', | 367 '../../src/jsregexp.h', |
| 367 '../../src/lazy-instance.h', | 368 '../../src/lazy-instance.h', |
| 368 '../../src/list-inl.h', | 369 '../../src/list-inl.h', |
| 369 '../../src/list.h', | 370 '../../src/list.h', |
| 370 '../../src/lithium-allocator-inl.h', | 371 '../../src/lithium-allocator-inl.h', |
| 371 '../../src/lithium-allocator.cc', | 372 '../../src/lithium-allocator.cc', |
| 372 '../../src/lithium-allocator.h', | 373 '../../src/lithium-allocator.h', |
| 373 '../../src/lithium.cc', | 374 '../../src/lithium.cc', |
| 374 '../../src/lithium.h', | 375 '../../src/lithium.h', |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1049 }], | 1050 }], |
| 1050 ], | 1051 ], |
| 1051 'dependencies': [ | 1052 'dependencies': [ |
| 1052 'v8' | 1053 'v8' |
| 1053 ], | 1054 ], |
| 1054 }, | 1055 }, |
| 1055 ], | 1056 ], |
| 1056 }], | 1057 }], |
| 1057 ], | 1058 ], |
| 1058 } | 1059 } |
| OLD | NEW |