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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 '../../src/objects-printer.cc', | 388 '../../src/objects-printer.cc', |
389 '../../src/objects-inl.h', | 389 '../../src/objects-inl.h', |
390 '../../src/objects-visiting.cc', | 390 '../../src/objects-visiting.cc', |
391 '../../src/objects-visiting.h', | 391 '../../src/objects-visiting.h', |
392 '../../src/objects.cc', | 392 '../../src/objects.cc', |
393 '../../src/objects.h', | 393 '../../src/objects.h', |
394 '../../src/once.cc', | 394 '../../src/once.cc', |
395 '../../src/once.h', | 395 '../../src/once.h', |
396 '../../src/parser.cc', | 396 '../../src/parser.cc', |
397 '../../src/parser.h', | 397 '../../src/parser.h', |
| 398 '../../src/platform-posix.h', |
398 '../../src/platform-tls-mac.h', | 399 '../../src/platform-tls-mac.h', |
399 '../../src/platform-tls-win32.h', | 400 '../../src/platform-tls-win32.h', |
400 '../../src/platform-tls.h', | 401 '../../src/platform-tls.h', |
401 '../../src/platform.h', | 402 '../../src/platform.h', |
402 '../../src/preparse-data-format.h', | 403 '../../src/preparse-data-format.h', |
403 '../../src/preparse-data.cc', | 404 '../../src/preparse-data.cc', |
404 '../../src/preparse-data.h', | 405 '../../src/preparse-data.h', |
405 '../../src/preparser.cc', | 406 '../../src/preparser.cc', |
406 '../../src/preparser.h', | 407 '../../src/preparser.h', |
407 '../../src/prettyprinter.cc', | 408 '../../src/prettyprinter.cc', |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 }], | 1001 }], |
1001 ], | 1002 ], |
1002 'dependencies': [ | 1003 'dependencies': [ |
1003 'v8' | 1004 'v8' |
1004 ], | 1005 ], |
1005 }, | 1006 }, |
1006 ], | 1007 ], |
1007 }], | 1008 }], |
1008 ], | 1009 ], |
1009 } | 1010 } |
OLD | NEW |