| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 '../../src/natives.h', | 379 '../../src/natives.h', |
| 380 '../../src/objects-debug.cc', | 380 '../../src/objects-debug.cc', |
| 381 '../../src/objects-inl.h', | 381 '../../src/objects-inl.h', |
| 382 '../../src/objects-printer.cc', | 382 '../../src/objects-printer.cc', |
| 383 '../../src/objects-visiting.cc', | 383 '../../src/objects-visiting.cc', |
| 384 '../../src/objects-visiting.h', | 384 '../../src/objects-visiting.h', |
| 385 '../../src/objects.cc', | 385 '../../src/objects.cc', |
| 386 '../../src/objects.h', | 386 '../../src/objects.h', |
| 387 '../../src/once.cc', | 387 '../../src/once.cc', |
| 388 '../../src/once.h', | 388 '../../src/once.h', |
| 389 '../../src/optimizing-compiler-thread.h', |
| 390 '../../src/optimizing-compiler-thread.cc', |
| 389 '../../src/parser.cc', | 391 '../../src/parser.cc', |
| 390 '../../src/parser.h', | 392 '../../src/parser.h', |
| 391 '../../src/platform-posix.h', | 393 '../../src/platform-posix.h', |
| 392 '../../src/platform-tls-mac.h', | 394 '../../src/platform-tls-mac.h', |
| 393 '../../src/platform-tls-win32.h', | 395 '../../src/platform-tls-win32.h', |
| 394 '../../src/platform-tls.h', | 396 '../../src/platform-tls.h', |
| 395 '../../src/platform.h', | 397 '../../src/platform.h', |
| 396 '../../src/preparse-data-format.h', | 398 '../../src/preparse-data-format.h', |
| 397 '../../src/preparse-data.cc', | 399 '../../src/preparse-data.cc', |
| 398 '../../src/preparse-data.h', | 400 '../../src/preparse-data.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 427 '../../src/scanner-character-streams.h', | 429 '../../src/scanner-character-streams.h', |
| 428 '../../src/scanner.cc', | 430 '../../src/scanner.cc', |
| 429 '../../src/scanner.h', | 431 '../../src/scanner.h', |
| 430 '../../src/scopeinfo.cc', | 432 '../../src/scopeinfo.cc', |
| 431 '../../src/scopeinfo.h', | 433 '../../src/scopeinfo.h', |
| 432 '../../src/scopes.cc', | 434 '../../src/scopes.cc', |
| 433 '../../src/scopes.h', | 435 '../../src/scopes.h', |
| 434 '../../src/serialize.cc', | 436 '../../src/serialize.cc', |
| 435 '../../src/serialize.h', | 437 '../../src/serialize.h', |
| 436 '../../src/small-pointer-list.h', | 438 '../../src/small-pointer-list.h', |
| 437 '../../src/smart-array-pointer.h', | 439 '../../src/smart-pointers.h', |
| 438 '../../src/snapshot-common.cc', | 440 '../../src/snapshot-common.cc', |
| 439 '../../src/snapshot.h', | 441 '../../src/snapshot.h', |
| 440 '../../src/spaces-inl.h', | 442 '../../src/spaces-inl.h', |
| 441 '../../src/spaces.cc', | 443 '../../src/spaces.cc', |
| 442 '../../src/spaces.h', | 444 '../../src/spaces.h', |
| 443 '../../src/store-buffer-inl.h', | 445 '../../src/store-buffer-inl.h', |
| 444 '../../src/store-buffer.cc', | 446 '../../src/store-buffer.cc', |
| 445 '../../src/store-buffer.h', | 447 '../../src/store-buffer.h', |
| 446 '../../src/string-search.cc', | 448 '../../src/string-search.cc', |
| 447 '../../src/string-search.h', | 449 '../../src/string-search.h', |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 }], | 995 }], |
| 994 ], | 996 ], |
| 995 'dependencies': [ | 997 'dependencies': [ |
| 996 'v8' | 998 'v8' |
| 997 ], | 999 ], |
| 998 }, | 1000 }, |
| 999 ], | 1001 ], |
| 1000 }], | 1002 }], |
| 1001 ], | 1003 ], |
| 1002 } | 1004 } |
| OLD | NEW |