| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 '../../src/heap.h', | 333 '../../src/heap.h', |
| 334 '../../src/heap-profiler.cc', | 334 '../../src/heap-profiler.cc', |
| 335 '../../src/heap-profiler.h', | 335 '../../src/heap-profiler.h', |
| 336 '../../src/hydrogen.cc', | 336 '../../src/hydrogen.cc', |
| 337 '../../src/hydrogen.h', | 337 '../../src/hydrogen.h', |
| 338 '../../src/hydrogen-instructions.cc', | 338 '../../src/hydrogen-instructions.cc', |
| 339 '../../src/hydrogen-instructions.h', | 339 '../../src/hydrogen-instructions.h', |
| 340 '../../src/ic-inl.h', | 340 '../../src/ic-inl.h', |
| 341 '../../src/ic.cc', | 341 '../../src/ic.cc', |
| 342 '../../src/ic.h', | 342 '../../src/ic.h', |
| 343 '../../src/incremental-marking.cc', |
| 344 '../../src/incremental-marking.h', |
| 343 '../../src/inspector.cc', | 345 '../../src/inspector.cc', |
| 344 '../../src/inspector.h', | 346 '../../src/inspector.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', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 '../../src/scopes.h', | 426 '../../src/scopes.h', |
| 425 '../../src/serialize.cc', | 427 '../../src/serialize.cc', |
| 426 '../../src/serialize.h', | 428 '../../src/serialize.h', |
| 427 '../../src/small-pointer-list.h', | 429 '../../src/small-pointer-list.h', |
| 428 '../../src/smart-array-pointer.h', | 430 '../../src/smart-array-pointer.h', |
| 429 '../../src/snapshot-common.cc', | 431 '../../src/snapshot-common.cc', |
| 430 '../../src/snapshot.h', | 432 '../../src/snapshot.h', |
| 431 '../../src/spaces-inl.h', | 433 '../../src/spaces-inl.h', |
| 432 '../../src/spaces.cc', | 434 '../../src/spaces.cc', |
| 433 '../../src/spaces.h', | 435 '../../src/spaces.h', |
| 436 '../../src/store-buffer-inl.h', |
| 437 '../../src/store-buffer.cc', |
| 438 '../../src/store-buffer.h', |
| 434 '../../src/string-search.cc', | 439 '../../src/string-search.cc', |
| 435 '../../src/string-search.h', | 440 '../../src/string-search.h', |
| 436 '../../src/string-stream.cc', | 441 '../../src/string-stream.cc', |
| 437 '../../src/string-stream.h', | 442 '../../src/string-stream.h', |
| 438 '../../src/strtod.cc', | 443 '../../src/strtod.cc', |
| 439 '../../src/strtod.h', | 444 '../../src/strtod.h', |
| 440 '../../src/stub-cache.cc', | 445 '../../src/stub-cache.cc', |
| 441 '../../src/stub-cache.h', | 446 '../../src/stub-cache.h', |
| 442 '../../src/token.cc', | 447 '../../src/token.cc', |
| 443 '../../src/token.h', | 448 '../../src/token.h', |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 }], | 895 }], |
| 891 ], | 896 ], |
| 892 'dependencies': [ | 897 'dependencies': [ |
| 893 'v8' | 898 'v8' |
| 894 ], | 899 ], |
| 895 }, | 900 }, |
| 896 ], | 901 ], |
| 897 }], | 902 }], |
| 898 ], | 903 ], |
| 899 } | 904 } |
| OLD | NEW |