| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 '../../src/hydrogen.h', | 335 '../../src/hydrogen.h', |
| 336 '../../src/hydrogen-instructions.cc', | 336 '../../src/hydrogen-instructions.cc', |
| 337 '../../src/hydrogen-instructions.h', | 337 '../../src/hydrogen-instructions.h', |
| 338 '../../src/ic-inl.h', | 338 '../../src/ic-inl.h', |
| 339 '../../src/ic.cc', | 339 '../../src/ic.cc', |
| 340 '../../src/ic.h', | 340 '../../src/ic.h', |
| 341 '../../src/incremental-marking.cc', | 341 '../../src/incremental-marking.cc', |
| 342 '../../src/incremental-marking.h', | 342 '../../src/incremental-marking.h', |
| 343 '../../src/inspector.cc', | 343 '../../src/inspector.cc', |
| 344 '../../src/inspector.h', | 344 '../../src/inspector.h', |
| 345 '../../src/interface.cc', |
| 346 '../../src/interface.h', |
| 345 '../../src/interpreter-irregexp.cc', | 347 '../../src/interpreter-irregexp.cc', |
| 346 '../../src/interpreter-irregexp.h', | 348 '../../src/interpreter-irregexp.h', |
| 347 '../../src/json-parser.h', | 349 '../../src/json-parser.h', |
| 348 '../../src/jsregexp.cc', | 350 '../../src/jsregexp.cc', |
| 349 '../../src/jsregexp.h', | 351 '../../src/jsregexp.h', |
| 350 '../../src/isolate.cc', | 352 '../../src/isolate.cc', |
| 351 '../../src/isolate.h', | 353 '../../src/isolate.h', |
| 352 '../../src/list-inl.h', | 354 '../../src/list-inl.h', |
| 353 '../../src/list.h', | 355 '../../src/list.h', |
| 354 '../../src/lithium.cc', | 356 '../../src/lithium.cc', |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 }], | 984 }], |
| 983 ], | 985 ], |
| 984 'dependencies': [ | 986 'dependencies': [ |
| 985 'v8' | 987 'v8' |
| 986 ], | 988 ], |
| 987 }, | 989 }, |
| 988 ], | 990 ], |
| 989 }], | 991 }], |
| 990 ], | 992 ], |
| 991 } | 993 } |
| OLD | NEW |