| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 '../../src/natives.h', | 371 '../../src/natives.h', |
| 372 '../../src/objects-debug.cc', | 372 '../../src/objects-debug.cc', |
| 373 '../../src/objects-printer.cc', | 373 '../../src/objects-printer.cc', |
| 374 '../../src/objects-inl.h', | 374 '../../src/objects-inl.h', |
| 375 '../../src/objects-visiting.cc', | 375 '../../src/objects-visiting.cc', |
| 376 '../../src/objects-visiting.h', | 376 '../../src/objects-visiting.h', |
| 377 '../../src/objects.cc', | 377 '../../src/objects.cc', |
| 378 '../../src/objects.h', | 378 '../../src/objects.h', |
| 379 '../../src/once.cc', | 379 '../../src/once.cc', |
| 380 '../../src/once.h', | 380 '../../src/once.h', |
| 381 '../../src/optimizing-compiler-thread.cc', |
| 382 '../../src/optimizing-compiler-thread.h', |
| 381 '../../src/parser.cc', | 383 '../../src/parser.cc', |
| 382 '../../src/parser.h', | 384 '../../src/parser.h', |
| 383 '../../src/platform-posix.h', | 385 '../../src/platform-posix.h', |
| 384 '../../src/platform-tls-mac.h', | 386 '../../src/platform-tls-mac.h', |
| 385 '../../src/platform-tls-win32.h', | 387 '../../src/platform-tls-win32.h', |
| 386 '../../src/platform-tls.h', | 388 '../../src/platform-tls.h', |
| 387 '../../src/platform.h', | 389 '../../src/platform.h', |
| 388 '../../src/preparse-data-format.h', | 390 '../../src/preparse-data-format.h', |
| 389 '../../src/preparse-data.cc', | 391 '../../src/preparse-data.cc', |
| 390 '../../src/preparse-data.h', | 392 '../../src/preparse-data.h', |
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 }], | 988 }], |
| 987 ], | 989 ], |
| 988 'dependencies': [ | 990 'dependencies': [ |
| 989 'v8' | 991 'v8' |
| 990 ], | 992 ], |
| 991 }, | 993 }, |
| 992 ], | 994 ], |
| 993 }], | 995 }], |
| 994 ], | 996 ], |
| 995 } | 997 } |
| OLD | NEW |