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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 '../../src/platform.h', | 394 '../../src/platform.h', |
395 '../../src/preparse-data-format.h', | 395 '../../src/preparse-data-format.h', |
396 '../../src/preparse-data.cc', | 396 '../../src/preparse-data.cc', |
397 '../../src/preparse-data.h', | 397 '../../src/preparse-data.h', |
398 '../../src/preparser.cc', | 398 '../../src/preparser.cc', |
399 '../../src/preparser.h', | 399 '../../src/preparser.h', |
400 '../../src/prettyprinter.cc', | 400 '../../src/prettyprinter.cc', |
401 '../../src/prettyprinter.h', | 401 '../../src/prettyprinter.h', |
402 '../../src/property.cc', | 402 '../../src/property.cc', |
403 '../../src/property.h', | 403 '../../src/property.h', |
| 404 '../../src/property-details.h', |
404 '../../src/profile-generator-inl.h', | 405 '../../src/profile-generator-inl.h', |
405 '../../src/profile-generator.cc', | 406 '../../src/profile-generator.cc', |
406 '../../src/profile-generator.h', | 407 '../../src/profile-generator.h', |
407 '../../src/regexp-macro-assembler-irregexp-inl.h', | 408 '../../src/regexp-macro-assembler-irregexp-inl.h', |
408 '../../src/regexp-macro-assembler-irregexp.cc', | 409 '../../src/regexp-macro-assembler-irregexp.cc', |
409 '../../src/regexp-macro-assembler-irregexp.h', | 410 '../../src/regexp-macro-assembler-irregexp.h', |
410 '../../src/regexp-macro-assembler-tracer.cc', | 411 '../../src/regexp-macro-assembler-tracer.cc', |
411 '../../src/regexp-macro-assembler-tracer.h', | 412 '../../src/regexp-macro-assembler-tracer.h', |
412 '../../src/regexp-macro-assembler.cc', | 413 '../../src/regexp-macro-assembler.cc', |
413 '../../src/regexp-macro-assembler.h', | 414 '../../src/regexp-macro-assembler.h', |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
899 }], | 900 }], |
900 ], | 901 ], |
901 'dependencies': [ | 902 'dependencies': [ |
902 'v8' | 903 'v8' |
903 ], | 904 ], |
904 }, | 905 }, |
905 ], | 906 ], |
906 }], | 907 }], |
907 ], | 908 ], |
908 } | 909 } |
OLD | NEW |